Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2001 17:35:01 -0800
From:      Eric Dannewitz <ericdano@jazz-sax.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Apache 1.3.19/Mod Perl 1.25 and 4.3 RC
Message-ID:  <3ABE9CC4.1B17EE2D@jazz-sax.com>
References:  <KJEPKOABHFNPCHDCFDKGOECFCCAA.tpunder@mediaone.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok, I was having problems with Apache 1.3.19 and mod_perl 1.25 with FreeBSD 4.3
RC (cvsuped from last night).
The perl libraries and CPAN seem uptodate.

I downloaded the source from apache.org and untarred it into /usr/src/. I cd to
/usr/src/mod_perl-1.25 and typed perl Makefile.PL APACHE_SRC=/usr/src/apache
DO_HTTPD=1 USE_APACI=1 PERL_MARK_WHERE=1 EVERYTHING=1
APACHE_PREFIX=/usr/local/apache
this runs ok. As does make. A 'make test' produces this error. Any attempt to
run apachectl start results in a core dump.

Ideas? Sorry for the length of the post, but I've been at this for a while.

freebsd# make test
(cd ../apache && PERL5LIB=/usr/src/mod_perl-1.25/lib make)
===> src
===> src/os/unix
<=== src/os/unix
===> src/ap
<=== src/ap
===> src/main
<=== src/main
===> src/lib
<=== src/lib
===> src/modules
===> src/modules/standard
<=== src/modules/standard
===> src/modules/perl
<=== src/modules/perl
<=== src/modules
cc -c -I. -I/usr/libdata/perl/5.00503/mach/CORE -I./os/unix -I./include
-funsigned-char -DMOD_PERL -DUSE_PERL_SSI -pthread -DNO_DL_NEEDED
-DPERL_MARK_WHERE=1 `./apaci` modules.c
cc -c -I. -I/usr/libdata/perl/5.00503/mach/CORE -I./os/unix -I./include
-funsigned-char -DMOD_PERL -DUSE_PERL_SSI -pthread -DNO_DL_NEEDED
-DPERL_MARK_WHERE=1 `./apaci` buildmark.c
cc  -funsigned-char -DMOD_PERL -DUSE_PERL_SSI -pthread -DNO_DL_NEEDED
-DPERL_MARK_WHERE=1 `./apaci`     -o httpd buildmark.o modules.o
modules/standard/libstandard.a  modules/perl/libperl.a  main/libmain.a
./os/unix/libos.a  ap/libap.a    -lcrypt  -Wl,-R/usr/lib -Wl,-E -pthread -lperl
-lm  /usr/libdata/perl/5.00503/mach/auto/DynaLoader/DynaLoader.a
-L/usr/libdata/perl/5.00503/mach/CORE -lperl -lm -lc -lcrypt -lperl -lm
/usr/lib/libc_r.so: WARNING!  setkey(3) not present in the system!
/usr/lib/libc_r.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc_r.so: warning: mktemp() possibly used unsafely; consider using
mkstemp()
/usr/lib/libc_r.so: WARNING!  des_setkey(3) not present in the system!
/usr/lib/libc_r.so: WARNING!  encrypt(3) not present in the system!
/usr/lib/libc_r.so: warning: tmpnam() possibly used unsafely; consider using
mkstemp()
/usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is stupid.
/usr/lib/libc_r.so: WARNING!  des_cipher(3) not present in the system!
/usr/lib/libc_r.so: warning: tempnam() possibly used unsafely; consider using
mkstemp()
===> src/support
<=== src/support
<=== src
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
../apache/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
still waiting for server to warm up...............not ok
server failed to start! (please examine t/logs/error_log) at t/TEST line 95.
*** Error code 9

Stop in /usr/src/mod_perl-1.25.



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?3ABE9CC4.1B17EE2D>