|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-11-28 12:07 UTC] d dot a dot roozemond at student dot tue dot nl
  [2001-11-28 12:47 UTC] derick@php.net
  [2001-11-28 13:38 UTC] d dot a dot roozemond at student dot tue dot nl
  [2003-02-06 15:02 UTC] jsu2 at emory dot edu
  [2004-09-08 18:29 UTC] danny_milo at yahoo dot com
  [2011-04-02 00:26 UTC] jose dot nobile at gmail dot com
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 10:00:02 2025 UTC | 
downloaded latest cvs, using apache2, latest cvs, (that one compiled without any problems). configure is no problem, but doing make fails: gcc -I. -I/src_dl/php4/ext/session -I/src_dl/php4/main -I/src_dl/php4 -I/usr/local/httpd2/include -I/src_dl/php4/Zend -I/usr/include/freetype2/freetype/include/freetype2/freetype -I/usr/include/imap -I/src_dl/php4/ext/mysql/libmysql -I/src_dl/php4/ext/xml/expat -D_REENTRANT -I/src_dl/php4/TSRM -DTHREAD=1 -g -O2 -pthread -Wall -DZTS -c mod_mm.c -fPIC -DPIC -o mod_mm.lo mod_mm.c:35: #error mm is not thread-safe make[3]: *** [mod_mm.lo] Error 1 make[3]: Leaving directory `/src_dl/php4/ext/session' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/src_dl/php4/ext/session' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/src_dl/php4/ext' make: *** [all-recursive] Error 1 my configure line: ./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --with-config-file-path=/etc --with-exec-dir=%{libdir}/php/bin --with-mysql --with-gd=/usr/lib --with-tiff-dir=/usr --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-imap --with-zlib --with-bz2 --with-xml --with-ttf --with-t1lib-dir=/usr/share/t1lib --with-ftp --with-ndbm --with-gdbm --with-mm --with-gd=yes --with-qtdom=/usr/lib/qt-2.2.1/ --enable-versioning --enable-yp --enable-bcmath --enable-trans-sid --enable-inline-optimization --enable-track-vars --enable-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem --enable-sysvshm --enable-shmop --enable-calendar --enable-exif --enable-ftp --enable-memory-limit --enable-wddx --enable-filepro --enable-dbase --enable-ctype --enable-debug --enable-force-cgi-redirect --enable-discard-path --enable-sigchild --enable-gd-imgstrttf --with-apxs2=/usr/local/httpd2/bin/apxs --with-freetype-dir=/usr/include/freetype2/freetype --with-imap-ssl i can't figure out what the problem is :(