Michael Kipper wrote:
Hi all,

I'm running a pure-64 LFS system, with libraries in lib64.
I've built a 32-bit toolchain in /opt/i686 so I can build things like GRUB.
The toolchain has been adjusted to the resulting binaries link to
/opt/i686/lib/ld-linux.so.2

Problem comes when I want to run the precompiled OpenOffice.org binaries.
When I tried to run the setup, I got a not-found error. From the list, I
realized that this was because /lib/ld-linux.so.2 was not present. So I
hardlinked the /lib/ld-linux to /opt/i686/... and tried again, but this did
not work either. It started complaining about not being able to find libX.
I don't want to build a 32-bit Xorg, just to run OpenOffice binaries.


Maybe you could use this option in your host.def to build a 32 bit xorg in /opt?

#define ProjectRoot /opt
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to