Michael Robinson wrote: > Is there a special option to indicate that X11 is installed > to /usr/X11/lib instead of /usr/lib so that Libreoffice will > find libXrender, etcetera.
I haven't built libreoffice in a while, but I didn't see a problem the last time I did it. I use /opt/xorg. You don't say what the actual error is, but I suspect it's something similar to "Can't find -lXrender" If that's the case, probably the easiest way to adjust the system is to set the LIBRARY_PATH environment variable: export LIBRARY_PATH=/usr/X11/lib -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
