I'm not sure what the problem is here. I asked a simple question. If I did not give enough or gave the the wrong information, a simple message to that end would have been good. I don't have a bunch of letters behind my name. I am almost entirely self taught. I started with Linux in 1995 on an old slackware server a very knowledgeable man built for me and was my remote lifeline for the first couple of years. Since then I have built and ran probably 15 Internet servers ranging from old slackware stuff to Redhat. I just retired my last Redhat 9 server a while ago. I currently have in service Gentoo, Fedora, CentOS and a Cacti Monitoring server that I can't remember the flavor of Linux they built it on. When I get a problem I don't know what to do, I Google or go to one of my many bookmarked sites. Or, I ask someone if all else fails.
So, I was designing a Web Site and one of the scripts didn't work. Looking at the error logs and googling the error led me to determine my PHP needed an upgrade and even listed a painless way to do it. However, it didn't work because of a missing dependency. I had not found the answer about to how to fix the dependency problem and, I had joined this list about a week ago. I have been very impressed with the quality of most of the posts so I thought I would ask here.
I am not really interested if the version of PHP came bundled with 4.8 or not. It seems it didn't. I probably upgraded it to fix another error I was getting. I thought I had given all the relative information with my first question. Sorry for bothering you.
Terry
----- Original Message ----- From: "Kai Schaetzl" maillists@conactive.com To: centos@centos.org Sent: Saturday, January 22, 2011 2:31 PM Subject: Re: [CentOS] Missing Dependency
Karanbir Singh wrote on Sat, 22 Jan 2011 16:29:42 +0000:
Quite an irrelevant point Kai, its shipped in the centosplus repo[1] and this is the centos list, making this the perfect place to bring up the issue.
Karanbir, you are in the wrong thread. I didn't question the location for the topic, I questioned the quality of information.
Kai
-- Get your web at Conactive Internet Services: http://www.conactive.com
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sat, 2011-01-22 at 17:07 -0700, Terry Hickey wrote:
It't as simple as this Terry: This is under CentOS 5 from EPEL so they may have it for CentOS4
[ethan@midnight ~]$ yum whatprovides */libt1.so.5 --enablerepo=*epel Loaded plugins: fastestmirror epel | 3.7 kB 00:00 epel/primary_db | 3.5 MB 00:21 Excluding Packages in global exclude list Finished epel/filelists_db | 4.9 MB 00:30 t1lib-5.1.1-7.el5.i386 : PostScript Type 1 font rasterizer Repo : epel Matched from: Filename : /usr/lib/libt1.so.5
Also:
http://www.google.com/search?hl=en&biw=1440&bih=694& \ q=libt1.so.5&aq=f&aqi=&aql=&oq=
t1lib-5.1.1-7.el5.x86_64 : PostScript Type 1 font rasterizer Repo : epel Matched from: Filename : /usr/lib64/libt1.so.5
John
Still, nobody knows (probably including yourself) to *which* php packages you are upgrading. They are not from centos and not from centosplus. Your problems stems from the fact that you are upgrading to packages that require a certain dependency that other php packages normally do not require. It's like buying a car that is fueled with Diesel. I'm pretty sure you would take utmost care to fuel only Diesel in the future. You cannot just install repo after repo and not care about it.
I suggest you read this *very* carefully:
http://wiki.centos.org/PackageManagement/Yum http://wiki.centos.org/PackageManagement/Yum/Priorities http://wiki.centos.org/AdditionalResources/Repositories
Kai