|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-11-14 18:16 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 04:00:02 2025 UTC |
Description: ------------ I built PHP 438 with an external PCRElib - after a build, a make install fails with: Installing PHP CLI binary: /usr/bin/ Installing PHP CLI man page: /usr/share/man/man1/ Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /usr/lib/php/ Fatal error: Call to undefined function: preg_match() in /usr/src/packages/SOURCES/php-4.3.8/pear/PEAR/Config.php on line 624 make[1]: *** [install-pear-installer] Error 255 make: *** [install-pear] Error 2 Work-around: add 'dl("pcre.so");' to the top of ./pear/PEAR.php.