Thanks Philip, I'll give it a try...

John

-----Original Message-----
    From: "Philip M. Gollucci"<[EMAIL PROTECTED]>
    Sent: 9/22/05 7:54:29 PM
    To: "John.kelley"<[EMAIL PROTECTED]>
    Cc: "modperl@perl.apache.org"<modperl@perl.apache.org>
    Subject: Re: Apache DSO compile issue...
    
    John.kelley wrote:
    > LoadModule Mod_perl or libperl?
    > Is there supposed to be a mod_perl.so or am I supposed to overlay the 
"old" libperl.so?
    LoadModule perl_module        libexec/libperl.so
    AddModule mod_perl.c
    
    ls libexec/ |grep perl
    :-rwxr-xr-x   1 pgollucci  wheel  -  4.9M Sep 22 19:50:20 2005 libperl.so*
    
    
    ./configure --prefix=/usr/home/pgollucci/dev/apps/httpd-1.3.33 \
      --with-perl=/usr/home/pgollucci/dev/apps/perl-5.8.7/bin/perl \
      --with-port=7000 \
      --enable-module=most \
      --enable-shared=max
    
    perl Makefile.PL \
      USE_APXS=1 \
      WITH_APXS=/usr/home/pgollucci/dev/apps/httpd-1.3.33/bin/apxs \
      EVERYTHING=1
    
    HTH
    
    -- 
    END
    ------------------------------------------------------------
         What doesn't kill us can only make us stronger.
                     Nothing is impossible.
                                
    Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
    Consultant / http://p6m7g8.net/Resume/
    Senior Developer / Liquidity Services, Inc.
       http://www.liquidityservicesinc.com
            http://www.liquidation.com
            http://www.uksurplus.com
            http://www.govliquidation.com
            http://www.gowholesale.com
    

Reply via email to