yum install php-zend-optimizer

Support/Development for PHP
dogood
New Forum User
New Forum User
Posts: 1
Joined: Tue Jun 10, 2008 8:40 am

yum install php-zend-optimizer

Unread post by dogood »

hi

I've just run wget -q -O - http://www.atomicorp.com/installers/atomic |sh on my server (fc7 plesk 8.3), everything went smooth

Now I 'd like to update the Zend engine.

yum install php-zend-optimizer

gives:

Code: Select all

ftp://ftp.redhat.ikoula.com/fedora/7/Everything/i386/os/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 550 7: No such file or directory
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
cold you help me solve this, please?

thanks for everything!

regards from france
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Thats not our repo, you'd have to talk to the fedora folks about that one.
interzis
New Forum User
New Forum User
Posts: 3
Joined: Wed Sep 01, 2010 10:33 am

Re: yum install php-zend-optimizer

Unread post by interzis »

hello,

I'll post here because of topic's title
So:

[root@mail /]# yum clean all
Loading "installonlyn" plugin
Cleaning up Everything

[root@mail /]# yum install php-zend-optimizer
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
atomic 100% |=========================| 1.9 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 187 kB 00:00
################################################## 517/517
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for php-zend-optimizer to pack into transaction set.
php-zend-optimizer-3.3.9- 100% |=========================| 5.0 kB 00:00
---> Package php-zend-optimizer.i386 1:3.3.9-2.fc6.art set to be updated
--> Running transaction check
--> Processing Dependency: php-devel for package: php-zend-optimizer
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for php-devel to pack into transaction set.
php-devel-5.2.14-2.fc6.ar 100% |=========================| 47 kB 00:00
---> Package php-devel.i386 0:5.2.14-2.fc6.art set to be updated
--> Running transaction check
--> Processing Dependency: autoconf for package: php-devel
--> Processing Dependency: automake for package: php-devel
--> Finished Dependency Resolution
Error: Missing Dependency: autoconf is needed by package php-devel
Error: Missing Dependency: automake is needed by package php-devel

[root@mail /]#

How can I resolve there errors?

My system's details:

Fedora Core 6
Plesk 8.6

Code: Select all


[root@mail /]# rpm -qa | grep php
phpMoney-1.3-80030
php-common-5.2.14-2.fc6.art
php-imap-5.2.14-2.fc6.art
phpBook-1.50-80023
phpwebsite-0.10.2-80016
php5-ioncube-php52-4.0-fc6.07041615
php-xml-5.2.14-2.fc6.art
php-gd-5.2.14-2.fc6.art
ffmpeg-php-0.5.1-1.fc6.remi
php-bcmath-5.2.14-2.fc6.art
phpBugTracker-1.19-80023
phpWiki-1.3.11-80031
php5-ioncube-loader-3.1-07060111
php-cli-5.2.14-2.fc6.art
php-mysql-5.2.14-2.fc6.art
php-5.2.14-2.fc6.art
phpAds-2.0.8-82029
phpDig-1.85-80019
phpmyvisites-2.3-82017
rrdtool-php-1.2.27-4.fc6.art
php5sb-5.2.1-10swsoft
php-pdo-5.2.14-2.fc6.art
php-ldap-5.2.14-2.fc6.art
php-odbc-5.2.14-2.fc6.art
phpBB-2.0.22-82016
phpsurveyor-0.98-80031
php-mbstring-5.2.14-2.fc6.art
phpMyFamily-1.4.1-80023
php-pgsql-5.2.14-2.fc6.art
psa-php5-configurator-1.4.0-fc6.build84080428.08
[root@mail /]#


Thank you
interzis
New Forum User
New Forum User
Posts: 3
Joined: Wed Sep 01, 2010 10:33 am

Re: yum install php-zend-optimizer

Unread post by interzis »

Solved:

download and install autoconf, automake and imake from http://archives.fedoraproject.org/pub/a ... dora/RPMS/

then yum install php-zend-optimizer
seems to be installed OK

Best Regards
Post Reply