Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 1999 09:49:00 -0000
From:      "Dr. Peter SChmidt" <p.schmidt@rbh.nthames.nhs.uk>
To:        "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>
Subject:   FW: XF86 3.3.3 library problem with FreeBSD 3.1-RELEASE
Message-ID:  <01BE7449.3698A2C0.p.schmidt@rbh.nthames.nhs.uk>

next in thread | raw e-mail | index | archive | help


Subject:	XF86 3.3.3 library problem with FreeBSD 3.1-RELEASE
Hi:
>Hi,
>
>	I haven't been able to determine whether or not this is a problem with
>FreeBSD or X Windows, so I'm posting this to both lists. Basically, when
>I go to run XF86Setup (or basically any executable binary in
>/usr/X11R6/bin) I get the error:
>
>	' ld.so failed: Can't find shared library "libXaw.so.6.1" '

I encountered a similar problem. Only, this occured when trying to run 
x-programs, like "filerunner".
I think the problem is somehow related to the elf/aout configuration on the 
system.
There is a file called 'objformat' in the /etc directory. As XF86 3.3.3.1 
should be elf binaries (just as the 3.1 RELEASE) this should contain the 
single line:
OBJFORMAT=elf
In the rc.conf file there are to ldconfig_paths variables
and they should contain the /usr/X11R6/lib directory.

ldconfig_paths="/usr/compat /usr/X11R6/lib /usr/local/lib"

For compatibility reasons and in order to run old a.out format binaries
the variable

ldconfig_paths_aout

should contain all directories containing old a.out libraries such as e.g.
/usr/compat/aout

Hope that helps

	Peter	



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?01BE7449.3698A2C0.p.schmidt>