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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 12:01:27 2024 UTC