I am trying to get mod_perl to work /w apache w/o success. Is there any one who can tell me what I am doing wrong?
- Apache/1.3.33 (Unix) mod_perl/1.29 on Red Hat Linux release 7.3 (Valhalla) - mod_perl is compiled w/o DSO since the web application (Request Tracker) recommends so. - mod_perl + apache segfaults when I try to access the initial page (generated by the apache install). No PHP install by the way. [Wed Jun 15 13:37:46 2005] [info] created shared memory segment #1212418 [Wed Jun 15 13:37:46 2005] [notice] Apache/1.3.33 (Unix) mod_perl/1.29 configured -- resuming normal operations [Wed Jun 15 13:37:46 2005] [info] Server built: Jun 15 2005 13:33:02 [Wed Jun 15 13:37:46 2005] [notice] Accept mutex: sysvsem (Default: sysvsem) [Wed Jun 15 13:39:53 2005] [notice] child pid 32737 exit signal Segmentation fault (11) - Apache alone will not have problem serving the initial page.. - This is a user-level installation. Not system-wide installation. So apache directories are under my user directory. - I've compiled /w PERL_DEBUG=1 but core dump files does not seem to be generated. Any help is appreciated. The following are detailed description of the enviroment: ## perl -v ### some info are masked. Summary of my perl5 (revision 5 version 8 subversion 6) configuration: Platform: osname=linux, osvers=2.4.27-xxxx, archname=i686-linux uname='linux XXX 2.4.27-xxxxx #1 wed aug 18 18:49:28 jst 2004 i686 unknown ' config_args='-Dprefix=/home/toku/ap/perl -de' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.3 2.96-112)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.2.5.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.2.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under linux Compiled at Apr 28 2005 19:04:57 @INC: /home/toku/ap/perl/lib/5.8.6/i686-linux /home/toku/ap/perl/lib/5.8.6 /home/toku/ap/perl/lib/site_perl/5.8.6/i686-linux /home/toku/ap/perl/lib/site_perl/5.8.6 /home/toku/ap/perl/lib/site_perl ## perl -v ### end ## make test summary of mod_perl ############################ modules/actions.......ok modules/cgi...........ok modules/constants.....ok modules/cookie........skipped all skipped: no reason given modules/file..........ok modules/httpdconf.....ok modules/include.......ok modules/log...........ok modules/module........skipped all skipped: no reason given modules/perlrun.......Useless content call in void context at ../blib/lib/Apache/testold.pm line 252 modules/perlrun.......ok modules/psections.....skipped all skipped: no reason given modules/request.......skipped all skipped: no reason given modules/src...........ok modules/ssi...........ok modules/stage.........skipped all skipped: no reason given modules/status........ok modules/symbol........skipped all skipped: no reason given modules/uri...........ok modules/util..........ok internal/api..........ok internal/auth.........ok internal/croak........ok internal/dirmagic.....ok internal/error........ok internal/headers......ok internal/hooks........ok internal/http-get.....ok internal/http-post....ok internal/proxy........ok internal/redirect.....ok internal/rwrite.......ok internal/stacked......ok internal/table........ok internal/taint........ok All tests successful, 6 tests skipped. Files=34, Tests=401, 26 wallclock secs (21.83 cusr + 1.75 csys = 23.58 CPU) ## make test summary of mod_perl ### end