On Mon, May 10, 1999, [EMAIL PROTECTED] wrote:
> I'm having trouble compiling with the latest snapshot on solaris.
> It fails with the following:
>
> gcc -c -I../os/unix -I../include -DSOLARIS2=260 -DMOD_SSL=203100 -DEAPI
> `../apaci` ap_execve.c
> In file included from ap_execve.c:93:
> ../include/httpd.h:73: ap_mm.h: No such file or directory
> make[3]: *** [ap_execve.o] Error 1
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory `/opt/ca/udv/apache_1.3.6/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/opt/ca/udv/apache_1.3.6'
> make: *** [build] Error 2
>
> Nothing fancy in the configure - just the paths to apache and openssl.
Ops, my fault: I've forgotten to copy the ap_mm.{c,h} over to the Apache
source tree: Apply the following patch or grab the next snapshot.
Index: configure
===================================================================
RCS file: /e/modssl/cvs/mod_ssl/pkg.mod_ssl/configure,v
retrieving revision 1.73
diff -u -r1.73 configure
--- configure 1999/05/08 08:44:45 1.73
+++ configure 1999/05/11 06:05:59
@@ -472,10 +472,14 @@
cp -p pkg.eapi/ap_hook.c $apache/src/ap/ap_hook.c
echo "$prefixe creating: [FILE] src/ap/ap_ctx.c" | eval $disp_ver
cp -p pkg.eapi/ap_ctx.c $apache/src/ap/ap_ctx.c
+echo "$prefixe creating: [FILE] src/ap/ap_mm.c" | eval $disp_ver
+cp -p pkg.eapi/ap_mm.c $apache/src/ap/ap_mm.c
echo "$prefixe creating: [FILE] src/include/ap_hook.h" | eval $disp_ver
cp -p pkg.eapi/ap_hook.h $apache/src/include/ap_hook.h
echo "$prefixe creating: [FILE] src/include/ap_ctx.h" | eval $disp_ver
cp -p pkg.eapi/ap_ctx.h $apache/src/include/ap_ctx.h
+echo "$prefixe creating: [FILE] src/include/ap_mm.h" | eval $disp_ver
+cp -p pkg.eapi/ap_mm.h $apache/src/include/ap_mm.h
if [ ".$eapionly" = .1 ]; then
echo "Done: source extension and patches successfully applied." | eval $disp_std
exit 0
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]