> Nakita ko na ang problemang ginawa ko. I made a DO_HTTPD=1 in mod_perl. This
> creates a httpd binary in apache src. Kapag pumasok ako ng apache src tree,
> I still execute make and make install. So, kapag ganito, nasisira ang httpd
> binary ko. Panibagong httpd na naman. According to the docs, if we are going
> to use DO_HTTPD=1 as a paramter for perl Makefile.PL, all we have to do in
> apache src is make install. There is another technique in installing
> mod_perl. This technique also allows you to add third party modules.
> 
> I used this parameters:
> 
> cd mod_perl-x.xx
> $ perl Makefile.PL \
>   APACHE_SRC=../apache_1.3.12/src \
>   NO_HTTPD=1 \
>   USE_APACI=1\
>   PREP_HTTPD=1 \
>   EVERYTHING=1
> $ make
> $ make install
> 
> $ cd apache_x.x.x
> $ .configure \
>   --prefix=/usr/local/apache \
>   --activate-module=src/modules/perl/libperl.a \
>   --activate-module=src/modules/php4/libphp4.a
> $ make
> $ make install
> 
> I guess, this would help a little with other PLUGgers building mod_perl and
> apache from scratch.


In case anyone is interested, i've made an apache 3.1.12, mod_perl 1.24, php
3.0.12, embperl 1.3b3 SRPM where all three are statically linked.  If you want
DSO version, just use the SRPMs included in your fav redhat/mandrake distro.

i also got apache 3.1.12, mod_perl 1.24, php 4.0.0, and embperl 1.3b3 to
compile and build into an SRPM.  But i haven't tested it yet.


-
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to