----------------------------------------------------------------
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 am trying to build jserv 1.1.2 on a solaris box.
The mod_jserv.so file generated by the make file
is not a valid .so file. Doing the 'file' command
on this gives me the following:

mod_jserv.so: current ar archive, not a dynamic
   executable or shared object

Because of this, this module fails to load in Apache.

Configuration information:
---------------------------
uname -a gives the following:
SunOS xxxxx 5.6 Generic_105181-19 sun4u sparc
SUNW,Ultra-5_10

GNU ld version 2.8.1. (Not sure if this has anything
to do with this problem)

Apache is configured for full DSO support and all
of its modules look O.K.

Here is how I am running 'configure' for jserv:

./configure \
--prefix=$HOME/local/jserv \
--with-apxs=$HOME/local/apache/bin/apxs \
--with-jdk-home=$JAVA_HOME \
--with-java=$JAVA_HOME/bin/java \
--with-javac=$JAVA_HOME/bin/javac \
--with-javadoc=$JAVA_HOME/bin/javadoc \
--with-jar=$JAVA_HOME/bin/jar \
--enable-debugging \
--enable-shared \
--enable-EAPI \
--with-JSDK=$HOME/jsdk/lib/jsdk.jar

What am I doing wrong or missing here? How do I
generate a valid shared object?

Thanks
--jk


__________________________________________________
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.com/


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