php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14400 /usr/libexec/libphp4.so: undefined symbol: mm_create
Submitted: 2001-12-10 06:03 UTC Modified: 2001-12-12 09:25 UTC
From: punkarruso at genie dot it Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.6 OS: Slackware 8
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: punkarruso at genie dot it
New email:
PHP Version: OS:

 

 [2001-12-10 06:03 UTC] punkarruso at genie dot it
I compiled apache with threads. OK
I compiled php in this way:
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-mod_charset --enable-force-cgi-redirect --enable-discard-path --with-config-file-path=/etc/apache/ --enable-safe-mode --with-openssl --enable-bcmath --with-bz2 --enable-calendar --enable-ctype --with-gdbm --enable-ftp --with-gmp --with-mysql=/usr --with-xml=shared --with-readline=/usr --enable-trans-sid --enable-shmop --enable-sockets --with-regex=php --enable-sysvsem --enable-sysvshm --enable-yp --enable-memory-limit --with-tsrm-pthreads --enable-shared --disable-debug --with-zlib=/usr --with-oci8=/ora/app/oracle/product/8.0.5 --with-mm=/usr/lib --with-sybase=/usr/local/freetds 

but apache cannot start:
Syntax error on line 237 of /etc/apache/httpd.conf:
Cannot load /usr/libexec/libphp4.so into server: /usr/libexec/libphp4.so: undefined symbol: mm_create
/usr/sbin/apachectl start: httpd could not be started

I can start apache successfully if I don't use --with-sybase
I'm using freetds libraries 0.52 compiled with tds version 7.0 (for mssql).

I've tried compiling both 4.0.5rc1 and 4.0.6 sources, giving both /usr and /usr/lib for the --with-mm flag but it doesn't work.

here my libmm libraries:
root@server:/usr/lib# ls -l |grep mm
-rw-r--r--    1 root     root        15462 May 24  2001 libmm.a
-rw-r--r--    1 root     root          629 May 24  2001 libmm.la
lrwxrwxrwx    1 root     root           16 Nov 27 13:44 libmm.so -> libmm.so.11.0.23
lrwxrwxrwx    1 root     root           16 Nov 27 13:44 libmm.so.11 -> libmm.so.11.0.23
-rwxr-xr-x    1 root     root        19098 May 24  2001 libmm.so.11.0.23

thank you very much.
(I'm sorry for my english)

Ludovico

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-12 09:25 UTC] sniper@php.net
Ask support questions elsewhere.
Try http://www.php.net/support.php

(hint: Use correct paths in configure options.../usr/lib is not correct..it should be /usr or nothing at all)


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC