php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7790 can't start apache after compiling with --with-mcrypt
Submitted: 2000-11-13 14:28 UTC Modified: 2001-04-10 12:56 UTC
From: brainy79 at yahoo dot com Assigned: cmv (profile)
Status: Closed Package: mcrypt related
PHP Version: 4.0.3pl1 OS: Digital UNIX 4.0e
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: brainy79 at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-11-13 14:28 UTC] brainy79 at yahoo dot com
Libmcrypt 2.4.6 (configured with --prefix=/usr/local/libmcrypt --disable-posix-threads) compiled and installed with no problem.

PHP is configured with ./configure --quiet --with-apxs=/usr/local/apache/bin/apxs \
--with-imap=/usr/local/src/imap/imap-4.7c \
--with-mcrypt=/usr/local/libmcrypt

PHP compiles and installs with no errors.  Upon starting apache (1.3.14+the latest mod_ssl), I get the following error:

Syntax error on line 210 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: Unresolved symbol
in /usr/local/lib/libmcrypt.so: lt_dlopen
/usr/local/apache/bin/apachectl startssl: httpd could not be started
Exit 3

Any ideas?

-Eric

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-10 12:56 UTC] cmv@php.net
1) You don't need the --disable-posix-threads switch for libmcrypt 2.4.x anymore.

2) Can you retry with the latest PHP CVS?  Re-open this bug report if you are still experiencing problems.

- Colin
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Sep 24 20:01:27 2024 UTC