You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by qazi Ahmed <fi...@rediffmail.com> on 2001/05/10 08:23:34 UTC

installating mod_perl-1.25/apache_1.3.19/perl 5.005_02/solaris 5.6

Hi.
I have been trying to install mod_perl from past one day but am turning up with no results.
The source configuration part of the installation is 
working fine, 

perl Makefile.PL APACHE_SRC=../apache_1.3.19/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

but when trying to build, i am getting the errors like:

make[5]: warning:  Clock skew detected.  Your build may be incomplete
<=== src/modules/standard
===> src/modules/perl
gcc -O -I/usr/local/lib/perl5/sun4-solaris/5.004/CORE -I/usr/local/inusr/local/lib/perl5/sun4-solaris/5.004/CORE -I../../os/unix -I../../i/../apaci` -c Apache.c
perl /usr/local/lib/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /us
Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] [
make[5]: *** [Constants.o] Error 2
make[4]: *** [all] Error 1 
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory `/export/home/ats/test-tools/ats/guts/apac
make[2]: *** [build-std] Error 2
make[2]: Leaving directory `/export/home/ats/test-tools/ats/guts/apac
make[1]: *** [build] Error 2
make[1]: Leaving directory `/export/home/ats/test-tools/ats/guts/apac
make: *** [apaci_httpd] Error 2





Can anyone help me, it is very important for me.
Thanks and regards
Firdous


_____________________________________________________
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com





Re: installating mod_perl-1.25/apache_1.3.19/perl 5.005_02/solaris 5.6

Posted by Doug MacEachern <do...@covalent.net>.
On 10 May 2001, qazi Ahmed wrote:

> gcc -O -I/usr/local/lib/perl5/sun4-solaris/5.004/CORE -I/usr/local/inusr/local/lib/perl5/sun4-solaris/5.004/CORE -I../../os/unix -I../../i/../apaci` -c Apache.c
> perl /usr/local/lib/perl5/ExtUtils/xsubpp -nolinenumbers -typemap /us
> Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] [

this is a somewhat recent change.  xsubpp with 5.004_04 coredumps
processing Apache.xs, adding -nolinenumbers was the solution.  you can try
removing -nolinenumbers from the src/modules/perl/Makefile



Re: installating mod_perl-1.25/apache_1.3.19/perl 5.005_02/solaris 5.6

Posted by "G.W. Haywood" <ge...@www.jubileegroup.co.uk>.
Hi there,

On 10 May 2001, qazi Ahmed wrote:

> but when trying to build, i am getting the errors like:
> 
> make[5]: warning:  Clock skew detected.  Your build may be incomplete
 
Have you checked your system clock?
Do you really mean 5.005_02?

73,
Ged.