---
# ./configure --with-apxs=/usr/sbin/apxs
Configuring mod_ssl/2.6.0 for Apache/1.3.12
+ Apache location: /usr (Version 1.3.12)
+ Configuring SSL module inside pkg.sslmod
+ SSL interface: mod_ssl/2.6.0
+ SSL interface build type: DSO
+ SSL interface compatibility: disabled
+ SSL interface experimental code: disabled
+ SSL interface conservative code: disabled
+ SSL interface vendor extensions: disabled
+ SSL library path: [SYSTEM]
+ SSL library version: OpenSSL 0.9.4 09 Aug 1999
+ SSL library type: installed package (system-wide)
+ SSL library plugin mode: none
+ Creating Makefile in pkg.sslmod
# make
make[1]: Entering directory `/usr/src/redhat/BUILD/mod_ssl-2.6.0-1.3.12/pkg.sslmod'
make[1]: *** No rule to make target `/usr/include/apache/ap_mm.h', needed by
`mod_ssl.lo'. Stop.
make[1]: Leaving directory `/usr/src/redhat/BUILD/mod_ssl-2.6.0-1.3.12/pkg.sslmod'
make: [all] Error 2 (ignored)
...
# cd sxnet
# apxs -I/usr/include/openssl/ -L/usr/lib -l ssl -l crypto -c mod_sxnet.c
gcc -DEAPI -O2 -m486 -fno-strength-reduce -DLINUX=2 -DUSE_EXPAT
-I../lib/expat-lite -fpic -DSHARED_CORE -DSHARED_MODULE
-I/usr/include/apache -I/usr/include/openssl/ -c mod_sxnet.c
mod_sxnet.c: In function `authenticate_sxnet_user':
mod_sxnet.c:234: structure has no member named `ctx'
mod_sxnet.c:234: warning: assignment makes pointer from integer without a cast
apxs:Break: Command failed with rc=65536
---
Now I wonder where the ap_mm.h comes from ? (the mm-package is installed
but independently from apache as I want all components to be independently
compiled anyway)
Is mod_sxnet broken ? Or where did I fail ? ;)
My aim is to build all external modules in seperate packages, this works
for mod_php3 and mod_perl. And the way it worked before, now simply
doesn't.
Thanks in advance,
--_| _ _ dag wieers, <[EMAIL PROTECTED]>, http://mind.be/
(_|(_|(_| Computers are useless. They can only
( give you answers. -- Picasso
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]