php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32847 rpc_msg.h syntax error
Submitted: 2005-04-26 21:55 UTC Modified: 2005-04-27 04:48 UTC
From: max at neuropunks dot org Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.0.4 OS: FreeBSD 5.2.1-RELEASE sparc64
Private report: No CVE-ID: None
 [2005-04-26 21:55 UTC] max at neuropunks dot org
Description:
------------
Compiled with:
--with-apxs=/usr/local/apache/bin/apxs --with-openssl --with-imap --with-imap-ssl --with-ldap --with-mysql=/usr/local/mysql --with-pgsql=/usr/local/pgsql --enable-soap --with-curl --with-gd --with-zlib




Actual result:
--------------
/bin/sh /root/software/php-5.0.4/libtool --silent --preserve-dup-deps --mode=compile gcc  -Iext/standard/ -I/root/software/php-5.0.4/ext/standard/ -DPHP_ATOM_INC -I/root/software/php-5.0.4/include -I/root/software/php-5.0.4/main -I/root/software/php-5.0.4 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/c-client -I/usr/local/mysql/include/mysql -I/usr/local/pgsql/include -I/root/software/php-5.0.4/TSRM -I/root/software/php-5.0.4/Zend    -g -O2   -c /root/software/php-5.0.4/ext/standard/crypt.c -o ext/standard/crypt.lo
In file included from /usr/include/rpc/rpc.h:59,
                 from /usr/include/crypt.h:9,
                 from /root/software/php-5.0.4/ext/standard/crypt.c:31:
/usr/include/rpc/rpc_msg.h:66: error: syntax error before numeric constant
*** Error code 1

Stop in /root/software/php-5.0.4.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-27 04:48 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Looks like a broken non-PHP header on your system.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 16:00:02 2025 UTC