php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36042 Same as Bug #6713, also happens with PHP 4.4.0
Submitted: 2006-01-17 03:57 UTC Modified: 2006-01-17 11:28 UTC
From: bruce at webresearch dot co dot uk Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.4.2 OS: FreeBSD 4.10 release
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bruce at webresearch dot co dot uk
New email:
PHP Version: OS:

 

 [2006-01-17 03:57 UTC] bruce at webresearch dot co dot uk
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
 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-17 05:08 UTC] bruce at webresearch dot co dot uk
Thi also happens with php 5.1.2 (again on FreeBSD 4.10)
 [2006-01-17 07:49 UTC] sniper@php.net
Update your OS.
 [2006-01-17 09:22 UTC] bruce at webresearch dot co dot uk
The reply says update the OS, but to which version? I need to ensure the dummynet works, would you recommend 5.4 or 6.0?
 [2006-01-17 11:28 UTC] sniper@php.net
If you can reproduce this using FreeBSD 6.0, reopen.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Dec 07 23:00:02 2025 UTC