Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 1999 11:01:11 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Patrick Seal <patseal@hyperhost.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: shared library not found?
Message-ID:  <Pine.BSF.4.03.9904071059410.4368-100000@resnet.uoregon.edu>
In-Reply-To: <Pine.BSF.4.10.9904062316450.49015-100000@foobar.hyperhost.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Release?

On Tue, 6 Apr 1999, Patrick Seal wrote:

> # ines
> ld.so failed: Can't find shared library "libXext.so.6.3"

This is looking for an aout lib ...

> # ll /usr/X11R6/lib/libXext.*
> -rw-r--r--   1 root     wheel       52282 Apr  6 23:07
> /usr/X11R6/lib/libXext.a
> lrwxr-xr-x   1 root     wheel          12 Apr  6 23:07
> /usr/X11R6/lib/libXext.so -> libXext.so.6
> -rwxr-xr-x   1 root     wheel       44983 Apr  6 23:07
> /usr/X11R6/lib/libXext.so.6

... while you have ELF libs loaded.  Check in /usr/X11R6/lib/aout, and
make sure you're setting 'ldconfig_paths_aout' in /etc/rc.conf.

You should rebuild iNES to use your ELF libs.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9904071059410.4368-100000>