From:             samuel at somewhere dot com
Operating system: Unixware 7.1.1
PHP version:      5.1.0RC1
PHP Bug Type:     Compile Failure
Bug description:  inter-library dependencies are not known to be supported

Description:
------------
Compilation of PHP-5.1.0RC1 fails partially on Unixware 7.1.1 : the PHP
cli is generated, but not libphp5.so

export CC=cc
./configure --disable-all --with-apxs=/usr/local/apache/bin/apxs

The error is : 
        /bin/sh /travail/scarriere/build/php-5.1.0RC1/libtool --silent
--preserve-dup-deps --mode=link cc -g  -rpath
/travail/scarriere/build/php-5.1.0RC1/libs -avoid-version -module
-L/usr/ucblib  -R /usr/ucblib ext/date/php_date.lo ext/date/lib/dow.lo
ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo
ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo
ext/date/lib/unixtime2tm.lo regex/regcomp.lo regex/regexec.lo
regex/regerror.lo regex/regfree.lo ext/standard/array.lo
ext/standard/base64.lo ext/standard/basic_functions.lo
ext/standard/browscap.lo ext/standard/crc32.lo ext/standard/crypt.lo
ext/standard/cyr_convert.lo ext/standard/datetime.lo ext/standard/dir.lo
ext/standard/dl.lo ext/standard/dns.lo ext/standard/exec.lo
ext/standard/file.lo ext/standard/filestat.lo ext/standard/flock_compat.lo
ext/standard/formatted_print.lo ext/standard/fsock.lo ext/standard/head.lo
ext/standard/html.lo ext/standard/image.lo ext/standard/info.lo
ext/standard/iptc.lo ext/standard/lcg.lo ext/standard/link.lo
ext/standard/mail.lo ext/standard/math.lo ext/standard/md5.lo
ext/standard/metaphone.lo ext/standard/microtime.lo ext/standard/pack.lo
ext/standard/pageinfo.lo ext/standard/quot_print.lo ext/standard/rand.lo
ext/standard/reg.lo ext/standard/soundex.lo ext/standard/string.lo
ext/standard/scanf.lo ext/standard/syslog.lo ext/standard/type.lo
ext/standard/uniqid.lo ext/standard/url.lo ext/standard/url_scanner.lo
ext/standard/var.lo ext/standard/versioning.lo ext/standard/assert.lo
ext/standard/strnatcmp.lo ext/standard/levenshtein.lo
ext/standard/incomplete_class.lo ext/standard/url_scanner_ex.lo
ext/standard/ftp_fopen_wrapper.lo ext/standard/http_fopen_wrapper.lo
ext/standard/php_fopen_wrapper.lo ext/standard/credits.lo
ext/standard/css.lo ext/standard/var_unserializer.lo ext/standard/ftok.lo
ext/standard/sha1.lo ext/standard/user_filters.lo ext/standard/uuencode.lo
ext/standard/filters.lo ext/standard/proc_open.lo ext/standard/sunfuncs.lo
ext/standard/streamsfuncs.lo ext/standard/http.lo TSRM/TSRM.lo
TSRM/tsrm_strtok_r.lo TSRM/tsrm_virtual_cwd.lo main/main.lo
main/snprintf.lo main/spprintf.lo main/php_sprintf.lo main/safe_mode.lo
main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo
main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo
main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo
main/php_ticks.lo main/network.lo main/php_open_temporary_file.lo
main/php_logos.lo main/output.lo main/streams/streams.lo
main/streams/cast.lo main/streams/memory.lo main/streams/filter.lo
main/streams/plain_wrapper.lo main/streams/userspace.lo
main/streams/transports.lo main/streams/xp_socket.lo main/streams/mmap.lo
Zend/zend_language_parser.lo Zend/zend_language_scanner.lo
Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo
Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo
Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo
Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo
Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo
Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo
Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo
Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo
Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo
Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo
Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo
Zend/zend_mm.lo Zend/zend_default_classes.lo Zend/zend_reflection_api.lo
Zend/zend_execute.lo sapi/apache/sapi_apache.lo sapi/apache/mod_php5.lo
sapi/apache/php_apache.lo main/internal_functions.lo -lresolv -lm -lsocket
 -o libphp5.la

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libphp5.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.


The compilation of PHP-5.0.4 works great on the same server with the same
options.
I use libtool 1.3.5



-- 
Edit bug report at http://bugs.php.net/?id=34510&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34510&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34510&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34510&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34510&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34510&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34510&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34510&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34510&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34510&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34510&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34510&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34510&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34510&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34510&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34510&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34510&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34510&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34510&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34510&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34510&r=mysqlcfg

Reply via email to