23-Jun-99 16:21 you wrote:
> Hi,
> I'm trying to install mod_ssl 2.3.5-1.3.6 with mod_perl 1.20
> under RedHat 6.0. I have installed mm 1.0.7.
> Everything builds fine.
> But when I try
> make test
> to test the mod_perl stuff I get the error :
> Ouch! ap_mm_create() failed
> Aborted
> When I run httpd under strace I can see that the program
> is trying to create a file under /var/run which I don't
> have write access to. (I am not running the test as root).
> strace output :
> [stuff deleted]
> shmget(IPC_PRIVATE, 1056768, IPC_CREAT|0x180|0600) = 4820357
> shmat(4820357, 0, 0) = 0x401b3000
> shmctl(4820357, IPC_STAT, 0xbffff9e4) = 0
> getuid() = 500
> getgid() = 500
> shmctl(4820357, IPC_SET, 0xbffff9e4) = 0
> shmctl(4820357, IPC_RMID, 0) = 0
> unlink("/var/run/httpd.mm.sem") = -1 ENOENT (No such file or
> directory)
> open("/var/run/httpd.mm.sem", O_RDWR|O_CREAT, 0600) = -1 EACCES
> (Permission denied)
> shmdt(0x401b3000) = 0
> shmctl(4820357, IPC_RMID, 0) = -1 EINVAL (Invalid argument)
> unlink("/var/run/httpd.mm.sem") = -1 ENOENT (No such file or
> directory)
> write(2, "Ouch! ap_mm_create() failed\n", 28Ouch! ap_mm_create() failed
> ) = 28
> Is this path configurable ? How ?
It's hardcoded in httpd in 2.3.5 ...
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]