Here we are, trying to install xcursor-themes. For refreshers, I have:
[asteriskk@l-bean:xcursor-themes-1.0.1$ echo $XORG_PREFIX
/opt/X

[asteriskk@l-bean:xcursor-themes-1.0.1$ echo $XORG_CONFIG
--prefix=/opt/X --sysconfdir=/etc --localstatedir=/var --disable-static
I ran:
./configure -q $XORG_CONFIG
No errors popped up. Then make came up with this stridant error:

make[1]: Entering directory '/sources/xorg/xcursor-themes-1.0.1'
Making all in handhelds
make[2]: Entering directory '/sources/xorg/xcursor-themes-1.0.1/handhelds'
/opt/X/bin/xcursorgen -p ../redglass ./X_cursor.cfg X_cursor
/opt/X/bin/xcursorgen: error while loading shared libraries: libX11.so.6: cannot
open shared object file: No such file or directory
Makefile:295: recipe for target 'X_cursor' failed
Here's /etc/ld.so.conf

/usr/local/lib
/opt/lib
include /etc/ld.so.conf.d/*.conf
/lib
/opt/X/lib
And the file it's whining about is there:
[root@l-bean:opt#]find . -name libX11.so.6
./X/lib/libX11.so.6
Did I miss another setting somewhere?
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to