Re: Upgrade HELP !?!?!??! desperate !?!?!

2003-12-16 Thread Randy Bush
 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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2003-10-17 Thread Brent Bailey
hello,
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...

1. for whatever reason the machine doesnt seem to read /etc/rc.conf
anymore for all the startup options..like network settings and other stuff
...

2. as well as the other stuff like apache  mysql dont startup from boot
anymore. I can start mysql manually but apache is giving me an error
saying shared library libmm.so.12 can not be found.

when i ran mergemaster after all the compiling and i chose to NOT have
rc.conf over written and chose to keep my original ..so i dont see why the
machine isnt reading the file

any help IS GREATLY appreciated !!

-- 
Brent Bailey CCNA
Bmyster LLC
Computer Networking and Webhosting
Network Engineer, Webmaster, President
http://www.bmyster.com
[EMAIL PROTECTED]
207-247-8330



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]