php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35287 Can't load libphp5.so - fatal error in libmtmalloc.so.1
Submitted: 2005-11-19 03:38 UTC Modified: 2005-11-19 12:30 UTC
From: lneve at mail dot nih dot gov Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.0.5 OS: Solaris 10
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: lneve at mail dot nih dot gov
New email:
PHP Version: OS:

 

 [2005-11-19 03:38 UTC] lneve at mail dot nih dot gov
Description:
------------
Here is the exact error when I start Apache:

% etc/init.d/apache start
httpd starting.
Syntax error on line 233 of /opt/httpd/conf/httpd.conf:
Cannot load /opt/httpd/modules/libphp5.so into server: ld.so.1: httpd: fatal: libmtmalloc.so.1: DF_1_NOOPEN tagged object may not be dlopen()'ed

Here is command I used to configure PHP:

./configure  --with-mysql=/usr/local/mysql --with-apxs2=/opt/httpd/bin/apxs --with-config-file-path=/etc --with-mysqli=/usr
/local/mysql/bin/mysql_config --enable-mbstring --enable-libxml --with-zlib-dir=/usr/local/lib --with-zip --with-gd --with-
jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib --with-xpm-dir=/usr/local/lib --with-freetype-dir=/usr/local/lib

Apache version is 2.0.55. Here is Apache configure command:

$ ./configure --disable-ipv6 --enable-so --prefix=/opt/httpd

I used gcc-3.3.2 from Sunfreeware.com to build everything.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-19 12:30 UTC] sniper@php.net
There's something wrong with this library: libmtmalloc.so.1
And that's not part of PHP -> bogus.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 06 07:01:27 2024 UTC