php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4599 Apache Won't run with mcrypt
Submitted: 2000-05-26 00:50 UTC Modified: 2000-07-24 20:10 UTC
From: sherman dot chan at world dot net Assigned:
Status: Closed Package: mcrypt related
PHP Version: 4.0.0 Release OS: Linux RedHat 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sherman dot chan at world dot net
New email:
PHP Version: OS:

 

 [2000-05-26 00:50 UTC] sherman dot chan at world dot net
After I compile php-4.0.0 with mcrypt support, I could not fire up apache, it give me no error message on apache error log.  however, if I remove --with-mcrypt option, apache fire up ok with php-4.0.0
I tried --disable-posix-threads, but make no different
here is my  compile script on php-4.0.0

./configure \
 --with-apxs=/usr/apps/apache_1.3.12/bin/apxs \
 --with-interbase=/usr/interbase \
 --with-oracle=$ORACLE_HOME \
 --with-oci8=$ORACLE_HOME \
 --with-gdbm \
 --with-dba \
 --with-xml \
 --with-png-dir=/usr/local/lib \
 --with-mcrypt=/usr/local/lib \
 --disable-posix-threads \
 --disable-debug \
 --without-mysql \
 --enable-versioning \
 --enable-track-vars

even I remove --disable-debug, it still give me no error message.

Also, I find oracle very unstable under php-4.0.0, sometime it works, somtime it doesn't with the same code.
<?
      $con = ora_logon ($u, $p);
      $echo "$con";
      ora_close ($con);
?>

cheers,
Sherman

 
   

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-26 01:44 UTC] mrobinso at cvs dot php dot net
Please try recompiling mcrypt with the
"--disable-posix-threads" flag, and recompile php
without the flag.
 
 [2000-07-24 20:10 UTC] david@php.net
No response received, closing bug. Assuming this has fixed it - if not, reopen this bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 11:01:30 2024 UTC