Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 18:02:12 +0200
From:      "Christoph P. Kukulies" <kuku@physik.rwth-aachen.de>
To:        "Sergey A. Osokin" <osa@freebsd.org.ru>
Cc:        "Christoph P. Kukulies" <kuku@physik.rwth-aachen.de>
Subject:   Re: Undefined symbol "__stderrp
Message-ID:  <20030417160212.GA11364@gilberto.physik.rwth-aachen.de>
In-Reply-To: <20030417153857.GG82446@freebsd.org.ru>
References:  <200304171342.h3HDgbr09655@accms33.physik.rwth-aachen.de> <20030417135232.GB82446@freebsd.org.ru> <20030417152415.GA10943@gilberto.physik.rwth-aachen.de> <20030417153857.GG82446@freebsd.org.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 17, 2003 at 07:38:57PM +0400, Sergey A. Osokin wrote:
> On Thu, Apr 17, 2003 at 05:24:16PM +0200, Christoph P. Kukulies wrote:
> > On Thu, Apr 17, 2003 at 05:52:32PM +0400, Sergey A. Osokin wrote:
> > > On Thu, Apr 17, 2003 at 03:42:37PM +0200, Christoph Kukulies wrote:
> > > > I have a bootable 4.8 ISDN kernel now again as I'm typing this.
> > > > But I still can't start X because of lots of this kind of errors:
> > > > 
> > > > /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libSM.so.6: Undefined symbol "__stderrp"
> > > > What is wrong with this?  
> > > 
> > > Very short answer: Google is your friend :-)
> > > 
> > > Try to add COMPAT4X=TRUE to your /etc/make.conf, then
> > > cd /usr/src/lib/compat
> > > make obj
> > > make
> > > make install
> > 
> > This doesn't cure the problem. Only
> > libcrypto.so.1 
> > libcrypto.so.2 
> > libfetch.so.1
> > libfetch.so.2
> > libssl.so.1
> > libssl.so.2
> > 
> > are built and copied to /usr/lib/compat.
> > Do I have to reboot or do some ldconfig thing?
> 
> OK. Tell me more about your configuration...
> $ ls -al /usr/lib/libc.so

lrwxrwxrwx  1 root  wheel  9 Apr 17 13:01 /usr/lib/libc.so -> libc.so.4

> $ strings /usr/lib/libc.so | grep __stderr

# strings /usr/lib/libc.so | grep __stderr
__stderrp

--
Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030417160212.GA11364>