Trying out the new modssl/mm/apache/openssl and am getting the
following error on startup after everything has compiled ok.

  mod_ssl: Cannot allocate shared memory: mm:core: failed to open \
  semaphore file (No such file or directory)

All directory permissions have checked out ok and the file is created
in the logs directory of my ServerRoot. I am using a config that works
ok with my previous build (apache-1.3.12/modssl-2.6.3).

I am using the following versions:

  apache_1.3.14.tar.gz
  openssl-0.9.5a.tar.gz
  mod_ssl-2.7.0-1.3.14.tar.gz
  mm-1.1.3.tar.gz

Should I just upgrade to openssl-0.9.6?

For reference my compilation details follow for IRIX6.5 mip3 cc.

NB. Everything works ok on linux-elf.

Cheers,

Andy




cd mm-1.1.3
./configure --disable-shared
make
make test
cd ..

cd openssl-0.9.5a
./configure irix-mips3-cc
make
make test
cd ..

cd mod_ssl-2.7.0-1.3.14
./configure \
 --with-mm=../mm-1.1.3 \
 --with-apache=../apache_1.3.14 \
 --with-ssl=../openssl-0.9.5a \
 --enable-shared=ssl \
 --enable-module=expires \
 --enable-shared=expires \
 --enable-module=rewrite \
 --enable-shared=rewrite \
 --prefix=/usr/local/apps/apache1.3.14
cd ../apache_1.3.14
make
make certificate TYPE=dummy
make install

--
Andy Brady                          Email : [EMAIL PROTECTED]
Web Services Group                    Tel : +44(0)118 9499252
E.C.M.W.F.                            Fax : +44(0)118 9869450
Shinfield Park, Reading, RG2 9AX      Web : http://www.ecmwf.int
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to