Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 18:00:53 -0800
From:      Randy Bush <randy@psg.com>
To:        misterb@bmyster.com
Cc:        questions@freebsd.org
Subject:   Re: Upgrade HELP !?!?!??! desperate !?!?!
Message-ID:  <E1AWQze-000DmV-4x@ran.psg.com>
References:  <17986.207.5.142.198.1066412816.squirrel@bmyster.com>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AWQze-000DmV-4x>