Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 17:52:32 +0400
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        Christoph Kukulies <kuku@physik.rwth-aachen.de>
Cc:        hackers@freebsd.org
Subject:   Re: Undefined symbol "__stderrp
Message-ID:  <20030417135232.GB82446@freebsd.org.ru>
In-Reply-To: <200304171342.h3HDgbr09655@accms33.physik.rwth-aachen.de>
References:  <200304171342.h3HDgbr09655@accms33.physik.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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

Notify if something wrong.
-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \



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