LWP::Parallel error

2002-03-17 Thread Parag R Naik



I get the following error . can any 
body help .i install ParallelUserAgent-2.51.tar.gz does it require some additional modules 
.


Can't locate object method "new" via package 
"LWP::Parallel::Protocol::http::Socket"
Regards

Parag R NaikPhone : 5093100(off)

Tough times dont last for a long tough people 
always do.

To send secure email get my certificate from 
:http://parag.freeshell.org/parag2.p7b


problem in recompiling

2002-03-15 Thread Parag R Naik



I get the following problem while recompiling 
mod-perl can any body help ??

cc -c -I.. 
-I/usr/local/lib/perl5/5.6.1/i686-linux/CORE -I../os/unix 
-I../include -DLINUX=22 -DMOD_PERL -DUSE_PERL_SSI 
-DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L -D_REENTRANT 
-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED 
-D_XOPEN_SOURCE-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DMOD_PERL 
http_core.chttp_core.c: In function `default_handler':http_core.c:3605: 
`caddr_t' undeclared (first use in this function)http_core.c:3605: (Each 
undeclared identifier is reported only oncehttp_core.c:3605: for each 
function it appears in.)http_core.c:3605: parse error before 
`mm'http_core.c:3669: `mm' undeclared (first use in this 
function)make[2]: *** [http_core.o] Error 1make[1]: *** [subdirs] Error 
1make[1]: Leaving directory `/usr/src/apache_1.3.22/src'make: *** 
[apache_httpd] Error 2 


Regards

Parag R NaikPhone : 5093100(off)

Tough times dont last for a long tough people 
always do.

To send secure email get my certificate from 
:http://parag.freeshell.org/parag2.p7b


problem in recompiling

2002-03-14 Thread Parag R Naik



Hi all,I am having a problem compiling mod_perl 
1.26 src with apache 1.3.22 src.The problem on running make occur at the 
following command 

gcc -c -I../.. 
-I/usr/local/ActivePerl-5.6/lib/5.6.1/i686-linux-thread-multi/CORE 
-I../../os/unix -I../../include -DLINUX=22 -I/usr/include/db1 
-DMOD_PERL -DUSE_PERL_SSI -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L 
-D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-DUSE_HSREGEX -DNO_DL_NEEDED -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L 
-D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
`../../apaci` os.c

In file included from 
/usr/include/sys/sem.h:27, 
from 
../../include/ap_config.h:493, 
from os.c:6:/usr/include/sys/ipc.h:28: warning: #warning "Files using this 
header must be compiled with _SVID_SOURCE or _XOPEN_SOURCE"In file 
included from 
/usr/include/sys/sem.h:27, 
from 
../../include/ap_config.h:493, 
from os.c:6:/usr/include/sys/ipc.h:34: parse error before 
`ftok'/usr/include/sys/ipc.h:34: warning: data definition has no type or 
storage classIn file included from 
../../include/ap_config.h:493, 
from os.c:6:/usr/include/sys/sem.h:50: parse error before 
`__key'make[4]: *** [os.o] Error 1make[3]: *** [subdirs] Error 
1make[2]: *** [build-std] Error 2make[1]: *** [build] Error 2make: 
*** [apaci_httpd] Error 2

can anybody help me out with this The Linux I 
am using is Redhat 6.22 Kernel version 2.2.14

Thanks 



query

2002-03-13 Thread Parag R Naik

The we are not able to bring the  site up and running on linux version 
6.2 with perl 5.005 , mod_perl 1.21 , I think the problem is the version 
of the perl that we are using . We have installed perl 5.6 but we are 
not able to figure out how to instruct apache to use that version of 
perl(5.6) .Are there any configuration parameter that could be changed . 
Is the our directive used in some of files  new to perl 5.6 because we 
could not find that directive in the most of the perl books we referered 
to.