What version of Perl are you running? apxs is a perl script.
Check the version with:
# perl -v
I had a similar problem with a system, it turned out that it was running
perl 4.x.
I upgraded to perl 5.6.0 (5.00 something is required) and it worked OK.
You can also check the apxs script to make sure it has your perl in the
right place. Do a "which perl" and make sure that the #! at the top is
right.
Thanks,
Mike.
--
Mike Braden
[EMAIL PROTECTED]
-----Original Message-----
From: Ben Walls [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 11:47 AM
To: [EMAIL PROTECTED]
Subject: problem building mod_jserv
Hi,
Im trying to build mod_jserv.so for Sun OS 5.6, using the command suggested
in "Tomcat a minimalist guide" - namely "apxs -c -o mod_jserv.so *.c".
This builds away happily until I get the following error message:
apxs:Break: Command failed with rc=-256
Can anyone help expain what this means, and how to get round it?
Many thanks,
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]