What I did was, I had the remi repo installed, and and installed mysql-server, mysql, libmysql, and many php-*, like php-pdo,php-mysql etc. So I wanted to revert to the base repo for these. So I removed the remi repo. And uninstalled all of theses packages, and reinstalled them using the yum coming from the base repo.
Hi again,Last time I ended up using the remi repo, it's working great. My php packages are the php53 ones from the CentOS-5 - Base repo (including php-pear 1:1.4.9-8.el5 ).
I think the IUS repo (google: "IUS Repo") has python31 packages. [by TrevorH]
I installed php 5.3.13 x64 from the remi repo on a CentoOS 5.6 server. It runs fine but using the apache2hanndler. I want to run it with php-fpm. So, I installed php-fpm but it doesn't work. I have always enabled the apache2handler and my phpinfo() shows that the php isn't configured with
--with-fpm
what should I do?
I have been using Fedora 11 for awhile now & would like to upgrade to Fedora 12.
But where in the repo's do you change from 11 to 12.
Example: When you change the repo's in Ubuntu or Debian its fairly easy because you just change the name or number of the distro in repo file. But fedora repo's are a bit harder to understand's.
Add a line to the atomic repo file which says
include=the,list,of,packages,from,atomic,you,want,to,install
and that wi... [by TrevorH]
The second of Gerald's links provides the rationale as to why the version numbers do not change. As it say in that link, the Upstream Vendor backports all security fixes from the current code ... [by TrevorH]
Synaptic has complained about the multimedia repo for some time now and when I try to install something from this repo I get a bunch of error messages.I have tried to re-attach to this repo and I have tried other mirrors -- to no avail so far.I have poked around in the archives of our various fora. I must be doing something wrong because I find nothing of value on this.Any leads?/Martin
I have a system that receives files from clients using svn, and we keep track of revision ID in one of our databases. every year we clear the svn repo, and create new repo as it gets very large size.
now how can i preserve the revision id when i create new repo. in other words my repo for this year will reach 20000 revisions.