Hi.
To compile apache2-2.0.53 under Solaris, i used the following Hack (Patch1):
Index: srclib/apr-util/configure
===================================================================
RCS file: /cvs/opkg/vendor_stuff/apache2/srclib/apr-util/configure,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 configure
--- srclib/apr-util/configure 7 Feb 2005 17:23:32 -0000 1.1.1.1
+++ srclib/apr-util/configure 10 Feb 2005 14:02:38 -0000
@@ -1929,6 +1929,10 @@
echo " setting apu_iconv_inbuf_const to \"1\""
apu_iconv_inbuf_const="1"
fi
+ if test -z "$apu_db_xtra_libs"; then
+ echo " setting apu_db_xtra_libs to \"-lrt\""
+ apu_db_xtra_libs="-lrt"
+ fi
The problem is, that there is an unresolved reference in a config check
related to apr-util (-ldb also needs -lrt under Solaris, because of the
use of fdatasync).
(mk)
--
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
>> Im pr�motorischen Cortex kann jeder ein Held sein. (bdw) <<
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [email protected]