
October 8th, 2007, 04:08 AM
|
|
Registered User
|
|
Join Date: Oct 2007
Posts: 1
Time spent in forums: 12 m 45 sec
Reputation Power: 0
|
|
|
'phpize' failed and underquoted definition of PHP_WITH_PHP_CONFIG
Hello,
I am having trouble installing PEAR modules on my server. I am using the follow command:
Code:
pear install mailparse
I am getting the following output/errors:
Code:
downloading mailparse-2.1.1.tgz ...
Starting to download mailparse-2.1.1.tgz (35,883 bytes)
..........done: 35,883 bytes
9 source files, building
running: phpize
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
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/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
/usr/bin/phpize: /tmp/tmp3WCfoQ/mailparse-2.1.1/build/shtool: /bin/sh: bad interpreter: Permission denied
/usr/bin/phpize: line 68: -f: command not found
`phpize' failed
[root@domain conf]#
[root@domain conf]#
I am running PHP 4.3.9.
Thanks!
|