Summary: Building Apache 1.3.7 on Solaris 9

From: Andreas Höschler (ahoesch@smartsoft.de)
Date: Fri Dec 17 2004 - 10:51:58 EST


Hello,

thanks a lot to

"Imrick, Michael (GE Consumer & Industrial)" <Michael.Imrick@ge.com>
"Michael Schneider/calispera.com" <michael.schneider@calispera.com>

The following did do the trick.

        cd apache_1.3.27
        export CFLAGS="-I /usr/local/BerkeleyDB.3.3/include"
        export LDFLAGS="-L /usr/local/BerkeleyDB.3.3/lib -R
/usr/local/BerkeleyDB.3.3/lib"
        ./configure --prefix=/usr/local/apache --enable-module=all
--enable-shared=max --enable-rule=EAPI --with-layout=Apache
        make
        make install

Regards,

   Andreas

> I am trying to build apache on Solaris 9 followingthe instructions on
> www.sunfreeware.com. When I configure apache I get
>
> ./configure --prefix=/usr/local/apache --enable-module=all
> --enable-shared=max --enable-rule=EAPI --with-layout=Apache
>
> Configuring for Apache, Version 1.3.27
> + using installation path layout: Apache (config.layout)
> ...
> + adding selected modules
> o rewrite_module uses ConfigStart/End
> enabling DBM support for mod_rewrite
> o dbm_auth_module uses ConfigStart/End
> o db_auth_module uses ConfigStart/End
> Error: None of Berkeley-DB 1.x, 2.x or 3.x libraries found.
> Either disable mod_auth_db or provide us with the paths
> to the Berkeley-DB include and library files.
> (Hint: INCLUDES, LDFLAGS, LIBS)
>
>
> I have installed db-3.3.11-sol9-sparc-local and crle contains
> /usr/local/BerkeleyDB.3.3/lib. I don't need db support, but I have not
> figured out yte how to eitehr make cofigure find what it needs or
> disable the modules that need berkely db.
>
> Any hints? Thanks a lot!
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:29:54 EDT