← Back to team overview

ius-coredev team mailing list archive

[Bug 1039187] Re: build PHP 5.4 against bundled PCRE instead of system PCRE

 

Well it seems this block was indeed relevant, when trying to build
without functionality is indeed missing:

+ --with-zlib --with-layout=GNU --enable-exif --enable-ftp --enable-magic-quotes --enable-sockets --with-kerberos --enable-ucd-snmp-hack --enable-shmop --enable-calendar --with-libxml-dir=/usr --enable-xml --with-system-tzdata --with-mhash --enable-force-cgi-redirect --libdir=/usr/lib/php --enable-pcntl --with-imap=shared --with-imap-ssl --enable-mbstring=shared --enable-mbregex --with-gd=shared --enable-bcmath=shared --enable-dba=shared --with-db4=/usr --with-xmlrpc=shared --with-ldap=shared --with-ldap-sasl --enable-mysqlnd=shared --with-mysql=shared,mysqlnd --with-mysqli=shared,mysqlnd --with-mysql-sock=/var/lib/mysql/mysql.sock --with-interbase=shared,/usr/lib/firebird --with-pdo-firebird=shared,/usr/lib/firebird --enable-dom=shared --with-pgsql=shared --enable-wddx=shared --with-snmp=shared,/usr --enable-soap=shared --with-xsl=shared,/usr --enable-xmlreader=shared --enable-xmlwriter=shared --with-curl=shared,/usr --enable-fastcgi --enable-pdo=shared --with-pdo-odbc=shared,unixODBC,/usr --with-pdo-mysql=shared,mysqlnd --with-pdo-pgsql=shared,/usr --with-pdo-sqlite=shared,/usr --with-pdo-dblib=shared,/usr --without-sqlite3 --enable-json=shared --enable-zip=shared --without-readline --with-libedit --with-pspell=shared --enable-phar=shared --with-mcrypt=shared,/usr --with-tidy=shared,/usr --with-mssql=shared,/usr --enable-sysvmsg=shared --enable-sysvshm=shared --enable-sysvsem=shared --enable-posix=shared --with-unixODBC=shared,/usr --enable-fileinfo=shared --enable-intl=shared --with-icu-dir=/usr --with-enchant=shared,/usr --with-recode=shared,/usr
/var/tmp/rpm-tmp.19828: line 102: --with-zlib: command not found
RPM build errors:

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1039187

Title:
  build PHP 5.4 against bundled PCRE instead of system PCRE

Status in IUS Community Project:
  New

Bug description:
  Right now PHP 5.4 on el6 is built agains the system PCRE, with this:

  %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
          --with-pcre-regex=%{_prefix} \
  %endif

  On el5, it will use the bundled PCRE from PHP.

  It would be great if it was built against the PCRE bundled with PHP so
  it has a more recent version. This is the way it is done with PHP 5.3,
  changed on 'Jan 11 2011' for 5.3.5-1.ius .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1039187/+subscriptions


References