473,804 Members | 3,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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?

Jul 4 '06 #1
2 12889
*** fr**********@us a.com escribió/wrote (4 Jul 2006 02:29:08 -0700):
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.
In my system (good old Red Hat 9):

/usr/bin/aclocal
a /usr/bin/perl script text executable
automake-1.6.3-5

According to http://rpmfind.net/ there seem to be two different packages:
"automake" and "automake17 ". The latter (the one you have installed) is an
older version of Automake "to run automake in a project that
has not yet been updated to work with latest version of Automake".
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Jul 4 '06 #2
Hi Alvaro

Thank you very much for your answer. I installed autoconf+automa ke
from sources and it works.

Regards, y un abrazo.
Alvaro G. Vicario wrote:
*** fr**********@us a.com escribió/wrote (4 Jul 2006 02:29:08 -0700):
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.

In my system (good old Red Hat 9):

/usr/bin/aclocal
a /usr/bin/perl script text executable
automake-1.6.3-5

According to http://rpmfind.net/ there seem to be two different packages:
"automake" and "automake17 ". The latter (the one you have installed) is an
older version of Automake "to run automake in a project that
has not yet been updated to work with latest version of Automake".
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
Jul 4 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2091
by: Oliver Hertel | last post by:
Hi there, when using phpize on the php accelerator turck*, i get this error: configure.in:76: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. This is an error from autoconf, but I have no idea what the problem is. I installed new versions of libtool (1.4), autoconf (2.57), and automake (1.7.8), still the same error.
1
4334
by: mike | last post by:
I have not used 'phpize' before, but apparently it is required for installing the PHP xdiff extension (http://pecl.php.net/package/xdiff) in Linux. I am running PHP 4.2.2 on RH Linux 8.0 (upgrade is not possible in production) and this is what I am getting: $ phpize autoheader: `config.h.in' is created You should update your `aclocal.m4' by running aclocal. $ ./configure configure: error: cannot find sources (Makefile.in) in . or ..
5
5834
by: jlea | last post by:
I'm trying to pass a filename, obtained with using the fileName property from the OpenFileDialog, as a application parameter in Process.StartInfo.Arguments and run a MFC/C++ application using the Start method. When I hardcode the application parameter such as "/name=c:\\myFile.txt" all is well in the C++ application. When I use the fileName property to build the parameter, the string becomes @"/name=c:\myFile.txt" which makes the C++...
2
3980
by: paul | last post by:
I have a file type that is going to be associated with my visual basic application and i want the user to be able to double click on a file of said type and have it launch the program and load the file. I know there are certain keys in the registry that i have to create and/or edit. I have located them, namely HKEY_CLASSES_ROOT\.stdf and HKEY_CLASSES_ROOT\stdf_auto_file\shell\open\command The default value for that last key is the path...
5
2315
by: Doug | last post by:
In vb6, to get the command line you would use strCommand = Command() How do you do this in vb .net? I found in the help file to use: Dim commands As String = Microsoft.VisualBasic.Command( but when I try, there is no Command after VisualBasic Thanks in advance!
1
7905
by: amirmira | last post by:
I would like to set command line arguments to a service at install time. I need to do this because I need to get information from different registry locations depending on my command line argument. I have to do it this way as the consumer of the service should not be able to change the argument - except by uninstalling and reinstalling the service. I created the service and the service itself works great. However, when I try to install...
1
3385
by: Manish | last post by:
I have the following code in a script -------------------------------------------------------------------------------------------------------------------------------- foreach($serverlist as $sno=>$serverdata) { $servername = $serverdata; if($servername) { unset($outputstr, $outputarr); $outputstr = exec("ssh -n ".$servername." 'fstat | wc -l'", $outputarr);
0
1495
by: CptDondo | last post by:
I hope someone can help me out. I am trying to cross-compile xcache <http://trac.lighttpd.net/xcache/> and I'm not having much luck. The problem is that xcache depends on phpize to build the configure script. My setup is as follows: ../src/php-4.4.2
0
4431
by: Tom | last post by:
I've been trying to install the PECL library libssh2 for secure shell2 functions. I'm on a shared webhost which allows custom php installations that run as a CGI binary. I've been trying to configure libssh2 but I cannot get the server I'm on to find autoconf... it originally was not installed on the server, so I downloaded, unpacked, and installed it successfully to a custom folder in my /home directory (along with autoheader). ...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10326
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10317
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10075
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9143
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7615
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6851
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.