Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 1997 21:41:26 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Root <root@athena.ferraro.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Bad library
Message-ID:  <Pine.BSF.3.96.970905213953.7395G-100000@localhost>
In-Reply-To: <Pine.BSF.3.96.970902163341.1951A-100000@athena.ferraro.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Sep 1997, Root wrote:

> I am having a problem with some of my library files.  I frequently get the
> following message while making programs (ie. sendmail)
> 
> ld: /usr/lib/libc.so.5.4.23: malformed input file (not rel or archive)
> *** Error code 1
> 
> Stop.
> 
> 
> Is there a way to repair this?

It looks like you're trying to run the Linux version of Sendmail, and is
looking for a Linux libc and finding a FreeBSD libc that was copied to
/usr/lib.  Try removing /usr/lib/libc.so.5.4.23 and make sure that
/usr/compat/linux/lib/libc.so.5.4.23 is installed from the linux-lib-2.4
port.

Also try rebuilding Sendmail on your FreeBSD machine.  

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
Spam routed to /dev/null by Procmail    | Death to Cyberpromo




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