Jim Bradley wrote:
> 
> I just did a new install of a cooker mirror, the installation of which went
> great, but when X is started, I get an error message:
> winbook login: gdm: error in loading shared libraries: libX11.so.6: cannot open
> shared object file: No such file or directory
> Yet when I look , /usr/X11R6/lib/libX11.so.6 does exist. What do I need to do
> to get X working (and what do you need to do to get the installation to work
> properly? Thanks for your help.
> 
> Jim Bradley -- Maryville, MO USA ([EMAIL PROTECTED])

Did you check for existence by looking in the directory or with
ldconfig?

run: ldconfig -p |grep libX11

and see if the library is found. Also, check /etc/ld.so.conf to ensure
that /usr/X11R6/lib is included.

John

Reply via email to