ID:               33648
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ergin at ergin dot dyndns dot org
-Status:           Feedback
+Status:           Closed
 Bug Type:         Compile Failure
 Operating System: *
 PHP Version:      5CVS, 4CVS (2005-07-18)
 Assigned To:      andrei
 New Comment:

It's fixed.



Previous Comments:
------------------------------------------------------------------------

[2005-07-18 19:35:03] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2005-07-15 13:03:31] [EMAIL PROTECTED]

This is not fixed yet. I added the necessary configure checks  
and now HAVE_REGEX_T_RE_MAGIC is defined if re_magic exists in regext_t
struct.

Andrei: Please check it out.


------------------------------------------------------------------------

[2005-07-14 22:25:38] [EMAIL PROTECTED]

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2005-07-12 15:41:55] [EMAIL PROTECTED]

Assigned to Andrei, he broke it.

As to the problem: remove --with-regex=system from your configure line
and it will work fine.

------------------------------------------------------------------------

[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 ----------

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/33648

-- 
Edit this bug report at http://bugs.php.net/?id=33648&edit=1

Reply via email to