Date: Fri, 11 Nov 2005 11:31:36 -0800 From: Peter Wemm <peter@wemm.org> To: freebsd-amd64@freebsd.org Cc: Kris Moore <piett134@gmail.com>, Paul Saab <ps@freebsd.org> Subject: Re: Question about x64 and running x86 programs Message-ID: <200511111131.36948.peter@wemm.org> In-Reply-To: <43743CC5.9070801@freebsd.org> References: <43743466.2050909@gmail.com> <43743CC5.9070801@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 10 November 2005 10:40 pm, Paul Saab wrote: > LD_32_LIBRARY_PATH ldconfig -32 /usr/lib32:/usr/X11R6/lib32:/usr/local/lib32 Actually, we need an hook in /etc/rc.d/ldconfig to set this automatically at boot time.. > Kris Moore wrote: > > The binaries are not running as setugid. The entire system is built > > with 64bit binaries and 64 bit libs. Then I am attemping to run a > > 32 bit binary on it. I have all the 32bit libraries also, and I can > > put them into a directory such as /usr/X11R6/lib32/*, but I just > > can not force the 32bit binary to look in that directory for its > > libraries. I keep thinking there has to be a 32LD_LIBRARY_PATH, or > > some other variable that I'm missing, but for the life of me, I > > can't find it. > > > > Joseph Koshy wrote: > >>> This does not work also, matter afact, it completely > >>> ignores the LD_LIBRARY_PATH variable like it doesnt exist. > >> > >> Check if a program is set[ug]id. Such programs ignore > >> LD_LIBRARY_PATH for security reasons. > >> > >>> /libexec/ld-elf.so.1: /usr/X11R6//lib/libqt-mt.so.3: > >>> unsupported file layout > >> > >> Are your X libraries 32 bit ones? > >> > >> -- > >> FreeBSD Volunteer, http://people.freebsd.org/~jkoshy > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to > "freebsd-amd64-unsubscribe@freebsd.org" -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511111131.36948.peter>