From:             bruce at webresearch dot co dot uk
Operating system: FreeBSD 4.10 release
PHP version:      4.4.2
PHP Bug Type:     Compile Failure
Bug description:  Same as Bug #6713, also happens with PHP 4.4.0

Description:
------------
Compile failure, already reported as bug #6713

Reproduce code:
---------------
Configuration is:

./configure
  --enable-versioning
  --enable-memory-limit
  --with-layout=GNU
  --with-zlib-dir=/usr
  --disable-all
  --with-regex=php
  --with-gd
  --disable-cli
  --enable-ctype
  --with-mysql=/usr/local
  --enable-overload
  --with-pcre-regex=yes
  --enable-posix
  --enable-session
  --enable-tokenizer
  --with-expat-dir=/usr/local
  --enable-xml
  --with-zlib=yes
  --with-apxs2=/usr/local/sbin/apxs
  --prefix=/usr/local
  i386-portbld-freebsd4.10

Expected result:
----------------
I'd like it to build!

Actual result:
--------------
Compile fails with:

In file included from /usr/include/rpc/rpc.h:56,
                 from /usr/include/crypt.h:9,
                 from /temp/php/php-4.4.2/ext/standard/crypt.c:31:
/usr/include/rpc/rpc_msg.h:64: syntax error before `0'
*** Error code 1
 

-- 
Edit bug report at http://bugs.php.net/?id=36042&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36042&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36042&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36042&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36042&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36042&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36042&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36042&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36042&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36042&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36042&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36042&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36042&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36042&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36042&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36042&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36042&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36042&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36042&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36042&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36042&r=mysqlcfg

Reply via email to