I'm not sure what to do here cause I'm getting the same type of error overall as i try to install oAuth on this cloud slice. I'm not sure what to do but I would think that I need to update or reinstall the ? yum ? or um.. well here is what I have done listed below..
I first try to run pecl install Phar . but make error..
I'm following the instructions to install PECL Extensions on a Media Temple DV 4 based on these instructions: http://wiki.mediatemple.net/w/(dv):Install_PECL_extensions.
When running:
pecl install uploadprogress
It says:
pecl install uploadprogress
downloading uploadprogress-1.0.3.1.tgz ...
Starting to download uploadprogress-1.0.3.1.tgz (9,040 bytes)
.....done: 9,040 bytes
4 source files, bui
I have php version 5.3.22 on Centos Linux.
I'm trying to install the pecl extension Imagick on a centos server, but I'm getting an error about autoconf.
Autoconf is installed, as is make and gcc.
I need to call a perl script from my php file.
I attempted to install the PECL extension for Perl.
I was unsuccessful.
I tried the following:
pecl channel-update pear.php.net
Updating channel "pear.php.net"
Update of Channel "pear.php.net" succeeded
pecl install perl
downloading perl-1.0.0.tgz ...
Starting to download perl-1.0.0.tgz (24,358 bytes)
.....done: 24,358 bytes
Validation Error: No
What am I doing wrong?[root@ /]# mount -o remount,exec,suid /tmp
[root@ /]# pecl install imagick
downloading imagick-3.0.1.tgz ...
Starting to download imagick-3.0.1.tgz (93,920 bytes)
.....................done: 93,920 bytes
13 source files, building
running: phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
Please provid
I'm kinda new to Linux, I'm mostly run websites, and it's rather easy to do everything... except install this PECL LUA plugin.
Here is the cmd:
pecl install apc
Result:
downloading APC-3.1.9.tgz ...
Starting to download APC-3.1.9.tgz (155,540 bytes)
.................................done: 155,540 bytes
54 source files, building
running: phpize
Configuring for:
PHP Api Version: 20100412
Zend Module Api No: 20100525
Zend Extension Api No: 220100525
Cannot find autoconf.
I am trying to setup my machine with pecl_http and memcache and in both cases, I get similar errors. This is on MAC OS X 10.7.3 (lion) and I also have XCODE installed on it.