php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3128 Installation with mcrypt failed
Submitted: 2000-01-06 17:59 UTC Modified: 2000-01-08 11:27 UTC
From: markus at rebbert dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.13 OS: Linux (SuSE 6.3)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 - 40 = ?
Subscribe to this entry?

 
 [2000-01-06 17:59 UTC] markus at rebbert dot de
After I have compiled Version 3.0.13 with sybase evrything works fine.  If  I compile with sybase and MCRYPT (Lib-Version 2.2.4) I can 't restart the apache(Version 1.3.9). I get an Segmentation Fault. 

Help? 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-08 06:24 UTC] sas at cvs dot php dot net
You need to configure mcrypt with --disable-pthreads to make it work.
 [2000-01-08 11:27 UTC] markus at rebbert dot de
sorry, but I have try this, but it doesn't work.

I compiled and installed the libmcrypt-2.2.4 with --disable-pthreads.

After that I built php-3.0.13 with

./configure 
--with-apxs=/path/apxs 
--with-apache=/some/path/apache_1.3.9 
--with-sybase=/path/sybase 
--with-config-file-path=/path
--with-mcrypt 
--enable-track-vars

Then I start apache: Segmentation Fault
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC