Hi Ade,
   I am sending the errs as an attachment.  Thanks.
         John Kolvereid
--- Ade Olonoh <[EMAIL PROTECTED]> wrote:
> >   Most of their steps I had followed before.  Now
> I
> > tried to config mod_perl w/ the following config
> file
> > as they had suggested:
> >   perl Makefile.PL \
> >   APACHE_PREFIX=/usr/local/apache \
> >   APACHE_SRC=/home/ssl/apache_1.3.22 \
> >   SSL_BASE=/usr/local/ssl \
> >   APACI_ARGS='--enable-module=ssl, \
> >           --enable-shared=ssl, \
> >           --enable-module=proxy, \
> >           --enable-shared=proxy, \
> >           --prefix=/usr/local/apache, \
> >           --enable-module=rewrite' \
> >   DO_HTTPD=1 \
> >   USE_APACI=1 \
> >   EVERYTHING=1
> > 
> > when I try to do a 'make' I get errors such as 
> >   *** No rule to make target 'all'. Stop
> 
> Can you send the full output after you run the "perl
> Makefile.PL"
> above?  There might be some errors there that would
> give a hint to why
> it's not working.
> 
> --Ade.


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/
Will configure via APACI
cp apaci/Makefile.libdir ../apache_1.3.22/src/modules/perl/Makefile.libdir
cp apaci/Makefile.tmpl ../apache_1.3.22/src/modules/perl/Makefile.tmpl
cp apaci/README ../apache_1.3.22/src/modules/perl/README
cp apaci/configure ../apache_1.3.22/src/modules/perl/configure
cp apaci/libperl.module ../apache_1.3.22/src/modules/perl/libperl.module
cp apaci/mod_perl.config.sh ../apache_1.3.22/src/modules/perl/mod_perl.config.sh
cp apaci/load_modules.pl ../apache_1.3.22/src/modules/perl/load_modules.pl
cp apaci/find_source ../apache_1.3.22/src/modules/perl/find_source
cp apaci/apxs_cflags ../apache_1.3.22/src/modules/perl/apxs_cflags
cp apaci/perl_config ../apache_1.3.22/src/modules/perl/perl_config
cp apaci/mod_perl.exp ../apache_1.3.22/src/modules/perl/mod_perl.exp
PerlDispatchHandler.........enabled
PerlChildInitHandler........enabled
PerlChildExitHandler........enabled
PerlPostReadRequestHandler..enabled
PerlTransHandler............enabled
PerlHeaderParserHandler.....enabled
PerlAccessHandler...........enabled
PerlAuthenHandler...........enabled
PerlAuthzHandler............enabled
PerlTypeHandler.............enabled
PerlFixupHandler............enabled
PerlHandler.................enabled
PerlLogHandler..............enabled
PerlInitHandler.............enabled
PerlCleanupHandler..........enabled
PerlRestartHandler..........enabled
PerlStackedHandlers.........enabled
PerlMethodHandlers..........enabled
PerlDirectiveHandlers.......enabled
PerlTableApi................enabled
PerlLogApi..................enabled
PerlUriApi..................enabled
PerlUtilApi.................enabled
PerlFileApi.................enabled
PerlConnectionApi...........enabled
PerlServerApi...............enabled
PerlSections................enabled
PerlSSI.....................enabled
Will run tests as User: 'nobody' Group: 'root'
(cd ../apache_1.3.22 && CC="cc" ./configure 
--activate-module=src/modules/perl/libperl.a --disable-rule=EXPAT --enable-module=ssl  
\
              --enable-shared=ssl  \
              --enable-module=proxy  \
              --enable-shared=proxy  \
              --prefix=/usr/local/apache  \
              --enable-module=rewrite)
Configuring for Apache, Version 1.3.22
 + using installation path layout: Apache (config.layout)
 + activated perl module (modules/perl/libperl.a)
Creating Makefile
Creating Configuration.apaci in src
 + enabling mod_so for DSO support
Creating Makefile in src
 + configured for Linux platform
 + setting C pre-processor to cc -E
 + checking for system header files
 + adding selected modules
    o rewrite_module uses ConfigStart/End
 + using -lndbm for DBM support
      enabling DBM support for mod_rewrite
    o ssl_module uses ConfigStart/End
      + SSL interface: mod_ssl/2.8.5
      + SSL interface build type: DSO
      + SSL interface compatibility: enabled
      + SSL interface experimental code: disabled
      + SSL interface conservative code: disabled
      + SSL interface vendor extensions: disabled
      + SSL interface plugin: Built-in SDBM
      + SSL library path: /usr/local/ssl
      + SSL library version: SSLeay 0.9.0b 29-Jun-1998
Error: OpenSSL VERSIONS BELOW 0.9.3 ARE NO LONGER SUPPORTED.
Hint:  Use OpenSSL version 0.9.3 or higher!
Checking CGI.pm VERSION..........ok
Checking for LWP::UserAgent......failed
Can't locate URI.pm in @INC (@INC contains: ./lib /usr/lib/perl5/5.00503/i386-linux 
/usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux 
/usr/lib/perl5/site_perl/5.005 .) at (eval 2) line 3.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.005/LWP/UserAgent.pm 
line 108.

The libwww-perl library is needed to run the test suite.
Installation of this library is recommended, but not required.

Checking for HTML::HeadParser....failed
Can't locate HTML/HeadParser.pm in @INC (@INC contains: ./lib 
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 
/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at 
Makefile.PL line 1154.

The HTML-Parser package is needed (by libwww-perl) to run the test suite.
Writing Makefile for Apache
Writing Makefile for Apache::Connection
Writing Makefile for Apache::Constants
Writing Makefile for Apache::File
Writing Makefile for Apache::Leak
Writing Makefile for Apache::Log
Writing Makefile for Apache::ModuleConfig
Writing Makefile for Apache::PerlRunXS
Writing Makefile for Apache::Server
Writing Makefile for Apache::Symbol
Writing Makefile for Apache::Table
Writing Makefile for Apache::URI
Writing Makefile for Apache::Util
Writing Makefile for mod_perl
[root@or mod_perl-1.26]# make
(cd ../apache_1.3.22 && PERL5LIB=/home/ssl/mod_perl-1.26/lib make)
make[1]: Entering directory `/home/ssl/apache_1.3.22'
===> src
make[2]: Entering directory `/home/ssl/apache_1.3.22'
make[3]: Entering directory `/home/ssl/apache_1.3.22/src'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/ssl/apache_1.3.22/src'
make[2]: *** [build-std] Error 2
make[2]: Leaving directory `/home/ssl/apache_1.3.22'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/home/ssl/apache_1.3.22'
make: *** [apaci_httpd] Error 2
[root@or mod_perl-1.26]#

Reply via email to