perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Kanagasabai Sriskanthaverl
Hi, I have come across this issue when i try to define the apxs argument to point to an httpd installed in used defined location. Here are the steps i have done. and it provided the error output given below. Can any of u help me to get rid of it/ any work around to this. Note: t/TEST -apxs...

Re: perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Geoffrey Young
2. perl Makefile.PL -apxs /home/sris/projects/ers-3-0-2/apache2.0/bin/apxs 3. make 4. t/TEST OUTPUT [EMAIL PROTECTED]:~/projects/temp/httpd-test/perl-framework$ t/TEST [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl

Re: perl-framework, Makefile.PL with -apxs gives error.

2006-02-16 Thread Kanagasabai Sriskanthaverl
Hi Thanks, -httpd works fine. The httpd binary has been built in a custom name like httpsd.worker in my machine. That is the reason y apxs does not locate the httpd binary. Sorry about it. it works after i renamed it to httpd. Regards Sris On Thu, 2006-02-16 at 08:47 -0500, Geoffrey Young