ID:               17218
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: Solaris 8
 PHP Version:      4.2.1
 New Comment:

Undefining HAVE_UNIX_H took care of the first problem and introduced a
mysql compile failure.  I don't know if this is new in 4.2.1 or not
since for the 4.2.0 compile I used --with-mysql=/opt/mysql.  (I'd only
omitted it for the original test case since it was the simplest
./configure option that duplicated the error).

I also needed undefine HAVE_SYS_SYSEXITS_H to get further in
compilation, to then end up with this error (below).  I'll look into
this further tomorrow and see if I can nail down what's causing it.


/bin/sh /download/php-4.2.1/libtool --silent --mode=link gcc  -I.
-I/download/php-4.2.1/ -I/download/php-4.2.1/main -I/download/php-4.2.1
-I/opt/apache-1.3.24/include -I/download/php-4.2.1/Zend
-I/opt/mysql/include -I/download/php-4.2.1/ext/xml/expat 
-D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DMOD_SSL=208108 -DEAPI
-DEAPI_MM -DUSE_EXPAT -DSHARED_CORE -I/download/php-4.2.1/TSRM -g -O2
-prefer-pic   -o libphp4.la -rpath /download/php-4.2.1/libs
-avoid-version -L/usr/ucblib -L/opt/mysql/lib  -R /usr/ucblib -R
/opt/mysql/lib stub.lo  Zend/libZend.la  sapi/apache/libsapi.la 
main/libmain.la  regex/libregex.la 
/download/php-4.2.1/ext/ctype/libctype.la
/download/php-4.2.1/ext/mysql/libmysql.la
/download/php-4.2.1/ext/pcre/libpcre.la
/download/php-4.2.1/ext/posix/libposix.la
/download/php-4.2.1/ext/session/libsession.la
/download/php-4.2.1/ext/standard/libstandard.la
/download/php-4.2.1/ext/xml/libxml.la  TSRM/libtsrm.la -lpam
-lmysqlclient -lz -lcrypt -lresolv -lresolv -lresolv -lm -ldl -lsocket
-lsocket -lcrypt -ldl
main/.libs/libmain.al: object main/.libs/libmain.al(main.lo) in archive
is not object
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `libphp4.la'
Current working directory /download/php-4.2.1
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'


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

[2002-05-14 18:09:40] [EMAIL PROTECTED]

Could you have a look in main/php_config.h. Can you find a line that
says

#define HAVE_UNIX_H 1

If yes, could you try commenting that line out and compiling again.

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

[2002-05-14 17:05:25] [EMAIL PROTECTED]

Solaris 8 machine, using gcc from sunfreeware.com, trying to compile
php4.2.1

$ ./configure
$ make

Making all in Zend
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I../main    -D_POSIX_PTHREAD_SEMANTICS -I../TSRM  -g -O2
-prefer-non-pic -static -c -o zend_language_parser.lo `test -f
zend_language_parser.c || echo './'`zend_language_parser.c
In file included from zend_compile.h:24,
                 from zend_language_parser.c:147:
zend.h:55:19: unix.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `zend_language_parser.lo'
Current working directory /download/php-4.2.1/Zend
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'



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


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

Reply via email to