ID:               34946
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mark at downtownhelpdesk dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: FreeBSD 5.4/RELEASE
 PHP Version:      5.0.5
 New Comment:

And what's on line 66 in /usr/include/rpc/rpc_msg.h ?
I can see there only these lines:

enum accept_stat {
        SUCCESS=0, /* line 66 */
        PROG_UNAVAIL=1,
        PROG_MISMATCH=2,
        PROC_UNAVAIL=3,
        GARBAGE_ARGS=4,
        SYSTEM_ERR=5
};

And no crypt.h here, btw. Where did you get it from?

$ uname -r
5.4-STABLE


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

[2005-10-21 16:32:17] mark at downtownhelpdesk dot com

Description:
------------
using FreeBSD 5.4/RELEASE, attempting to install PHP5.0.5 under Apache
2.0.55.

pepperoni# ./configure --with-apxs2=/usr/local/sbin/apxs
--enable-fastcgi --with-gettext --with-db4 --with-gd --enable-mbstring
--with-mcrypt --with-mysql=/usr/local/mysql --with-zlib-dir
--with-pgsql --with-pspell --with-pear

pepperoni# make
[Output deleted until error line]
/bin/sh /usr/local/warez/php-5.0.5/libtool --silent --preserve-dup-deps
--mode=compile gcc  -Iext/standard/
-I/usr/local/warez/php-5.0.5/ext/standard/ -DPHP_ATOM_INC
-I/usr/local/warez/php-5.0.5/include -I/usr/local/warez/php-5.0.5/main
-I/usr/local/warez/php-5.0.5 -I/usr/local/include/libxml2
-I/usr/local/include
-I/usr/local/warez/php-5.0.5/ext/mbstring/oniguruma
-I/usr/local/warez/php-5.0.5/ext/mbstring/libmbfl
-I/usr/local/warez/php-5.0.5/ext/mbstring/libmbfl/mbfl
-I/usr/local/mysql/include/mysql -I/usr/local/include/pspell
-I/usr/local/warez/php-5.0.5/TSRM -I/usr/local/warez/php-5.0.5/Zend   
-g -O2   -c /usr/local/warez/php-5.0.5/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
/usr/local/warez/php-5.0.5/ext/standard/crypt.c:31:
/usr/include/rpc/rpc_msg.h:66: error: syntax error before numeric
constant
*** Error code 1

Stop in /usr/local/warez/php-5.0.5.


This is similar to bugs 31290, 32847, and 6713, which were never
answered!



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


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

Reply via email to