Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2001 22:21:25 -0800
From:      Sean Chittenden <sean-freebsd-stable@chittenden.org>
To:        Mike Harding <mvh@ix.netcom.com>
Cc:        ericdano@jazz-sax.com, freebsd-stable@FreeBSD.ORG
Subject:   Re: Apache 1.3.19/Mod Perl 1.25 and 4.3 RC
Message-ID:  <20010325222125.B69356@rand.tgd.net>
In-Reply-To: <20010326061118.2D378113E62@netcom1.netcom.com>; from "mvh@ix.netcom.com" on Sun, Mar 25, 2001 at = 10:11:18PM
References:  <KJEPKOABHFNPCHDCFDKGOECFCCAA.tpunder@mediaone.net> <3ABE9CC4.1B17EE2D@jazz-sax.com> <20010326061118.2D378113E62@netcom1.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
	Ports are nice, but they lag a little in release dates and I
try not to depend on them for core services that I use.
	What is the contents of your /etc/make.conf file?  -sc

On Sun, Mar 25, 2001 at 10:11:18PM -0800, Mike Harding wrote:
> Delivered-To: sean-freebsd-stable@chittenden.org
> Delivered-To: freebsd-stable@freebsd.org
> From: Mike Harding <mvh@ix.netcom.com>
> To: ericdano@jazz-sax.com
> Cc: freebsd-stable@FreeBSD.ORG
> In-reply-to: <3ABE9CC4.1B17EE2D@jazz-sax.com> (message from Eric Dannewitz on
> 	Sun, 25 Mar 2001 17:35:01 -0800)
> Subject: Re: Apache 1.3.19/Mod Perl 1.25 and 4.3 RC
> Date: Sun, 25 Mar 2001 22:11:18 -0800 (PST)
> X-Loop: FreeBSD.ORG
> Precedence: bulk
> 
> 
> I am running mod_perl, mod_php4 on apache 1.3.19 with ssl and it seems
> to work fine.
> 
> In fact, I just rebuilt the whole thing and it is still fine...
> 
> Are you using the ports?  There is a reason for them you know...
> 
> - Mike H.
> 
>    Date: Sun, 25 Mar 2001 17:35:01 -0800
>    From: Eric Dannewitz <ericdano@jazz-sax.com>
>    Reply-To: ericdano@jazz-sax.com
>    Organization: Jazz-Sax
>    X-Accept-Language: en,pdf
>    Content-Type: text/plain; charset=us-ascii
>    Sender: owner-freebsd-stable@FreeBSD.ORG
>    X-Loop: FreeBSD.ORG
>    Precedence: bulk
> 
>    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
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

-- 
Sean Chittenden                sean@chittenden.org

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjq+3+UACgkQn09c7x7d+q0FnwCguLfZnuUu7t1CmDZGC/SXvgPm
dhAAoIZX9YWygW1o3yu3pCTclDNXzMNk
=bI2G
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010325222125.B69356>