Upgrade HELP !?!?!??! desperate !?!?!

Randy Bush randy at psg.com
Tue Dec 16 18:00:58 PST 2003


> I just finished upgrading a freebsd 4.6 machine to the newest
> RELEASE using CVSUP and the whole buildworld procedure.
> 
> the compiling went ok ..and the system is up ,,,however there
> are a few problems...
> ...
> apache is giving me an error saying shared library libmm.so.12
> can not be found.

i am at 4.9-stable, and cvsupped and portupgraded today.  i core
when trying to start apache.

"ldd $(type -path httpd)" shows that one of the libraries on which
apache depends (/usr/local/lib/libmm.so.13) hasn't been rebuilt since
august.

# ldd $(type -path httpd)
/usr/local/sbin/httpd:
        libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280ab000)
        libmm.so.13 => /usr/local/lib/libmm.so.13 (0x280c4000)
        libc.so.4 => /usr/lib/libc.so.4 (0x280c8000)
# ls -l /usr/lib/libcrypt.so.2 /usr/local/lib/libmm.so.13 /usr/lib/libc.so.4 
-r--r--r--  1 root  wheel  589808 Nov  6 06:37 /usr/lib/libc.so.4
-r--r--r--  1 root  wheel   28720 Nov  6 06:36 /usr/lib/libcrypt.so.2
-rw-r--r--  1 root  wheel   16676 Aug 27 01:51 /usr/local/lib/libmm.so.13

so libmm.so.13 is a bit old.  i would rebuild, but can't figure
out who builds it.  clue-by-four please

randy



More information about the freebsd-questions mailing list