/* jsha */
2003-May-13 08:44 UTC
/usr/libexec/ld-elf.so.1: Shared object "libntdll.dll.so" not found
hi! ;;.)= i'm having a slight problem here: # uname -nrs FreeBSD aegis.terrabionic.lan 4.7-STABLE # wine setup.exe /usr/libexec/ld-elf.so.1: Shared object "libntdll.dll.so" not found # locate libntdll.dll.so /usr/local/lib/wine/libntdll.dll.so # cat /compat/linux/etc/ld.so.conf /usr/lib /usr/local/lib /usr/X11R6/lib # pkg_version | grep wine wine-2003.05.08 can anyone help me out here? thanks. ciao, ---jsha
Gunter Ohrner
2003-May-13 10:32 UTC
/usr/libexec/ld-elf.so.1: Shared object "libntdll.dll.so" not found
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Dienstag, 13. Mai 2003 15:44 schrieb /* jsha */:> # locate libntdll.dll.so > /usr/local/lib/wine/libntdll.dll.so > # cat /compat/linux/etc/ld.so.conf > /usr/lib > /usr/local/lib > /usr/X11R6/lib > can anyone help me out here? thanks./usr/local/lib/wine/ is not in your ld.so.conf - either add it or set LD_LIBRARY_PATH, if you use GNU ld. Greetings, Gunter - -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + PGP-verschl?sselte Mails bevorzugt! + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ "You're dead," he said. Keli waited. She couldn't think of any suitable reply. "I'm not" lacked a certain style, while "Is it serious?" seemed somehow too frivolous. -- Princess Keli in trouble (Terry Pratchett, Mort) +-+-+-+-+-+-+-+-+-+-+-+-+ http://www.lspace.org +-+-+-+-+-+-+-+-+-+-+-+-+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+wRAD0ORHvREo8l8RAvUjAKCAD0T7sLgfS8yFRLQLQQGPNULjNgCgiQL3 T+S/0Ah9vwQ+3dEhpZPsQJ8=r1QX -----END PGP SIGNATURE-----
Duane Clark
2003-May-13 12:00 UTC
/usr/libexec/ld-elf.so.1: Shared object "libntdll.dll.so" not found
Gunter Ohrner wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am Dienstag, 13. Mai 2003 15:44 schrieb /* jsha */: > >> # locate libntdll.dll.so >> /usr/local/lib/wine/libntdll.dll.so >> # cat /compat/linux/etc/ld.so.conf >> /usr/lib >> /usr/local/lib >> /usr/X11R6/lib >>can anyone help me out here? thanks. > > > /usr/local/lib/wine/ is not in your ld.so.conf - either add it or set > LD_LIBRARY_PATH, if you use GNU ld. >Nope, you should not put /usr/local/lib/wine/ in your ld.so.conf. There should be a symbolic link in /usr/local/lib /usr/local/lib/libntdll.dll.so -> wine/ntdll.dll.so
Duane Clark
2003-May-13 12:30 UTC
/usr/libexec/ld-elf.so.1: Shared object "libntdll.dll.so" not found
Duane Clark wrote:> Gunter Ohrner wrote: > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>Am Dienstag, 13. Mai 2003 15:44 schrieb /* jsha */: >> >> >>> # locate libntdll.dll.so >>> /usr/local/lib/wine/libntdll.dll.so >>> # cat /compat/linux/etc/ld.so.conf >>> /usr/lib >>> /usr/local/lib >>> /usr/X11R6/lib >>>can anyone help me out here? thanks. >> >> >>/usr/local/lib/wine/ is not in your ld.so.conf - either add it or set >>LD_LIBRARY_PATH, if you use GNU ld. >> > > > Nope, you should not put /usr/local/lib/wine/ in your ld.so.conf. There > should be a symbolic link in /usr/local/lib > /usr/local/lib/libntdll.dll.so -> wine/ntdll.dll.soHmmm... Now that I look at that, whatever package you have appears to be installing things wierd. Where did this package come from? If it did not install the symbolic links into /usr/local/lib, than you will indeed need to add /usr/local/lib/wine/ into your ld.so.conf, as mentioned by Gunter.