These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for bleeding edge repo on the new forum.
What's the best way to enable Joe's bleed repo listed here: http://www.virtualmin.com/documentation/id,virtualmin_bleeding_edge_pack...
Is there a way to enable it just for PHP?
FYI, I created a vmbleed fle with the below config inside the yum.repos.d dir.
<i>
[vmbleed]
name=vmbleed RHEL/ CentOS $releasever - $basearch
baseurl=http://software.virtualmin.com/bleed/centos/5/i386/
enabled=1
gpgcheck=0</i>
Then i get this error:
<i>Loading "fastestmirror" plugin
Error getting repository data for vmbleed, repository not found</i>
Suggestions?
I think that should work. That URL seems correct to me. I'll test it, and get back to you. I'm working on an updated PHP for that repo anyway.
--
Check out the forum guidelines!
I've used up my brain power on this one, I eagerly await your findings Joe. I want to setup a Magento store and can't w/o the PHP 5.2+.
Thanks!
The following repo file worked for me to replace the stock centos 5.1.6 packages with your php-[*-]5.2.6-1.el5.vmbleed.i386.rpm packages:
[vmbleed]
name=vmbleed RHEL/ CentOS $releasever - $basearch
baseurl=http://software.virtualmin.com/bleed/centos/5/i386/
enabled=1
gpgcheck=0
includepkgs=php*
HOWEVER, since doing that I see that you have added php-[*-]5.2.8-1.el5.vmbleed.i386.rpm packages to the repo. When I run yum update, yum does not detect the new packages. It seems that the files in /bleed/centos/5/i386/repodata have not been updated to list the new packages. Is this deliberate?
<div class='quote'>HOWEVER, since doing that I see that you have added php-[*-]5.2.8-1.el5.vmbleed.i386.rpm packages to the repo. When I run yum update, yum does not detect the new packages. It seems that the files in /bleed/centos/5/i386/repodata have not been updated to list the new packages. Is this deliberate?</div>
I seem to be having a similar problem updating php 5.2.6 to 5.2.8 as well...
I suspect that was purely an oversight.
I'll shoot Joe an email to make sure that the repo data is updated ;-)
-Eric
Can you give me the settings for x64?
Thanks
Jeffrey Scott Flesher
Medically Retired Gulf War Vet
[vmbleed]
name=vmbleed RHEL/ CentOS $releasever - $basearch
baseurl=http://software.virtualmin.com/bleed/centos/5/x86_64/
enabled=1
gpgcheck=0
includepkgs=php*
Sorry for answering my own post; this is for other users that might find this.
Jeffrey Scott Flesher
Medically Retired Gulf War Vet
Thanks Eric.