|
Hi,
This is kind of complicated. You will need to download
Apache 1.3.27 source code, and the latest mod-perl from
http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz
download
http://www.apache.org/dist/httpd/apache_1.3.xx.tar.gz
download
http://perl.apache.org/dist/mod_perl-1.xx.tar.gz
% tar xzvf
apache_1.3.xx.tar.gz
% tar xzvf
mod_perl-1.xx.tar.gz
% cd mod_perl-1.xx
% perl Makefile.PL
APACHE_SRC=../apache_1.3.xx/src \
DO_HTTPD=1
USE_APACI=1 EVERYTHING=1
% make && make test
&& make install
% cd
.../apache_1.3.xx
Pick out the mod_perl.so and copy to
/usr/libexec/httpd
regards,
Eric
On Sunday, September 14, 2003, at 03:36 PM, Peter Bengtson
wrote:
I have installed Perl 5.8 on Jaguar
(http://developer.apple.com/internet/macosx/perl.html) and need to
recompile perl_mod. I'm using iTools 6.5.x.
How do I proceed?
/ Peter
Bengtson
---------
Tenon Intersystems' iTools Mailing
List
To unsubscribe: send mail to
itools-request@xxxxxxxxxxxxxxx
with the body only containing:
unsubscribe
Find the searchable mailing list archives
at:
http://itools.blackpepper.co.nz/
|