----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi everyone,
I have a problem with the JServ configure script. I want to make JServ into a
shred object for use with apache. I use Linux slackware 7, on an amd machine.
I have doenloaded the latest stable releases (apache 1.3.12 and
JServ 1.1.1 )Everything seems to go fine until i get to the finding apxs. The
initial attempt at configure is below.
-./configure --with-apxs=/usr/local/apache/bin/apxs
--with-jdk-home=/usr/local/jdk1.2.2/ --with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar
This gives me the error below
checking for gettimeofday... yes
WARNING: --with-apache-src is undefined: assuming shared object build
checking for apxs... need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
could not find apxs
configure: error: If you do not specify a valid --with-apache-src directory
then you must specify a valid --with-apxs path
spanky-
So then i thought i would put apxs in my path ->
spanky-which apxs
/usr/local/apache/bin//apxs
spanky-
but this didn't help, so to check i had the correct place i did ->
spanky-/usr/local/apache/bin/apxs -h
apxs:Error: Unknown option: h
Usage: apxs -g [-S <var>=<val>] -n <modname>
apxs -q [-S <var>=<val>] <query> ...
apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]]
[-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>]
[-Wl,<flags>] <files> ...
apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ...
spanky-
so it is there. I ran the script as root, so the script should be able to read
from the apache/bin directory but i changed the permission ( a+r) to make sure
- no good.. I have also checked the faq but it seems i am the only one with
this problem, this makes me worried.
Any ideas what i am doing wrong ??
Thanks for the help
Dave
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]