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 general)
are
not necessarily broken on bi-arch platforms, it's only if they use a
certain style of configure check which is prevalant in
ext//config.m4.They should all do that, if they use an external library so it would
be
great to mail pecl-dev with instructions on how to fix the exts for
both
PHP 4.3, PHP 5.0 and PHP 5.1 ;-)
Has anything been committed yet? I'd like to test some things out once
it has...
Regards,
H
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
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. Don't pass /usr/lib64
directly in any --with-foo= parameters, that won't work. Let me know if
there are any remaining problems.
To everyone else, the changes should make no difference if --with-libdir
isn't used but please shout at me if I broke something...
Regards,
joe