• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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