Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Aug 2000 16:51:17 +0200
From:      Norbert Irmer <norbert.irmer@heim9.tu-clausthal.de>
To:        ports@FreeBSD.org
Subject:   LyX port: libc.so.3 not found
Message-ID:  <398AD865.817FC4F1@heim9.tu-clausthal.de>

next in thread | raw e-mail | index | archive | help
I built the LyX port on a ~current system, but
when trying to run it, I get

lola:/usr/home/norbert$ lyx&
[1] 37776
lola:/usr/home/norbert$ /usr/libexec/ld-elf.so.1: Shared
 object "libc.so.3" not found

When doing ldd I get

lola:/usr/home/norbert/cvs/gul-cvs/doc/viewdog$ ldd /usr/local/bin/lyx
/usr/local/bin/lyx:
        libintl.so.1 => /usr/local/lib/libintl.so.1 (0x28259000)
        libforms.so => /usr/X11R6/lib/libforms.so (0x2825e000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x2832f000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x2833e000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28347000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x2835e000)
        libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x28412000)
        libm.so.2 => /usr/lib/libm.so.2 (0x28455000)
        libc.so.4 => /usr/lib/libc.so.4 (0x28472000)
        libc.so.3 => not found (0x0)
        libXThrStub.so.6 => /usr/X11R6/lib/libXThrStub.so.6 (0x2850f000)

Can it perhaps be that something in the LyX port refers to the X11R6_aout libs,
and these in turn refer to the old libc.so.3 (which isn't present in freebsd 5.0) ?

I am using a brand new ~current system, everything compiled from sources,
and installed on a new hd partition.

Any help would be appreciated,

Norbert


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?398AD865.817FC4F1>