i had this problem on redhat 5.2. for me the message came up because
the apxs module was missing in the redhat rpm of apache. the
configure.in file checks for apxs if you use the --with-apache-install
option, if apxs is not there then you get
'checking for Apache directory... configure: error: does not have DSO
support'
i installed apache 1.3.4 (default layout) with dso support
(--enable-module=so --enable-shared=max) and got the apxs module in the
right place, then the jserv config worked.
Jian Sun wrote:
>
> Hello,
>
> I am trying to install Jserv 1.0b3 with Apache 1.3.4 on Solaris 2.5.1 but meet the
>DSO support problem.
>
> Here are steps I have done:
>
> First compile Apache 1.3.4 with DSO support:
> ./configure --prefix=/www --enable-rule=SHARED_CORE --enable-module=so
> then
> make install
>
> Upto now, everything seems ok. The compiled file go to /www/libexec and /www/bin.
>
> Now try to make Jserv module after change to the directory Apache by typing:
> ./configure --with-apache-install=/www
>
> The error message comes out like:
> loading cache ./config.cache
> checking for a BSD compatible install... src/scripts/build/unix/install-sh -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... missing
> ********* (skipped many lines)
> checking host system type... sparc-sun-solaris2.5.1
> checking for java... (cached) /usr/local/etc/jdk1.1.5/bin/java
> checking for javac... (cached) /usr/local/etc/jdk1.1.5/bin/javac
> checking for jar... (cached) /usr/local/etc/jdk1.1.5/bin/jar
> checking for Apache directory... configure: error: does not have DSO support
>
> Can anyone give me hints what I missed here?
>
> Appreciate your help.
>
> Jian
>
> ---------------------------------------------------------------- To subscribe:
>[EMAIL PROTECTED] To unsubscribe:
>[EMAIL PROTECTED] Archives and Other: Problems?:
>[EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]