Hi! Concerning http://www.virtualmin.com/documentation/web/multiplephp you say : 1 --- Log into your server over SSH as root 2 --- Download the .repo file by running the command wget -O /etc/yum.repos.d/software_collections_php54.repo http://people.redhat.com/rcollet/php54/rhel-php54.repo 3 --- Install PHP 5.4 and scl-utils with this command: yum install php54 php54-php-cli php54-php-mysql php54-php-gd
Point 2 working, but with point 3 we have this error :
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.coreix.net * extras: mirrors.coreix.net * updates: mirrors.coreix.net http://software.virtualmin.com/bleed/rhel/6/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: virtualmin-bleed. Please verify its path and try again
Folder 6 does'nt exist but this path work : http://software.virtualmin.com/bleed/rhel/5.7/x86_64/repodata/repomd.xml
Could you resolve this error?
Thanks!
Comments
Submitted by andreychek on Fri, 10/11/2013 - 10:00 Comment #1
Howdy -- it appears as if your server has the Virtualmin Bleed repo enabled.
It looks like your system is running CentOS 6, though that repository is only designed for CentOS 5.
That's causing the error that you're seeing.
If you're using CentOS 6, we'd recommend disabling the Virtualmin bleed repo. Once you do that, the commands you're running should work properly.
Submitted by andreychek on Fri, 10/11/2013 - 10:05 Comment #2
Also, I'm going to follow up with your post here in the Forums:
http://virtualmin.com/node/30579
The Forums are the best place to post questions regarding Virtualmin GPL.
Submitted by josse34 on Fri, 10/11/2013 - 10:05 Comment #3
Thanks! How to disable repo?