<html>
Here is my specific configuration information <br><br>
<font face="Courier New, Courier">This is my apache configuration for
rt<br><br>
Alias /mason /var/www/html/mason<br>
<Location /mason><br>
  SetHandler perl-script<br>
  PerlHandler HTML::Mason::ApacheHandler<br>
  PerlSetVar MasonCompRoot /var/www/html/mason<br>
  PerlSetVar MasonDataDir /var/www/html/mason<br>
  PerlModule HTML::Mason::ApacheHandler<br>
</Location><br><br>
Alias /rt2/ /opt/rt2/WebRT/html/<br>
PerlRequire /opt/rt2/bin/webmux.pl<br>
<Location /rt2><br>
  SetHandler perl-script<br>
  PerlHandler RT::Mason<br>
</Location><br><br>
This is my perl5 environmnet<br>
perl -V<br><br>
Summary of my perl5 (revision 5.0 version 6 subversion 1)
configuration:<br>
  Platform:<br>
    osname=linux, osvers=2.4.18p1m2hwq,
archname=i386-linux<br>
    uname='linux needham5 2.4.18p1m2hwq #6 fri jan 4
17:50:05 est 2002 i686 unknown '<br>
    config_args='-des -Doptimize=-O2 -march=i386
-mcpu=i686 -Dcc=gcc -Dcccdlflags=-fPIC -Dinstallprefix=/usr -Dprefix=/usr
-Darchname=i386-linux -Dd_dosuid -Dd_semctl_semun -Di_db -Di_ndbm
-Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm
-Dd_perl_otherlibdirs=/usr/lib/perl5/5.6.0/i386-linux
/usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0 -Uuselargefiles'<br>
    hint=recommended, useposix=true,
d_sigaction=define<br>
    usethreads=undef use5005threads=undef
useithreads=undef usemultiplicity=undef<br>
    useperlio=undef d_sfio=undef uselargefiles=undef
usesocks=undef<br>
    use64bitint=undef use64bitall=undef
uselongdouble=undef<br>
  Compiler:<br>
    cc='gcc', ccflags ='-fno-strict-aliasing
-I/usr/local/include',<br>
    optimize='-O2 -march=i386 -mcpu=i686',<br>
    cppflags='-fno-strict-aliasing
-I/usr/local/include'<br>
    ccversion='', gccversion='2.96 20000731 (Red Hat Linux
7.1 2.96-98)', gccosandvers=''<br>
    intsize=4, longsize=4, ptrsize=4, doublesize=8,
byteorder=1234<br>
    d_longlong=define, longlongsize=8, d_longdbl=define,
longdblsize=12<br>
    ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=4<br>
    alignbytes=4, usemymalloc=n, prototype=define<br>
  Linker and Libraries:<br>
    ld='gcc', ldflags =' -L/usr/local/lib'<br>
    libpth=/usr/local/lib /lib /usr/lib<br>
    libs=-lnsl -ldl -lm -lc -lcrypt -lutil<br>
    perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil<br>
    libc=/lib/libc-2.2.4.so, so=so, useshrplib=false,
libperl=libperl.a<br>
  Dynamic Linking:<br>
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef,
ccdlflags='-rdynamic'<br>
    cccdlflags='-fPIC', lddlflags='-shared
-L/usr/local/lib'<br><br>
<br>
Characteristics of this binary (from libperl): <br>
  Compile-time options:<br>
  Built under linux<br>
  Compiled at Jan  6 2002 22:43:21<br>
  @INC:<br>
    /usr/lib/perl5/5.6.1/i386-linux<br>
    /usr/lib/perl5/5.6.1<br>
    /usr/lib/perl5/site_perl/5.6.1/i386-linux<br>
    /usr/lib/perl5/site_perl/5.6.1<br>
    /usr/lib/perl5/site_perl/5.6.0/i386-linux<br>
    /usr/lib/perl5/site_perl/5.6.0<br>
    /usr/lib/perl5/site_perl<br>
    .<br>
</font>As you can see I have Mason working I have done a few small things
with it so I know it actually works. <br>
My problem is when I have this line in httpd.conf<br><br>
<font face="Courier New, Courier">PerlRequire
/opt/rt2/bin/webmux.pl<br><br>
</font>Apache dies at startup. <br>
[root@needham5 root]# /etc/init.d/httpd start<br>
Starting
httpd:                                           
[  OK  ]<br>
[root@needham5 root]# /etc/init.d/httpd status<br>
httpd dead but subsys locked<br>
[root@needham5 root]#        
<br><br>
These commands were issued a few seconds apart. <br><br>
I have an strace of apache if anyone wants it. <br><br>
The command I used to build mod_perl was : <br><br>
perl Makefile.PL USE_APXS=1 WITH_APXS=%{_sbindir}/apxs EVERYTHING=1<br>
make <br><br>
All of these components apache, mod_per,perl where all built on this
machine. <br><br>
The guidance I am looking for here is : <br>
Where do I look to troubleshoot this? <br>
Has anyone run into the same problem before? <br>
Where do I go from here? <br><br>
Thanks for the help and suggestions so far. <br><br>
Doug <br><br>
<br>
                                                                                          
<br>
At 11:42 AM 1/9/02, you wrote:<br>
<blockquote type=cite class=cite cite>-----BEGIN PGP SIGNED
MESSAGE-----<br>
Hash: SHA1<br><br>
I'm running those versions and have no problems.<br><br>
What problems do you have?  We can't help you if you don't get
specific.<br><br>
On Wednesday 09 January 2002 10:50 am, Doug Needham wrote:<br>
> anyone running with a configuration of :<br>
> perl 5.6.1<br>
> mod_perl 1.26<br>
> apache 1.3.22<br>
><br>
> with rt-2.0.11 ?<br>
><br>
> I have this configuraion and am curious if anyone else having any
problems<br>
> with it?<br>
><br>
><br>
> _______________________________________________<br>
> rt-users mailing list<br>
> rt-users@lists.fsck.com<br>
>
<a href="http://lists.fsck.com/mailman/listinfo/rt-users" eudora="autourl">http://lists.fsck.com/mailman/listinfo/rt-users</a><br><br>
- -- <br>
Josh
Krikke<x-tab>     </x-tab>krikke@macatwa.org<br>
MacNet Sysadmin<x-tab> </x-tab>Holland, MI<br>
GnuPG Fingerprint:  AC6F 13AC F945 CC45 BDFC 509E 8F41 9549 64DD
95DB<br>
My public key 
<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x64DD95DB" eudora="autourl">http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x64DD95DB</a><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.0.6 (GNU/Linux)<br>
Comment: For info see
<a href="http://www.gnupg.org/" eudora="autourl">http://www.gnupg.org</a><br><br>
iD8DBQE8PHLlj0GVSWTdldsRAtCJAJwKx4M3N3Xw2rWlhG1xGsLEh4xjQwCfYZaY<br>
WnpceMGMeEjeZJpNR11HliQ=<br>
=KGSK<br>
-----END PGP SIGNATURE-----<br><br>
_______________________________________________<br>
rt-users mailing list<br>
rt-users@lists.fsck.com<br>
<a href="http://lists.fsck.com/mailman/listinfo/rt-users" eudora="autourl">http://lists.fsck.com/mailman/listinfo/rt-users</a>
</blockquote></html>