[pubcookie-users] Pubcookie on OSX.2.8 Server
Chris Moorehead (CAUP Webmaster)
moorecw at u.washington.edu
Thu Jul 15 12:29:24 PDT 2004
I am trying to install pubcookie as a DSO using apxs on OS X 10.2.8
Server.
I already have a SSL Certificate from Twarte and SSL is already enabled
and working on the server.
Following the directions on the uw site (
http://www.washington.edu/computing/pubcookie/uwash-mod-1.77.html ) I
have edited the makefile.apxs (I think correctly, the instructions are
really vague).
When I run make -f makefile.apxs I get the following output
==================================================================
/usr/sbin/apxs -c -DAPACHE1_3 -Wall -I/System/Library/OpenSSL/include
-I/System/Library/OpenSSL/include/openssl mod_pubcookie.c
libpubcookie.c pbc_myconfig.c base64.c -L/System/Library/OpenSSL/lib
-lssl -lcrypto
gcc -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -g -Os -pipe
-DHARD_SERVER_LIMIT=2048 -DEAPI -DSHARED_MODULE -I/usr/include/httpd
-I/System/Library/OpenSSL/include
-I/System/Library/OpenSSL/include/openssl -DAPACHE1_3 -c
mod_pubcookie.c
mod_pubcookie.c:34: header file 'pem.h' not found
mod_pubcookie.c:36: header file 'rand.h' not found
pubcookie.h:77: undefined type, found `EVP_MD_CTX'
pubcookie.h:78: undefined type, found `EVP_PKEY'
pubcookie.h:79: undefined type, found `EVP_PKEY'
libpubcookie.h:35: header file 'opensslv.h' not found
cpp-precomp: warning: errors during smart preprocessing, retrying in
basic mode
<built-in>:1:1: no macro name given in #define directive
apxs:Break: Command failed with rc=1
make: *** [mod_pubcookie.so] Error 1
==================================================================
That is where the process stops. Any thoughts by anyone what may be
wrong?
My GCC version is : Apple Computer, Inc. GCC version 1175, based on gcc
version 3.1 20020420 (prerelease)
More information about the pubcookie-users
mailing list