ID: 21859 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: RedHat 7 PHP Version: 4.3.0 New Comment:
./configure --with-apache=/usr/src/apache_1.3.26 --enable-track-vars --enable-force-cgi --enable-ftp --enable-dbase --with-pear i looked (searched) for unix.h but i dont have it in /usr/include or other dir Previous Comments: ------------------------------------------------------------------------ [2003-01-24 05:40:30] [EMAIL PROTECTED] What was the configure line you used? Also, check if you have more of them in your system: # find /usr/include -name unix.h This is caused by wrong install of c-client libs/headers, you don't need unix.h there..check this manual page: http://www.php.net/manual/en/ref.imap.php ------------------------------------------------------------------------ [2003-01-24 04:43:05] [EMAIL PROTECTED] when i try to make "make" with php 4.3 then this comes.. on older versions there no problems with compiling / make In file included from /usr/src/php-4.3.0/Zend/zend.h:59, from /usr/src/php-4.3.0/main/php.h:34, from /usr/src/php-4.3.0/ext/ctype/ctype.c:23: /usr/local/include/unix.h:182: parse error before `MAILSTREAM' /usr/local/include/unix.h:182: warning: no semicolon at end of struct or union /usr/local/include/unix.h:189: parse error before `}' /usr/local/include/unix.h:189: warning: data definition has no type or storage class /usr/local/include/unix.h:193: parse error before `*' /usr/local/include/unix.h:193: warning: data definition has no type or storage class /usr/local/include/unix.h:196: parse error before `*' /usr/local/include/unix.h:197: parse error before `*' /usr/local/include/unix.h:198: parse error before `*' /usr/local/include/unix.h:199: parse error before `*' /usr/local/include/unix.h:200: parse error before `*' /usr/local/include/unix.h:201: parse error before `*' /usr/local/include/unix.h:202: parse error before `*' /usr/local/include/unix.h:202: parse error before `*' /usr/local/include/unix.h:202: warning: data definition has no type or storage class /usr/local/include/unix.h:203: parse error before `*' /usr/local/include/unix.h:204: parse error before `*' /usr/local/include/unix.h:206: parse error before `*' much more of the warnings then . . . make: *** [ext/ctype/ctype.lo] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21859&edit=1
