phpize: line 57: aclocal: command not found

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
guarriman
Forum Commoner
Posts: 44
Joined: Thu Nov 03, 2005 4:11 am

phpize: line 57: aclocal: command not found

Post by guarriman »

Hi.

Working with PHP 4.3.10 on Fedora Core 2.

I'm trying to execute phpize:
/usr/local/php/bin/phpize: line 57: aclocal: command not found

I've just installed:
automake17-1.7.9-2
autoconf-2.59-3
by using RPMs.

And if I try to find 'aclocal':
[]# locate aclocal
/lib/modules/2.6.5-1.358/build/include/acpi/aclocal.h
/lib/modules/2.6.5-1.358smp/build/include/acpi/aclocal.h
/usr/share/aclocal
/usr/share/aclocal/libmikmod.m4
/usr/share/aclocal/xsize.m4
/usr/share/aclocal/uintmax_t.m4
/usr/share/aclocal/wine.m4
/usr/share/aclocal/stdint_h.m4
/usr/share/aclocal/progtest.m4
/usr/share/aclocal/lib-prefix.m4
/usr/share/aclocal/lib-link.m4
/usr/share/aclocal/xml-i18n-tools.m4
/usr/share/aclocal/size_max.m4
/usr/share/aclocal/longlong.m4
/usr/share/aclocal/intltool.m4
/usr/share/aclocal/codeset.m4
/usr/share/aclocal/lib-ld.m4
/usr/share/aclocal/nls.m4
/usr/share/aclocal/pkg.m4
/usr/share/aclocal/intdiv0.m4
/usr/share/aclocal/ulonglong.m4
/usr/share/aclocal/wchar_t.m4
/usr/share/aclocal/wint_t.m4
/usr/share/aclocal/longdouble.m4
/usr/share/aclocal/iconv.m4
/usr/share/aclocal/intmax.m4
/usr/share/aclocal/inttypes_h.m4
/usr/share/aclocal/inttypes.m4
/usr/share/aclocal/isc-posix.m4
/usr/share/aclocal/inttypes-pri.m4
/usr/share/aclocal/gettext.m4
/usr/share/aclocal/lcmessage.m4
/usr/share/aclocal/freetype2.m4
/usr/share/aclocal/signed.m4
/usr/share/aclocal/printf-posix.m4
/usr/share/aclocal/glibc21.m4
/usr/share/aclocal/po.m4
/usr/share/aclocal
/usr/local/freetype/share/aclocal
/usr/local/freetype/share/aclocal/freetype2.m4
/usr/local/freetype/share/aclocal

What am I doing wrong?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Moved from Theory to Misc.

[edit] darn english.
Last edited by feyd on Tue Jul 04, 2006 11:05 am, edited 1 time in total.
guarriman
Forum Commoner
Posts: 44
Joined: Thu Nov 03, 2005 4:11 am

Post by guarriman »

Hi.

I installed autoconf+automake+libtool+bison+flex from sources and it works.

Regards
Post Reply