Acroread doesn't find a lib

Josh Carroll josh.carroll at psualum.com
Fri Sep 8 13:32:18 PDT 2006


Does /usr/X11R6/lib/libXfixes.so.3 exist? It is in the
xorg-libraries-6.9.0 package, so you might try re-installing it (via
ports or pkg_add, depending which you originally used).

If it does exist, try running ldconfig to see if the library shows up:

ldconfig -r | grep libXfixes.so.3

If it doesn't, you can try:

ldconfig -m /usr/X11R6/lib

Then see whether it's showing up with ldconfig -r.

Josh

On 9/8/06, vittorio <vdemart1 at tin.it> wrote:
> Under freebsd 6.1 I have just portupgraded the ports acroread-7.0.8 and
> libXfixes-2.0.1_2.
>
> BUT
>
> #acroread
> /usr/X11R6/Adobe/Acrobat7.0/ENU/Reader/intellinux/bin/acroread: error while
> loading shared libraries: libXfixes.so.3: cannot open shared object file: No
> such file or directory
>
>
> What should I do?
>
> Vittorio
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list