----------------------------------------------------------------
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,

I have some strange problems in compile  ApacheJServ-1.1b2/3 in RedHat6.1. I
have Apache 1.3.9, IBM ibm-jdk-l118
, and jsdk20 installed and they are tested OK.
But, when I run the following script:
        ./configure \
                --prefix=/usr/local/jserv \
                --with-apxs=/usr/local/apache/bin/apxs \
                --with-jdk-home=/usr/java \
                --with-JSDK=/usr/jsdk/lib/jsdk.jar \
                --disable-debugging

It gives me the following error:
        checking for Apache layout consistency... configure: error: modules
doesn't exist

After I create a sub-directory of modules, it seems ok. But wehn I run
"make", it gives me the following error:
        make[2]: Entering directory `/usr/local/src/ApacheJServ-1.1b3/src/c'
        /bin/sh ../../libtool --mode=link gcc  -g -O2  -o libjserv.la
-avoid-version -o
         libjserv.la -rpath modules mod_jserv.lo jserv_protocols.lo
jserv_ajpv11.lo jser
        v_ajpv12.lo jserv_balance.lo jserv_mmap.lo jserv_watchdog.lo
jserv_utils.lo jser
        v_status.lo jserv_wrapper.lo jserv_wrapper_unix.lo jserv_image.lo
        libtool: link: only absolute run-paths are allowed
        make[2]: *** [libjserv.la] Error 1
        make[2]: Leaving directory `/usr/local/src/ApacheJServ-1.1b3/src/c'
        make[1]: *** [all-recursive] Error 1
        make[1]: Leaving directory `/usr/local/src/ApacheJServ-1.1b3/src'
        make: *** [all-recursive] Error 1

Do I miss something?  Please help and thank in advance!

Cheers,
Yaohe




--
--------------------------------------------------------------
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]

Reply via email to