From: Operating system: FreeBSD 7.1-RELEASE-p11 PHP version: 5.2.13 Package: *Compile Issues Bug Type: Bug Bug description:unable to build filter-extension shared
Description: ------------ When compiling PHP from source, it is not possible to build the "filter" extension as a shared object: ./configure [...] [...] checking whether to enable input filter support... yes, shared configure: error: You've configured extension filter to build statically, but it depends on extension pcre, which you've configured to build shared. You either need to build filter shared or build pcre statically for the build to be successful. Test script: --------------- ./configure \ --prefix=/some/where --with-config-file-path=/some/where/etc \ --disable-ipv6 \ --enable-hash \ --enable-bcmath=shared \ --enable-libxml=shared --enable-xml=shared \ --with-xmlrpc=shared \ --enable-xmlreader=shared --enable-xmlwriter=shared \ --enable-wddx=shared --with-xsl=shared \ --with-openssl=shared \ --with-imap=shared \ --with-imap-ssl \ --enable-ftp=shared \ --with-zlib=shared --with-bz2=shared \ --enable-calendar=shared \ --enable-ctype=shared \ --with-curl=shared \ --enable-dba=shared \ --enable-exif=shared \ --with-pcre-regex=shared \ --with-gd=shared \ --enable-filter=shared \ --with-png-dir \ --with-jpeg-dir \ --with-freetype-dir \ --enable-gd-native-ttf \ --with-gettext=shared \ --with-mhash=shared \ --with-iconv=shred \ --enable-dom=shared \ --enable-mbstring=shared \ --with-mcrypt=shared \ --enable-json=shared \ --disable-mbregex \ --with-mysql=shared \ --with-mysqli=shared \ --enable-pdo=shared --with-pdo-pgsql=shared --with-pdo-mysql=shared --with-pdo-sqlite=shared \ --with-pgsql=shared \ --enable-posix=shared \ --with-pspell=shared \ --enable-session \ --enable-simplexml=shared \ --enable-soap=shared \ --enable-sockets=shared \ --with-sqlite=shared \ --enable-sqlite-utf8 \ --enable-tokenizer=shared \ -- Edit bug report at http://bugs.php.net/bug.php?id=51957&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=51957&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=51957&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=51957&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=51957&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=51957&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=51957&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=51957&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=51957&r=needscript Try newer version: http://bugs.php.net/fix.php?id=51957&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=51957&r=support Expected behavior: http://bugs.php.net/fix.php?id=51957&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=51957&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=51957&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=51957&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51957&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=51957&r=dst IIS Stability: http://bugs.php.net/fix.php?id=51957&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=51957&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=51957&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=51957&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=51957&r=mysqlcfg