I've applied the "ptrace" and set "vm.legacy_va_layout=1" and I think that
I've done all the things mentioned at http://www.theo.ch/kylix/suse10.html
but still the IDE will not start.
This is the startdelphi script that I am using:
#!/bin/bash
export LC_ALL="en_US"
export LC_CTYPE="en_US"
export LC_NUMERIC="en_US"
export LANG="en_US"
export LD_ASSUME_KERNEL=2.4.21
export LD_PRELOAD=/usr/lib/ptrace_interposer.so
source /home/ziggy/kylix3/bin/kylixpath /home/ziggy/kylix3 >/dev/null
/home/kerry/ziggy/bin/delphi $*
And when I execute this script, I get these error messages:
localhost:~> ./startdelphi
expr: error while loading shared libraries: libc.so.6: cannot open shared
object file: Nosuch file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared
object file: No such file or directory
ERROR: ld.so: object '/lib/obsolete/noversion/libNoVersion.so.1' from
nonversioned binary cannot be preloaded: ignored.
/home/ziggy/kylix3/bin/delphi: error while loading shared libraries:
libpthread.so.0: cannot open shared object file: No such file or directory
localhost:~>
Any ideas about how to work around this problem (other than by using Suse
10.0 instead of 10.1)?
.