Full_Name: Steve Gailey
Version: mod_ssl-2.7.1-1.3.14
OS: Solaris 5.7
Submission from: (NULL) (158.152.223.68)


I have a problem with shared memory -(MM) I am compiling with
Mod Perl and MM. What I get is...
 SSLSessionCache: shared memory cache not useable on this platform
I have checked and this seems to indicate that MM is not compiled in and
that the stubs are returning FALSE.

I have tried forcing this, but then I get linking problems.

Here is my build script. You will see that I am building a dynamic Mod_SSL,
perhaps this is the problem?

---------------- snip ----------------

# Configure Open SSL
STATUS="start"
cd openssl-0.9.6
sh config no-idea -fPIC
make
#make test
make install
cd ..
STATUS="Done Open SSL"
date > setup.txt
echo $STATUS >> setup.txt

# Configure MM
cd mm-1.1.3
./configure --disable-shared
make
make install
cd ..
EAPI_MM=../mm-1.1.3
SSL_BASE=../openss-0.9.6

STATUS=" Done MM"
date > setup.txt
echo $STATUS >> setup.txt

# Configure mod SSL
cd mod_ssl-2.7.1-1.3.14
SSL_BASE=../openss-0.9.6 lEAPI_MM=../mm-1.1.3 ./configure
--with-apache=../apach
e_1.3.14 --with-ssl=../openssl-0.9.6 --with-mm=../mm-1.1.3
STATUS="Done Mod_SSL"
date > setup.txt
echo $STATUS >> setup.txt

# configure Mod Perl
cd ..
cd mod_perl-1.24_01
perl Makefile.PL USE_APACI=1 EVERYTHING=1 ALL_HOOKS=1 DO_HTTPD=1
SSL_BASE=/usr/l
ocal/ssl APACHE_PREFIX=/usr/local/apachessl APACHE_SRC=../apache_1.3.14
APACI_AR
GS=--enable-module=ssl,--enable-module=rewrite,--enable-shared=ssl
STATUS="Done Config Mod_Perl"
date > setup.txt
echo $STATUS >> setup.txt

make && make install
cd ..
STATUS="Done Mod_Perl"
date > setup.txt
echo $STATUS >> setup.txt

# Build apache
cd apache_1.3.14
make cerificate
make install
STATUS="Finished
date > setup.txt
echo $STATUS >> setup.txt

---------------- snip ---------------- 

Not very pretty I know, but it does build the source.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to