You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by at...@vgregion.se on 2003/02/19 14:07:09 UTC

Can't locate Apache/src.pm

I'am trying to install Embperl-2.0b8 onto RedHat 8.0, using Perl 5.8,
mod_perl-1.99_08 and apache 2.0.43.
 Apache and mod_perl is already installed the later as DSO
and I have the apache sources around.
I'am getting the following error when installing :

------------------------------------------------------------------------------------------------------------------------
  CPAN.pm: Going to build G/GR/GRICHTER/Embperl-2.0b8.tar.gz

Build with support for Apache mod_perl?(y/n) [y]
Searching for Apache sources...
Look at ..
Look at ../src
Look at ./src
Apache source not found, enter path name or q to quit 
[]/home/attila/tmp/httpd-2.0.43
Searching for Apache sources...
Look at /home/attila/tmp/httpd-2.0.43
Use /home/attila/tmp/httpd-2.0.43 as Apache source(y/n) [y]
Will use /home/attila/tmp/httpd-2.0.43 for Apache Headers
Apache Version Server version: Apache/2.0.43
Library for mod_actions.c not found, please enter path to mod_actions.so 
[]/usr/local/apache2/modules
 + Load dynamic module mod_actions.c
   (/usr/local/apache2/modules/mod_actions.so)
 + Load dynamic module mod_cgi.c
   (/usr/local/apache2/modules/mod_cgi.so)
 + Load dynamic module mod_alias.c
   (/usr/local/apache2/modules/mod_alias.so)
 + Load dynamic module mod_env.c
   (/usr/local/apache2/modules/mod_env.so)
 + Load dynamic module mod_perl.c
   (/usr/local/apache2/modules/mod_perl.so)
 + Load dynamic module mod_mime.c
   (/usr/local/apache2/modules/mod_mime.so)
 + Load dynamic module mod_dir.c
   (/usr/local/apache2/modules/mod_dir.so)
 + mod_perl was build with USE_DSO
Can't locate Apache/src.pm in @INC (@INC contains: 
/usr/lib/perl5/5.8.0/i386-lin
ux-thread-multi /usr/lib/perl5/5.8.0 
/usr/lib/perl5/site_perl/5.8.0/i386-linux-t
hread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
/usr/lib/per
l5/vendor_perl/5.8.0/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.0 /u
sr/lib/perl5/vendor_perl .) at Makefile.PL line 891, <STDIN> line 4.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install

cpan>
----------------------------------------------------------------------------------------------------------------------------------

/attila

Re: Can't locate Apache/src.pm

Posted by Gerald Richter <ri...@ecos.de>.
>I'am trying to install Embperl-2.0b8 onto RedHat 8.0, using Perl 5.8, 
>mod_perl-1.99_08 and apache 2.0.43. 

You need the newest version from the cvs, then it will work

Gerald