Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2000 13:56:10 -0500
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Sean Michael Whipkey" <highway@cstone.net>, <stable@FreeBSD.ORG>
Subject:   Re: Apache after 3.4 -> 4.1 upgrade
Message-ID:  <005401c01834$20800240$7d7885c0@genroco.com>
References:  <39B680AB.2EC75D1A@cstone.net>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Sean Michael Whipkey" <highway@cstone.net>
> I iupgraded to FreeBSD 4.1 from 3.4 and it worked beautifully - except
> for a couple of little things.
>
> It took me forever to get it to boot the network on startup.  I
> eventually ended up having to add the network setup to
> /etc/defaults/rc.conf to get it to work.  Odd.
>
You need to put these into /etc/rc.conf.

Most likely, you missed the step to run mergemaster before rebooting the
system, and that is why it couldn't read your /etc/rc.conf file to set up
the network.

Run mergemaster, and make sure the rc.* files gets installed.

> Also, now when I try to start/test Apache, I get this:
>
> : seanmike@torg; sudo /usr/local/apache_1.3.12/bin/apachectl configtest
> Syntax error on line 242 of /usr/local/apache_1.3.12/conf/httpd.conf:
> Cannot load /usr/local/apache_1.3.12/libexec/libperl.so into server:
> /usr/lib/libperl.so.3: Undefined symbol "setresuid"
>
> Any ideas?
>
You may need to either re-compile the apache server or install the COMPAT3X
libraries.

Scot



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005401c01834$20800240$7d7885c0>