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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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: Mon Jul 08 07:01:29 2024 UTC