Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 11:03:19 +0930 (CST)
From:      Kris Kennaway <kkennawa@physics.adelaide.edu.au>
To:        Simon Shapiro <shimon@simon-shapiro.org>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: ELF Catch22
Message-ID:  <Pine.OSF.4.03.9809251059330.290-100000@mercury.physics.adelaide.edu.au>
In-Reply-To: <XFMail.980924211137.shimon@simon-shapiro.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 24 Sep 1998, Simon Shapiro wrote:

> file /usr/local/lib/libjpeg*
> 
> /usr/local/lib/libjpeg.a:      current ar archive
> /usr/local/lib/libjpeg.la:     English text
> /usr/local/lib/libjpeg.so:     symbolic link to libjpeg.so.9.0
> /usr/local/lib/libjpeg.so.9:   symbolic link to
> /usr/local/lib/libjpeg.so.9.0
> /usr/local/lib/libjpeg.so.9.0: ELF 32-bit LSB shared object, Intel 80386,
> version 1 (FreeBSD), not stripped

[morden|root] 10:51 /usr/src ls -l /usr/local/lib/libjpeg*
-rw-r--r--  1 root  wheel  154740 Sep 20 09:36 /usr/local/lib/libjpeg.a
-rwxr-xr-x  1 root  wheel     455 Sep 20 09:36 /usr/local/lib/libjpeg.la*
lrwxr-xr-x  1 root  wheel      12 Sep 20 09:36 /usr/local/lib/libjpeg.so@ ->
libjpeg.so.9
-rwxr-xr-x  1 root  wheel  130198 Sep 20 09:36 /usr/local/lib/libjpeg.so.9*

[morden|root] 11:01 /usr/src file /usr/local/lib/libjpeg*
/usr/local/lib/libjpeg.a:    current ar archive
/usr/local/lib/libjpeg.la:   English text
/usr/local/lib/libjpeg.so:   symbolic link to libjpeg.so.9
/usr/local/lib/libjpeg.so.9: ELF 32-bit LSB shared object, Intel 80386,
version 1 (FreeBSD), not stripped

Looks like your jpeg package is out of date and hasnt been completely ELFed
(the 9.0 library). This may or may not cause problems but best to update it, I
guess.

> $ klyx
> ld.so failed: bad magic number in "/usr/X11R6/lib/libX11.so.6.1"

Assuming you put your a.out X libs in /usr/X11R6/lib/aout, do

ldconfig -aout -mv /usr/X11R6/lib/aout

Merging in the recent changes to /etc/rc* will let you do this automatically
at boot.

Kris


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



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