phpize: line 57: aclocal: command not found
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?
Hi,
It looks like you installed the wrong automake package, there should be automake-1.8 or automake-1.9 packages, rather than the compatibility package automake17.
You should just be able to install it using yum e.g.:
Code:
yum install automake
Ta, - Harry
Hi.
Thank you very much for your answer. I installed autoconf+automake+libtool+bison+flex from
sources and it works.
Regards.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks