I just installed my first current box (19991115) and ran into a couple of
glitches with libraries and X. I installed the X-Kern-Developer and then
added some extras from custom. The errors I encountered (paraphrased) were:
missing libc.so.3 and libtermcap.so.2.
# XF86Setup
unable to find /usr/local/lib/aout
libc.so.3 not found
# xf86config
unable to find /usr/local/lib/aout
libc.so.3 not found
# ln -s /usr/lib/compat/aout /usr/local/lib/aout
# XF86Setup
libc.so.3 not found
# ln -s /usr/lib/libc.so.4 /usr/lib/libc.so.3
# XF86Setup
<works>
# startx
<. . .>
xinit exits on signal 11, core dump
# rm /usr/lib/libc.so.3
# startx
libc.so.3 not found
# ftp <a 3.2-STABLE box>
ftp> cd /usr/lib
ftp> get
remote file> libc.so.3
local file> /usr/lib/libc.so.3
ftp> bye
# startx
<works>
then, within X; xterm and emacs didn't run
in Gnome Terminal:
# xterm &
libtermcap.so.2 not found
# ftp <same 3.2-STABLE box>
<. get /usr/lib/libtermcap.so.2 .>
# xterm &
<works>
The machine is a PII 300 w/ 1.5GB BSD partition (DOS/WFW and NT are also on
drive); it had been running an older 3.x, but I remade the slices during the
install.
# uname -a
FreeBSD *** 4.0-19991115-CURRENT #0: Mon Nov 15 14:22:07 GMT 1999
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC
i386
-Frank
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message