Hello, I am about to install JServ 1.0b4 on my sun box. As opposed to a previous installation, I'd like to configure JServ to be DSO enabled. Apache 1.3.6 itself has been installed and configured with DSO support (httpd -l reports mod_so.c) a couple of days ago and is up and running. Here's what I've done: - Try to build the JServ module by typing: ./configure --with-apache-install=/usr/local/apache-1.3.6 This reports the following error: checking .... [snip] checking for Apache directory ... configure: error: does not have DSO support. After some minor modifications to JServ's configure script (mainly disabling redirection of stdout and stderr to /dev/null .. ;-)) I get the following more detailed error message: checking for Apache directory ... ./configure: /usr/local/apache-1.3.6/sbin/apxs not found Can't locate strict.pm in @INC at /usr/local/apache-1.3.6/bin/apxs line 64. BEGIN failed--compilation aborted at /usr/local/apache-1.3.6/bin/apxs line 64. configure: error: does not have DSO support. My interpretation: The apxs module has been successfully found in /usr/local/apache-1.3.6/bin (after unsuccessfully looking for it in /usr/local/apache-1.3.6/sbin/). Then it fails at the execution of the APXS perl script. And that's where it's getting difficult for me since I am basically illiterate on perl. What's strict.pm ? Who is supposed to be supplying strict.pm ? Any help from somebody on this list ? Thanks in advance Werner Guttmann Visit us at http://www.cedelinternational.com or http://www.cedelglobalservices.com or http://www.cedelbank.com *************************** IMPORTANT MESSAGE ********************************* Internet communications are not secure and therefore the Cedel Group does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of the Cedel Group or any company forming part of the Cedel Group. ********************************** DISCLAIMER *********************************** -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
