Jonathan Vanasco wrote:
On Nov 18, 2006, at 9:21 PM, Philip M. Gollucci wrote:

Philip M. Gollucci wrote:
A release candidate for mod_perl 2.0.3-rc3 is now available for testing.
Please grab the candidate from
http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc3.tar.gz

here's a request...

maybe someone with a better understanding than me could work on a Makefile that could be used to build mp2 / libapreq on a system, then uninstall it ( so the previous version could be re-installed afterwards )

i'd gladly run that on my osx/freebsd/ubuntu boxes -- i just can't deal with library conflicts or taking my systems offline.
Like um use configure options and install
perl / httpd / mod_perl2 / apreq in your home dir.

I have well over 2,000 combinations of these installed on the same computer.

PERL:
 ./Configure \
    -sde \
    -Dprefix=$PERL_PREFIX

httpd:
./configure \
        -prefix=$HTTPD_PREFIX

mp:
$PERL_PREFIX/bin/perl Makefile.PL \
    MP_APXS=$HTTPD_PREFIX/bin/apxs \
    PREFIX=$MP_PREFIX

apreq:
PERL5LIB="$PERL5LIB" ./configure \
    --prefix=$APREQ_PREFIX \
    --with-perl=$PERL_PERFIX/bin/perl \
    --with-apache2-apxs=$HTTPD_PRERFIX/bin/apxs \
    --enable-perl-glue

note: you need PERL5LIB in your env for make/ make test for apreq too.

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

I never had a dream come true
'Til the day that I found you.
Even though I pretend that I've moved on
You'll always be my baby.
I never found the words to say
You're the one I think about each day
And I know no matter where life takes me to
A part of me will always be...
A part of me will always be with you.

Reply via email to