Fernando Munoz wrote:
> Well I tried your suggestion and it didn't work at first but, after revising
> my steps I noticed that $LD_LIBRARY_PATH did not have /usr/local/ssl/lib
> (where libssl libraries live) so I push that path there and ssl passed.
> Unfortunately I got a different problem now ..
> 
> <=== src/modules/ssl
> ===> src/modules/perl
> make: Fatal error: Don't know how to make target 'all'
> Current working directory /Repository/apache_1.3.24/src/modules/perl
> *** Error code 1
> make: Fatal error: Command failed for target 'all'
> Current working directory /Repository/apache_1.3.24/src/modules
> *** Error code 1
> make: Fatal error: Command failed for target 'subdirs'
> Current working directory /Repository/apache_1.3.24/src
> *** Error code 1
> make: Fatal error: Command failed for target 'build-std'
> Current working directory /Repository/apache_1.3.24
> *** Error code 1
> make: Fatal error: Command failed for target 'build'
> Current working directory /Repository/apache_1.3.24
> *** Error code 1
> make: Fatal error: Command failed for target 'apaci_httpd'
> 
> It seems that I'm closer but not there yet. Thanks

seems to me that you've run apache's ./configure again after you have 
configured mod_perl, which wiped off the modperl config. See if you 
didn't mess up with the order of things. You should have a Makefile and 
a bunch of modperl files in src/modules/perl after you run 'perl 
Makefile ...'

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Reply via email to