RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-17 Thread Hans Zaunere
Some more interesting things that threw me off at first. While 4.3.10 and 5.0.3 do handle lib64 much better than previous versions, and will compile with the basic extensions enabled on a lib64 only system, only HEAD really implements --with-libdir. These versions will break when more

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-13 Thread Joe Orton
On Sun, Dec 12, 2004 at 02:56:25PM -0800, Hans Zaunere wrote: Some more interesting things that threw me off at first. While 4.3.10 and 5.0.3 do handle lib64 much better than previous versions, and will compile with the basic extensions enabled on a lib64 only system, only HEAD really

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-12 Thread Hans Zaunere
I've committed the core changes to add --with-libdir and updated most of the extensions which I could test here. Hans, can you test out HEAD on your SLES box? You should just use --with-libdir=lib64 and then e.g. --with-mysql=/usr will correctly pick up the system MySQL libraries in

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-12-12 Thread 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. 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

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-11-03 Thread Joe Orton
I've committed the core changes to add --with-libdir and updated most of the extensions which I could test here. Hans, can you test out HEAD on your SLES box? You should just use --with-libdir=lib64 and then e.g. --with-mysql=/usr will correctly pick up the system MySQL libraries in /usr/lib64.

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-11-01 Thread Joe Orton
On Sun, Oct 31, 2004 at 01:18:49PM -0800, Hans Zaunere wrote: Has anything been committed yet? I'd like to test some things out once it has... No, sorry, not yet. Since it seems nobody has any objections I will commit the changes to HEAD later this week. joe -- PHP Internals - PHP Runtime

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-31 Thread Hans Zaunere
On Fri, Oct 22, 2004 at 02:36:00PM +0200, Derick Rethans wrote: AFAIK Joe is going to commit his patch, but we need to fix it for the PECL extensions too if applicable. I was kind of waiting for Sascha to review it... do you want me to commit it now? PECL extensions (or any

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-22 Thread Hans Zaunere
As I mentioned in my original post, --with-module and --with-module-dir seem to have some inconsistencies themselves as well. What is the behavior? Where are the inconsistencies, can you point those out? Here are some notes additions from my previous post. In fact,

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-22 Thread Hans Zaunere
For #2, per Robert Silva's post: For #2, I believe he is referring to searching LD_LIBRARY_PATH directories for libraries rather than hardcoding /lib everywhere (which is how its done now). Unfortunately it's not that easy from what I remember. with as it is common to specify

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-22 Thread Joe Orton
On Fri, Oct 22, 2004 at 02:36:00PM +0200, Derick Rethans wrote: AFAIK Joe is going to commit his patch, but we need to fix it for the PECL extensions too if applicable. I was kind of waiting for Sascha to review it... do you want me to commit it now? PECL extensions (or any autoconf code in

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-22 Thread Derick Rethans
On Fri, 22 Oct 2004, Joe Orton wrote: On Fri, Oct 22, 2004 at 02:36:00PM +0200, Derick Rethans wrote: AFAIK Joe is going to commit his patch, but we need to fix it for the PECL extensions too if applicable. I was kind of waiting for Sascha to review it... do you want me to commit it now?

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-21 Thread Joe Orton
On Wed, Oct 13, 2004 at 05:12:22PM +0200, Sascha Schumann wrote: On Wed, 13 Oct 2004, Joe Orton wrote: So other than vague slurs on OS sanity, are there objections to committing my --with-libdir patch to HEAD? I will look at it later. Have you had a chance to look at it, Sascha? joe

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-10-14 Thread Derick Rethans
On Wed, 13 Oct 2004, Hans Zaunere wrote: As I mentioned in my original post, --with-module and --with-module-dir seem to have some inconsistencies themselves as well. What is the behavior? Where are the inconsistencies, can you point those out? Here are some notes additions from

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-09-26 Thread James Devenish
In message [EMAIL PROTECTED] on Sat, Sep 25, 2004 at 01:12:15PM -0700, Rasmus Lerdorf wrote: Can't you just do: LDFLAGS=-L/usr/lib64 ./configure ... CPPFLAGS for compile-time stuff The compiler and linker have no problem. The problem is that the ./configure script does its *own* library

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-09-25 Thread Hans Zaunere
However, there is one issue I'm pretty unclear on - and, unfortunately it might relate to some of the other issues, which makes matters more confusion. [...] -- In general, I've found that PHP's ./configure tends to assume things are in /usr/lib. However, on this and other 64bit x86

Re: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-09-25 Thread Rasmus Lerdorf
On Sat, 25 Sep 2004, James Devenish wrote: In message [EMAIL PROTECTED] on Fri, Sep 24, 2004 at 07:21:45PM -0700, Hans Zaunere wrote: However, there is one issue I'm pretty unclear on - and, unfortunately it might relate to some of the other issues, which makes matters more confusion.

RE: [PHP-DEV] ./configure, PHP, SuSE and the AMD64

2004-09-25 Thread Robert Silva
] ./configure, PHP, SuSE and the AMD64 However, there is one issue I'm pretty unclear on - and, unfortunately it might relate to some of the other issues, which makes matters more confusion. [...] -- In general, I've found that PHP's ./configure tends to assume things are in /usr/lib