Hi there

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

I've tried to get JServ 1.0b2 to work as a DSO module on Solaris 2.6 with
the same results. After some digging in the configure script, I found the
following:

* JServ uses apxs to determine if the Apache-installation supports DSO
* All the paths to apxs uses the GNU directory layout i.e.
/path/to/apache-install/sbin/apxs
instead of
/path/to/apache-install/bin/apxs
where apxs is if you use the default Apache-layout. The error message
really should read "Unable to find apxs"
* After changing the paths, the configure-script found apxs, and JServ
compiled correctly. But I was still not able to get JServ to work as a DSO
module. I got configuration-errors in the Apache error-log saying that some
JServ directives where not specified correctly. But they were, because I
used the same configuration as the one I use for my non-DSO apache-server,
which is working just fine...

After checking out Apache:s bug-reports I found four (4!) reports on this
bug. You can check it out at:
  http://bugs.apache.org/index/full/3673
_______________________________________________________
Dennis Lundberg
ICQ: 9841019, [EMAIL PROTECTED]
http://www.mdh.se/cgi-bin/person?Dennis+Lundberg
tel: +46-(0)21-101516, fax: +46-(0)21-101544
Mälardalens högskola, Box 883, S-72123 Västerås, SWEDEN


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

Reply via email to