php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3184 mcrypt support causes apache to seg fault
Submitted: 2000-01-11 19:04 UTC Modified: 2000-02-06 06:28 UTC
From: dcundiff at super-serv dot com Assigned:
Status: Closed Package: mcrypt related
PHP Version: 3.0.14 OS: Slackware Linux 7.0 Kernal 2.2.1
Private report: No CVE-ID: None
 [2000-01-11 19:04 UTC] dcundiff at super-serv dot com
When I compile in mcrypt support apache seg faults on load... The --disable-pthreads with mcrypt did not help. Watching mcrypt compile it still linked to pthreads with that option. I even tried editing the makefile in mcrypt to remove pthreads and get the same results.


The following is my configuration.

Apache 1.3.9
./configure --with-shared=max 

PHP 3.0.14
./configure --with-apxs=/var/lib/apache/bin/apxs --with-config-file-path=/var/lib/apache/conf --with-mysql
 --with-gd --with-mcrypt

Mcrypt 2.2.6
./configure --disable-pthreads

I also tried to compile PHP as a static module and it also seg faults apache. mysql,gd and mcrypt are installed in /usr/local.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-06 06:28 UTC] sas at cvs dot php dot net
Try to compile mcrypt with --disable-posix-threads
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 04:01:29 2024 UTC