ID: 33648
Updated by: [EMAIL PROTECTED]
Reported By: ergin at ergin dot dyndns dot org
-Status: Open
+Status: Assigned
Bug Type: Compile Failure
Operating System: SMEServer 6.x (RedHat 7.3 based)
PHP Version: 4.4.0
-Assigned To:
+Assigned To: andrei
New Comment:
Assigned to Andrei, he broke it.
As to the problem: remove --with-regex=system from your configure line
and it will work fine.
Previous Comments:
------------------------------------------------------------------------
[2005-07-12 14:09:25] ergin at ergin dot dyndns dot org
version 4.4.0
------------------------------------------------------------------------
[2005-07-12 08:56:25] ergin at ergin dot dyndns dot org
Here is my configure line...
----- START -----
%configure \
--prefix=%{_prefix} \
--with-config-file-path=%{_sysconfdir} \
--enable-force-cgi-redirect \
--disable-debug \
--enable-pic \
--disable-rpath \
--enable-inline-optimization \
--with-dom=shared \
--with-bz2 \
--with-db3 \
--with-exec-dir=%{_bindir} \
--with-freetype-dir=%{_prefix} \
--with-gd \
--with-gdbm \
--with-gettext \
--with-gmp \
--with-jpeg-dir=%{_prefix} \
--with-mm \
--with-openssl \
--with-png \
--with-regex=system \
--with-ttf \
--with-xml \
--with-expat-dir=%{_prefix} \
--with-zlib \
--with-layout=GNU \
--enable-bcmath \
--enable-debugger \
--enable-ftp \
--enable-magic-quotes \
--enable-safe-mode \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-discard-path \
--enable-mime-magic \
--enable-track-vars \
--enable-trans-sid \
--enable-yp \
--enable-wddx \
--without-oci8 \
--with-iconv --enable-mbstring --enable-mbregex \
--with-imap=shared,/usr/local/src/imap-2002e --with-imap-ssl
--with-kerberos=/usr/kerberos \
--with-ldap=shared \
--with-mysql=shared,/usr \
--with-pgsql=shared \
--with-curl=shared \
--with-mcrypt=shared \
--with-snmp=%{_prefix} \
--with-snmp=shared \
--enable-ucd-snmp-hack \
--with-unixODBC=shared \
--with-xmlrpc=shared \
--with-mhash=shared \
--enable-memory-limit \
--enable-bcmath \
--enable-shmop \
--enable-versioning \
--enable-sockets --enable-pcntl --enable-sigchild \
$*
-------- END ----------
------------------------------------------------------------------------
[2005-07-11 22:43:15] [EMAIL PROTECTED]
What's your configure line?
------------------------------------------------------------------------
[2005-07-11 22:38:14] ergin at ergin dot dyndns dot org
Description:
------------
Got following message when I tried to build RPMS for new PHP version
php-4.4.0 (OBS!!! couldn't choose it from drop menu - PHP version)
.....
Actual result:
--------------
/usr/src/redhat/BUILD/php-4.4.0/ext/standard/reg.c: In fucntion
'_php_regcomp':
/usr/src/redhat/BUILD/php-4.4.0/ext/standard/reg.c:53 structure has no
member named 're_magic'
/usr/src/redhat/BUILD/php-4.4.0/ext/standard/reg.c:72 structure has no
member named 're_magic'
make *** [ext/standard/reg.lo] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.66063
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33648&edit=1