Re: [PHP4BETA] DSO extensions....
[email protected] (Sascha Schumann)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 24 May 2000, PHP Developers List wrote: > Thanks for the reply... I tried following the steps in the > README.SELF... file but I get the following error message when I run > phpize: > > autoconf: Undefined macros: > configure.in:43:AC_PROG_LIBTOOL > You should update your `aclocal.m4' by running aclocal. > > I tried running aclocal and then phpize again... but I still get > the same thing. Any suggestions? You need libtool. See ftp.gnu.org/pub/gnu/libtool/ After installing it, run phpize again. - Sascha