Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14053 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57267 invoked by uid 1010); 12 Dec 2004 22:48:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57027 invoked from network); 12 Dec 2004 22:48:34 -0000 Received: from unknown (HELO smtp11.intermedia.net) (64.78.21.10) by pb1.pair.com with SMTP; 12 Dec 2004 22:48:34 -0000 Received: from ehost011-1.exch011.intermedia.net ([64.78.21.3]) by smtp11.intermedia.net with Microsoft SMTPSVC(6.0.3790.211); Sun, 12 Dec 2004 14:48:34 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Sun, 12 Dec 2004 14:48:30 -0800 Message-ID: <41EE526EC2D3C74286415780D3BA9F8706A1DFB1@ehost011-1.exch011.intermedia.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 thread-index: AcTglYaJDQXZg0uWTi24r4N4YBLYUAABfELg To: "Jani Taskinen" Cc: "Joe Orton" , X-OriginalArrivalTime: 12 Dec 2004 22:48:34.0254 (UTC) FILETIME=[B5C84EE0:01C4E09C] Subject: RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64 From: hans@nyphp.com ("Hans Zaunere") > >-- the latest RCs of both 4.3.10 and 5.0.3 work properly, and will > >always use libs in /lib64 or /usr/lib64, and ./configure and compile > >work correctly. >=20 > Interesting to hear that 4.3.10 works as it hasn't been touched at all? > (I might have missed some fix, but AFAICT, this was only fixed in PHP 5 :) Yeah, but there's some caveats I'm discovering :) 4.3.10 works *better* with lib64 and will compile with the basic extensions (where as 4.3.9 won't). However, --with-libdir isn't really included, and per my followup message, it seems that even in HEAD some extensions (noteably gd) aren't fully ported to using PHP_LIBDIR either. On a side note, compiling HEAD checked out as of just now is kicking out this compile error: /bin/sh /root/INSTALLED/php5/libtool --silent --preserve-dup-deps --mode=3Dcompile gcc -Iext/standard/ = -I/root/INSTALLED/php5/ext/standard/ -DPHP_ATOM_INC -I/root/INSTALLED/php5/include -I/root/INSTALLED/php5/main -I/root/INSTALLED/php5 -I/root/INSTALLED/php5/Zend -I/usr/include/libxml2 -I/usr/kerberos/include -I/usr/local/include -I/usr/include/mysql -I/root/INSTALLED/php5/TSRM -g -O2 -prefer-pic -c /root/INSTALLED/php5/ext/standard/streamsfuncs.c -o ext/standard/streamsfuncs.lo /root/INSTALLED/php5/ext/standard/streamsfuncs.c: In function `zif_stream_socket_pair': /root/INSTALLED/php5/ext/standard/streamsfuncs.c:61: error: too few arguments to function `php_socket_strerror' /root/INSTALLED/php5/ext/standard/streamsfuncs.c:70: warning: passing arg 2 of `add_next_index_zval' makes pointer from integer without a cast /root/INSTALLED/php5/ext/standard/streamsfuncs.c:71: warning: passing arg 2 of `add_next_index_zval' makes pointer from integer without a cast make: *** [ext/standard/streamsfuncs.lo] Error 1 --- Hans Zaunere President, Founder New York PHP http://www.nyphp.org