sorry, jumped the gun on that last one... Hi, I'm trying to build php 4.10 with Ming support. (the ming I get from cvs that is supposed to work with 4.10)
I build ming and follow the instructions in the Readme file. then I move into php and go: ./configure --with-apache=../apache_1.3.22 --with-gd --with-ming=../ming I get the following error: configure: error: Please reinstall libming.so - I cannot find libming.so libming.so is in ../ming so I open configure in emacs and see that it's looking for libming.so in ../ming/lib ok, I copy it over there. then I try again and get this error: Configuring libtool checking build system type... i686-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B updating cache ./config.cache ./ltconfig: ./ltconfig: No such file or directory configure: error: libtool configure failed now, I had just installed libtool 1.42 because buildconf complained about not having it. It got put into /usr/local/bin/ and buildconf couldn't find it there so I put a link to it in /usr/bin that made buildconf work but gave me this error for configure. any ideas what I should try next? thanks, - Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]