Re: libXcomposite.so.1 - not found
Andrei Perhinschi <aperh-iVX72re7JJ/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Josh Myer wrote: >Andrei, > >Try doing 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/fdo/lib' and >then running xserver. Your output indicates that the dynlinker can't >find the libraries. If this fixes it, your /etc/ld.so.conf change is >somehow broken. If this doesn't fix it, your ldconfig/dynlinker have >gone mad =) >-- >/jbm, but you can call me Josh. Really, you can! > > "So we beat on, boats against the current, > borne back ceaselessly into the past." > -- F. Scott Fitzgerald > >On Sun, 14 Mar 2004, Andrei Perhinschi wrote: > > > >>Michael Glauche wrote: >> >> >> >>>On Sun, 2004-03-14 at 00:09 -0500, Andrei Perhinschi wrote: >>> >>> >>> >>> >>> >>>>/opt/fdo/lib is listed in /etc/ld.so.conf and i ran ldconfig about 3 >>>>times after i installed the xserver, so I'm guessing it's gotta be >>>>something else. >>>> >>>> >>>> > > > >>i get somewhat similar results, but there's a couple libs that are >>reported missing, when they shouldn't be because they're there: >> >>bash-2.05b# ldd /opt/fdo/bin/xcompmgr >> libXcomposite.so.1 => not found >> libXdamage.so.0 => not found >> libXfixes.so.0 => not found >> libXrender.so.0 => not found >> libX11.so.0 => not found >> libdl.so.2 => /lib/libdl.so.2 (0x4002a000) >> libm.so.6 => /lib/libm.so.6 (0x4002d000) >> libc.so.6 => /lib/libc.so.6 (0x40051000) >> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) >> >>bash-2.05b# ls -l /opt/fdo/lib/libXcomposite.so* >>lrwxr-xr-x 1 root root 22 Mar 13 21:46 >>/opt/fdo/lib/libXcomposite.so -> libXcomposite.so.1.0.0 >>lrwxr-xr-x 1 root root 22 Mar 13 21:46 >>/opt/fdo/lib/libXcomposite.so.1 -> libXcomposite.so.1.0.0 >>-rwxr-xr-x 1 root root 77618 Mar 13 21:46 >>/opt/fdo/lib/libXcomposite.so.1.0.0 >> >> >>_______________________________________________ >>xserver mailing list >>[email protected] >>http://freedesktop.org/mailman/listinfo/xserver >> >> >> > > >_______________________________________________ >xserver mailing list >[email protected] >http://freedesktop.org/mailman/listinfo/xserver > > > YES! that worked. I have to run it exactly before running xcompmgr, but it works. Thanks, now I can finally play around with the eye candy and xserver :) andrei.