----------------------------------------------------------------
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!!!
----------------------------------------------------------------
I'm making my first pass at a DSO install of JServ 1.1.2. In the past I've
always done a static install. I can't get past running configure.
./configure \
--prefix=/home/wwwuser/jserv \
--with-apxs=/usr/local/apache/bin/apxs \
--with-jdk-home=/usr/java1.2/ \
--with-JSDK=/home/wwwuser/jserv/lib/jsdk.jar \
--enable-EAPI
Here's how it fails:
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/local/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
I tried pulling out the with-apxs line, since the INSTALL doc says configure
will look in /usr/local/apache by default, which is where apache is
intalled, but that didn't work. I even tried adding /usr/local/apache/bin to
my system path, but that didn't help either. apxs is at
/usr/local/apache/bin/apxs. Any ideas why configure wouldn't be able to find
it?
-Sean
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]