----------------------------------------------------------------
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 have a problem installing the Apache JServ daily snapshot of 2/2. I
previously had Apache 1.3.9 and Jserv 1.1.b3 up and running so I know the
basic environment is OK. I have now installed Apache 1.3.11 and I am using
the same configuration scripts that I had before. BTW I am using SCO
Openserver 5.0.5 and JDK 1.1.7A.
The problem is that when I run make install for JServ I get the following
output:
No suffix list.
Making install in src
Making install in c
make[1]: Entering directory `/usr/local/jserv/src/c'
make[2]: Entering directory `/usr/local/jserv/src/c'
make[2]: Nothing to be done for `install-exec-am'.
Copying files to Apache Modules Directory...
../../src/scripts/build/unix/mkinstalldirs /usr/local/apache/libexec
# on AIX, the .so file is created with a number, ie:
# libjserv.so.0.0.0. It seems as though on though a libjserv.a
# file is also created (and on Solaris, the .a file isn't created)
# so check for that to make things work.
# HPUX uses .sl
/bin/test: test: argument expected
/bin/test: test: argument expected
/bin/test: test: argument expected
/bin/test: test: argument expected
Could not find and install the shared library.
Please check in the src/c/.libs directory for it.
Chances are that your system created it with a
different name than what we expected.
make[2]: Leaving directory `/usr/local/jserv/src/c'
make[1]: Leaving directory `/usr/local/jserv/src/c'
Making install in java
make[1]: Entering directory `/usr/local/jserv/src/java'
Making install in org
make[2]: Entering directory `/usr/local/jserv/src/java/org'
Making install in apache
make[3]: Entering directory `/usr/local/jserv/src/java/org/apache'
Making install in java
make[4]: Entering directory `/usr/local/jserv/src/java/org/apache/java'
Making install in io
etc .....
Also, I do not have a libjserv.a, only a libjserv.so in the .libs directory.
What si required by Apache to build in Jserv as in the configure line I
enter:
--activate-module=src/modules/jserv/libjserv.a
Would I get away with copying libjserv.so from the JServ .libs directory to
the Apache modules/jserv directory?
Thanks
Shaun Campbell
--
--------------------------------------------------------------
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]