Re: Bug Report: seg fault with 1.2
[prev]
[thread]
[next]
[Date index for 2004/11/15]
>So what are the differences? I suppose you want to compare
>1) the options passed to ./configure
>2) linker and compilation options (since mod_perl inserts the options
>suggested by Perl (see perl -V) when compiling the rest of the Apache
>modules and the Apache core.
For PHP:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-png-dir=/usr --with-gd --with-jpeg-dir=/usr --with-openssl --with-png --with-ftp --with-zlib --ena ble-sockets --with-mysql --with-xml
For apache (auto-generated via mod_perl Makefile):
CC="gcc" \
CFLAGS=" -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -I/usr/include/gdbm -g -DPERL_DESTRUCT_LEVEL=2" \
>LDFLAGS_SHLIB_EXPORT="-Wl,-E" \
./configure \
"--with-layout=Apache" \
"--activate-module=src/modules/perl/libperl.a" \
"--disable-rule=EXPAT" \
"--enable-shared=perl" \
>Also, take a look at:
>http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php
>to see if it makes any difference.
Later today.
--
Tim Evans, TKEvans.com, Inc. | 5 Chestnut Court
tkevans@xxxxxxx.xxx | Owings Mills, MD 21117
http://www.tkevans.com/ | 443-394-3864
http://www.come-here.com/News/ |
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
 |
Re: Bug Report: seg fault with 1.2
Tim Evans 12:47 on 15 Nov 2004
|