./build mod_frontpage_ap2
./build mod_perl_ap2
in that case i have to command out
#LoadModule frontpage_module /usr/lib/apache/mod_frontpage.so
#LoadModule perl_module /usr/lib/apache/mod_perl.so
in httpd.conf
or else httpd will fail.
any suggestion?
./build mod_perl_ap2
[root@nagios customapache]# ./build mod_perl_ap2
Found /usr/local/directadmin/customapache/mod_perl-2.0-current.tar.gz
Extracting ...
Done.
Configuring modperl-2.0...
Reading Makefile.PL args from @ARGV
MP_APXS = /usr/sbin/apxs
MP_INST_APACHE2 = 1
mod_perl/1.29 installation detected...ok (installing relative to Apache2/)
************* WARNING *************
Your Perl is configured to link against libgdbm,
but libgdbm.so was not found.
You could just symlink it to /usr/lib/libgdbm.so.2.0.0
************* WARNING *************
Configuring Apache/2.2.0*/ mod_perl/1.99_17-dev Perl/v5.8.5
[ error] can't find 'apr-config', please pass MP_APR_CONFIG=/full/path/to/apr-config to 'perl Makefile.PL'
Done. Making modperl-2.0...
Trying to make mod_perl-2.0...
make: *** No targets specified and no makefile found. Stop.
*** The make has failed, do you want to try to make again? (y,n):
n
in that case i have to command out
#LoadModule frontpage_module /usr/lib/apache/mod_frontpage.so
#LoadModule perl_module /usr/lib/apache/mod_perl.so
in httpd.conf
or else httpd will fail.
any suggestion?
Last edited: