Emiliano wrote:

> David R Newman wrote:
>
> > > > When I run ./mkall, I get these errors:
> > > >
> > > > /usr/bin/phpize: aclocal: command not found
> > > > /usr/bin/phpize: autoconf: command not found
> > > > /usr/bin/phpize: autoheader: command not found
> > >
> > > You need to install autoconf.
> >
> > After installing autoconf, I get a different set of errors:
> >
> > /usr/bin/phpize: aclocal: command not found
>
> Sorry, forgot: aclocal is part of automake. You need that too.

OK.

> > autoconf: Undefined macros:
> > ***BUG in autoconf--please report*** AC_ADD_LIBRARY_WITH_PATH
> > ***BUG in autoconf--please report*** AC_ADD_INCLUDE
> > ***BUG in autoconf--please report*** AC_ADD_LIBRARY
> > ***BUG in autoconf--please report*** AC_ADD_INCLUDE
>
> Try changing the AC_ prefix to PHP_ in config.m4. It's not something
> we can fix, PHP changed the build process after 404pl1.

If PHP has really made it that difficult, match versions: Midgard 1.4.1
for PHP 4.0.4pl1, Midgard 1.4.2 for PHP 4.0.5 and so on.

Anyway, I changed AC_ADD to PHP_ADD. Now it goes right through
phpize, but I get a configure error:

./configure: line 1356: syntax error near unexpected token
`PHP_ADD_LIBRARY_WITH_PATH(midgard,'
./configure: line 1356:     `PHP_ADD_LIBRARY_WITH_PATH(midgard,
"$PHP_MIDGARD/lib", MIDGARD_SHARED_LIBADD)'

Should that one be AC_ADD, or is something else wrong?

--
Dr. David R. Newman, Queen's University Belfast, School of
Management and Economics, Belfast BT7 1NN, Northern Ireland (UK)
mailto:[EMAIL PROTECTED] Tel. 028 90335011 FAX: 028 90335156
http://www.qub.ac.uk/mgt/staff/dave/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to