I have built and installed Apache 1.3.4 on my UnixWare 7.0.1 server.
I built 1.3.4 with --enable-rule=SHARED_CORE and --enable-shared=max.
Everything built and installed fine.
It seems to be up and running using DSO modules just fine.

BUT

When I try to configure JServ-1.0b2 (using the command below without the
host parameter) I get a message

configure: error: can not quess host type; you must specify one.

So I added a --host... and tried the following:

./configure \
--verbose \
--host=i586-*-unixware7 \
--prefix=/opt/apache/jserv \
--with-apache-install=/z/disks/apache/apache_1.3.4 \
--enable-apache-conf \
--with-jdk-home=/usr/java \
--with-jsdk=/opt/java/Jsdk2.0/lib/jsdk.jar \
>> configure.out

which yields the message

configure: error: does not have DSO support.

Who doesn't have DSO support? My Apache 1.3.4 build? but it does?
UnixWare? works with 1.3.4 build.

Do I have any settings incorrect or missing?

If not, what's up?

Thanks
R.Parr
Temporal Arts


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to