Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 17:40:26 -0700
From:      Adam Weinberger <adam@vectors.cx>
To:        Derrick MacPherson <dmacpher@vfs.com>
Cc:        "'Moti Levy'" <moti@flncs.com>, "'Jim McAtee'" <jmcatee@mediaodyssey.com>, "'freebsd-questions'" <freebsd-questions@FreeBSD.ORG>, "'Sicco Miedema'" <s.miedema@home.nl>
Subject:   Re: Oh - oh.. I was looking at ldconfig
Message-ID:  <20020814004026.GW2818@vectors.cx>
In-Reply-To: <000001c24328$d55f9880$c1fb4e18@D>
References:  <023901c24321$5689fa20$f901a8c0@win> <000001c24328$d55f9880$c1fb4e18@D>

next in thread | previous in thread | raw e-mail | index | archive | help
become root and:

# ldconfig -elf /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
# ldconfig -aout /usr/lib/compat/aout /usr/X11R6/lib/aout \
	/usr/local/lib/aout

the first line is the really important one. also, leave out the X11 dirs
if you're not running X.

w0rd.

-Adam


>> (08.13.2002 @ 1723 PST): Derrick MacPherson said, in 1.0K: <<
> And must have broken something. I was playing with it and screwed up
> something. Is there a way back?
> 
> This is from the mail prorgam, there is a process running to take the
> mail from the queue and virus scan it, I;m getting this message in the
> bounce to root:
> 
> -=----------= START OF SCANNER OUTPUT =-------------=-
> /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found
> 
> -=-----------= END OF SCANNER OUTPUT =--------------=-
> 
> And from a just genereated cron:
> 
> Cron <root@mail> /usr/local/bin/python -S
> /usr/local/mailman/cron/qrunner
> 
> Traceback (most recent call last):
>   File "/usr/local/mailman/cron/qrunner", line 85, in ?
>     from Mailman import MailList
>   File "/usr/local/mailman/Mailman/MailList.py", line 30, in ?
>     import socket
>   File "/usr/local/lib/python2.2/socket.py", line 41, in ?
>     from _socket import *
> ImportError: /usr/local/lib/python2.2/lib-dynload/_socket.so: Undefined
> symbol "freeaddrinfo"
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
>> end of "Oh - oh.. I was looking at ldconfig" from Derrick MacPherson <<


--
"Oh good, my dog found the chainsaw."
        -Lilo, "Lilo & Stitch"
Adam Weinberger
adam@vectors.cx
http://vectors.cx


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?20020814004026.GW2818>