• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How do I Install PHPIZE?

K

kindian

Guest
can someone help me. I've tryed to install php-devel to have acess to phpize.

Php-devel was sucessfully installed:

warning: php-devel-4.3.4-11.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing... ########################################### [100%]
1:php-devel ########################################### [100%]


But then when I try to access phpize, it seems it is not there. How do I certify that?

# /usr/bin/phpize
/usr/bin/phpize: line 57: aclocal: command not found
 
I have this same problem! Does anybody know a solution?

greetz
 
Hello,

You could install autoconf.

If there are problems like this, use :

http://rpm.pbone.net/index.php3

search the command, the library and then you can install that unmet dependency.

In this specific case search for aclocal.
I am 99% that you can resolve it this way.:)
 
Ok I think I have phpize running, but got this message

Code:
[root@exmedia ffmpeg-php]# phpize
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
  run info '(automake)Extending aclocal'
  or see [url]http://sources.redhat.com/automake/automake.html#Extending%20aclocal[/url]
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C
/usr/share/aclocal/libole2.m4:18: warning: underquoted definition of AM_PATH_LIB
OLE2
configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

If you did'nt understand allready... I'm new with linux ;)
 
Back
Top