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

--H+4ONPRPur6+Ovig
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

	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 Dannewit=
z 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
>=20
>=20
> I am running mod_perl, mod_php4 on apache 1.3.19 with ssl and it seems
> to work fine.
>=20
> In fact, I just rebuilt the whole thing and it is still fine...
>=20
> Are you using the ports?  There is a reason for them you know...
>=20
> - Mike H.
>=20
>    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=3Dus-ascii
>    Sender: owner-freebsd-stable@FreeBSD.ORG
>    X-Loop: FreeBSD.ORG
>    Precedence: bulk
>=20
>    Ok, I was having problems with Apache 1.3.19 and mod_perl 1.25 with Fr=
eeBSD 4.3
>    RC (cvsuped from last night).
>    The perl libraries and CPAN seem uptodate.
>=20
>    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=3D/usr/sr=
c/apache
>    DO_HTTPD=3D1 USE_APACI=3D1 PERL_MARK_WHERE=3D1 EVERYTHING=3D1
>    APACHE_PREFIX=3D/usr/local/apache
>    this runs ok. As does make. A 'make test' produces this error. Any att=
empt to
>    run apachectl start results in a core dump.
>=20
>    Ideas? Sorry for the length of the post, but I've been at this for a w=
hile.
>=20
>    freebsd# make test
>    (cd ../apache && PERL5LIB=3D/usr/src/mod_perl-1.25/lib make)
>    =3D=3D=3D> src
>    =3D=3D=3D> src/os/unix
>    <=3D=3D=3D src/os/unix
>    =3D=3D=3D> src/ap
>    <=3D=3D=3D src/ap
>    =3D=3D=3D> src/main
>    <=3D=3D=3D src/main
>    =3D=3D=3D> src/lib
>    <=3D=3D=3D src/lib
>    =3D=3D=3D> src/modules
>    =3D=3D=3D> src/modules/standard
>    <=3D=3D=3D src/modules/standard
>    =3D=3D=3D> src/modules/perl
>    <=3D=3D=3D src/modules/perl
>    <=3D=3D=3D 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=3D1 `./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=3D1 `./apaci` buildmark.c
>    cc  -funsigned-char -DMOD_PERL -DUSE_PERL_SSI -pthread -DNO_DL_NEEDED
>    -DPERL_MARK_WHERE=3D1 `./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 -pthre=
ad -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; conside=
r using
>    mkstemp()
>    =3D=3D=3D> src/support
>    <=3D=3D=3D src/support
>    <=3D=3D=3D 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 li=
ne 95.
>    *** Error code 9
>=20
>    Stop in /usr/src/mod_perl-1.25.
>=20
>=20
>=20
>    To Unsubscribe: send mail to majordomo@FreeBSD.org
>    with "unsubscribe freebsd-stable" in the body of the message
>=20
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message

--=20
Sean Chittenden                sean@chittenden.org

--H+4ONPRPur6+Ovig
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Comment: For info see http://www.gnupg.org

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

--H+4ONPRPur6+Ovig--

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?20010325222125.B69356>