RE: XMOTOR

new topic     » topic index » view thread      » older message » newer message

> 
> linux:/usr/X11R6/lib # ls libX11*
> libX11.so.  libX11.so.6  libX11.so.6.2
> linux:/usr/X11R6/lib # ln -s libX11.so /usr/X11R6/lib/libX11.so.6
> ln: creating symbolic link `/usr/X11R6/lib/libX11.so.6' to `libX11.so': 
> File exists
> linux:/usr/X11R6/lib #                                                   
>               
> 
> 
> exu x_demo.exu
> Can not open library libX11.so
> 
> I've obviously screwed up something on my system regarding X11, Royally.
> 
> I've posted this infor to the SuSE mailing list. Perhaps they'll be
> able to straighten me out.  
> 
> Frankly, I'm waiting for SuSE 10.1 to be released. However, I might
> even switch back to Mandrake, particularly if Robert decides to use
> Mandrake for Euphoria 3.0.
> 
> Thanks again to Bernie, Chris, Elliott and all who have tried to
> help me resolve this problem.
> 
> Ken Rhodes
> 100% MicroSoft Free
> SuSE Linux 10.0
> No AddWare, SpyWare, or Viruses!
> Life is Good  smile

This is backwards...

linux:/usr/X11R6/lib # ln -s libX11.so /usr/X11R6/lib/libX11.so.6

It should be ...

linux:/usr/X11R6/lib # ln -s /usr/X11R6/lib/libX11.so.6 libX11.so

after creating the symbolic link it might be nessary to run...

ldconfig

The requires root access.  What this does is update a database with all 
known .so  files so that you can use them in your programs.  The file 
/etc/ld.conf tells ldconfig where to look for .so files.  So you will 
want to make sure that /usr/X11R6/lib is in there. (It probably is)

In most distro's ldconfig is run at boot.  (follow /etc/inittab thru the 
scripts for you system to know for sure or just trust me and reboot :) )

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu