Date: Thu, 03 Jun 1999 23:40:56 +0200 From: Marcel Moolenaar <marcel@scc.nl> To: stable@FreeBSD.ORG Subject: Re: A little Linux compatability exercise Message-ID: <3756F668.F2AA6A35@scc.nl> References: <3756DD41.4B2A3FD6@fda.net>
next in thread | previous in thread | raw e-mail | index | archive | help
s wrote: [lots snipped] > ld-elf.so.1 failed: shared object "libXm.so.1" not found. > ld.so failed: can't find shared library "libXpm.so.4.11" > ld.so failed: can't find shared library "libXpm.so.4" [even more snipped] The fact that ld{-elf}.so{.1} can't find the libraries is because it isn't looking in the directory in which the libraries are stored. Set LD_LIBRARY_PATH appropriately. NOTE: LD_LIBRARY_PATH applies to both Linux and FreeBSD binaries, so use it with care. The safest way to use it, is to make a Xinvest script which sets it just before starting the actual binary (like Netscape). -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3756F668.F2AA6A35>