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

At 6:16 PM -0400 6/30/00, Boris Niyazov wrote:
>I had similar problem. Running Apache's configure script with
>--activate-module=src/modules/jserv/libjserv.a  option
>again after installation of jserv solved the problem.

I tried this and you're correct, it does compile properly when I 
re-run the configure script that way. Thank you!

My next question is, of course, why did that work? Why didn't it work 
the first time around?

I can see from the output that running configure the second time is 
correctly adding the module and the creating the makefile. But why 
didn't it do it the first time around? By comparing the output, I can 
see that when the JServ installer ran Apache's .configure, it did 
pass the appropriate --activate-module option, but it appears that 
the module did not, in fact, get completely activated.

Is JServ's --enable-apache-config option broken? Or am I passing it 
something that's breaking it? Should I not use --enable-apache-config 
and just configure Apache manually?

Keep in mind, I'm running the whole build from a script... and I hate 
to have unexplained failures in the build!

Thanks again! At least now I have a clearer idea of what is failing!

Scott

> >Hi,
>>
>>I've got a strange little problem I can't quite seem to figure out.
>>I'm trying to build Apache 1.3.12 and JServ 1.1.2 (static, not DSO)
>>on Solaris 2.8 and 2.7. At some point during the JServ install, the
>>proper Makefile is not getting created in
>>apache_1.3.12/src/modules/jserv. The C files for JServ, which the
>>upgrade docs point out should be copied there, are also not getting
>>copied there. Then on the second build of Apache, the missing
>>Makefile causes the build to fail.
>>
>>I'm running the install from a script, but the commands it executes are:
>>
>>    cd /home/users/sk01/servlet.engine/apache_1.3.12
>>    ./configure \
>>      --with-layout=Apache \
>>      --prefix=/home/users/sk01/servlet.engine/apache
>>    make
>>    cd /home/users/sk01/servlet.engine/ApacheJServ-1.1.2
>>    ./configure \
>>      --with-apache-src=/home/users/sk01/servlet.engine/apache_1.3.12 \
>>      --enable-apache-config \
>>      --prefix=/home/users/sk01/servlet.engine/jserv \
>>      --with-jdk-home=/usr/java1.2 \
>>      --enable-debugging \
>>      --with-JSDK=/home/users/sk01/servlet.engine/JSDK2.0/lib/jsdk.jar
>>    make
>>    make install
>>    cd /home/users/sk01/servlet.engine/apache_1.3.12
>>    make
>>    make install
>>
>>I guess it's worth pointing out that I'm just now upgrading from a
>>JServ 1.0 install (I know, go ahead, kick me), so it's possible I'm
>>doing something wrong related to my old 1.0 build script.
>>
>>The only other weird thing I noticed during the build was this:
>>
>>    checking JSDK... test: argument expected
>>    /home/users/sk01/servlet.engine/JSDK2.0/lib/jsdk.jar
>>
>>which, despite looking at the script, I still don't quite understand.
>>The path it prints is correct, the file is there, I can open it with
>>jar, etc.
>>
>>Other than that, and make failing, there are no other error messages
>>in the build output.
>>
>>Can somebody give me a hint as to what might be wrong? Or where I
>>should be looking?
>>
>>Thanks,
>>
>
> >Scott
--------------------------------------------------
Scott Kelley, [EMAIL PROTECTED]
Biology Computing Services, UC San Diego
--------------------------------------------------


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