hi,

In a previous message (subject "-lresolv problems on OpenBSD"), I wrote
about the troubles I had buidling an Apache DSO on OpenBSD 3.0. 

Completely apart from the -lresolv and iconv problems, I discovered that
with every php-version from 4.1.2 onwards the building of a DSO failed
with my config. After a lot of builds, and with the help of another
php-dev subscriber (thanks Melvin), the bug was finally traced down to
my libtool version (1.4) and the ltmain.sh coming with that.

After upgrading to libtool 1.4.2 and using the accompanying ltmain.sh,
all builds are now succesful. I know that 1.4 is recommended (according
to the site), and I don't know what the mentioned "problems with libtool
1.4.2" are, but 1.4.2 seems to work better on OpenBSD.

Hope this helps someone somewhere. If anyone wants to know more, just
ask. I'm now happily running 4.2.0rc1, with the following config :

./configure --with-iconv=/usr/local --with-expat-dir=/usr/local 
--with-apxs=/usr/sbin/apxs --enable-safe-mode --with-openssl --with-zlib 
--with-curl --enable-ftp --with-gd --with-gettext --with-mcrypt 
--with-mysql=/usr/local --with-pdflib --with-pgsql=/usr/local 
--enable-trans-sid --enable-xslt --with-xslt-sablot 
--with-jpeg-dir=/usr/local/ --with-png-dir=/usr/local/ 
--with-xpm-dir=/usr/X11R6/  --with-freetype-dir=/usr/X11R6/

-- 
CUL8R, Peter.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to