From owner-freebsd-stable Sun Mar 4 6:48:11 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freebsd.jazz-sax.com (adsl-64-163-65-116.dsl.snfc21.pacbell.net [64.163.65.116]) by hub.freebsd.org (Postfix) with ESMTP id 0E9A637B718 for ; Sun, 4 Mar 2001 06:48:07 -0800 (PST) (envelope-from ericdano@jazz-sax.com) Received: from jazz-sax.com (adsl-64-163-65-114.dsl.snfc21.pacbell.net [64.163.65.114]) by freebsd.jazz-sax.com (8.11.2/8.9.3) with ESMTP id f24EnFl01007 for ; Sun, 4 Mar 2001 06:49:15 -0800 (PST) (envelope-from ericdano@jazz-sax.com) Message-ID: <3AA255EB.3110C7E0@jazz-sax.com> Date: Sun, 04 Mar 2001 06:49:15 -0800 From: Eric Dannewitz Reply-To: ericdano@jazz-sax.com Organization: Jazz-Sax X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: stable@FreeBSD.ORG Subject: Re: And Apache Problems References: <20010304020209.A29788@mollari.cthul.hu> <3AA2188A.BCDEEF14@jazz-sax.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG procedure that I did. make buildworld shutdown now mount -u / mount -a -t ufs swapon -a cd /usr/src make installworld Then I also upgrade the kernel as suggested on the online freebsd.org. I've updated my system regularly since January. Problem seems to be that Apache and Perl are not happy with something in the latest Stable. Apache 1.3.12 would not start, giving me an error "/usr/libexec/ld-elf.so.1 undefined pl_stack_max". And with perl, all the modules and bundles seem to have gotten screwed up. I could not get perl -MCPAN -e shell then install Bundle::CPAN to work at all. It would error out in various places, citing that MD5 was missing. That was never a problem before. I restored from a backup I made last weekend of my 4.2 stable system, and everything is working fine now, including Apache and Perl. I can and just did install the latest CPAN Bundle. So, whatever happened seems gone now. I'm a little leery about stable now. I was having no problems updating my server every weekend with CVSUP and then doing make buildworld, etc...... Wolfgang Zenker wrote: > Hello, > > > The latest build of 4.2 Stable seems to have TOTALLY messed up Perl for me. I > > can't get Perl to work. My Slashdot type site won't start. > > > All I did was CVSUP stable (like in the examples folder), and did a make > > buildworld, then a make installworld. I've done this quite regularly and this > > is the FIRST time I've had problems.......... > > Did you just forget to mention make buildkernel and make installkernel or > did you really just upgrade the world without upgrading your kernel? > If the latter, thats probably the cause of your problems. > > Wolfgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message