php-general | 2001122
Date: 12/18/01
- Next message: Mark: "Re: [PHP] Working with designers..."
- Previous message: M: "[PHP] OPEN_BASEDIR from user point of view (instead server admin)"
- In reply to: Mike Eheler: "[PHP] Re: sql password"
- Next in thread: Brian Clark: "Re: [PHP] 4.10"
- Reply: Brian Clark: "Re: [PHP] 4.10"
- Reply: Mark: "Re: [PHP] 4.10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Mark: "Re: [PHP] Working with designers..."
- Previous message: M: "[PHP] OPEN_BASEDIR from user point of view (instead server admin)"
- In reply to: Mike Eheler: "[PHP] Re: sql password"
- Next in thread: Brian Clark: "Re: [PHP] 4.10"
- Reply: Brian Clark: "Re: [PHP] 4.10"
- Reply: Mark: "Re: [PHP] 4.10"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

