[CentOS] Migrate CentOS 3 to 4 to 5?

2007-10-25 Thread David Christopher Zentgraf
Hi, After the previous debacle with PHP and MySQL it has been decided that we think about an upgrade from CentOS 3 to 5, since that would solve our problem, if successful. I tried finding information on how to best attempt this, but thanks to a plethora of contradictory information my hea

Re: [CentOS] Upgrading PHP + MySQL on CentOS 3

2007-10-24 Thread David Christopher Zentgraf
On 24. Oct 2007, at 11:38, Akemi Yagi wrote: Not a CentOS page, but may provide you with some info: http://fedoraproject.org/wiki/PackageMaintainers/MockTricks Hmm, okay, so far so good. But how to I best get mock? It's not in CentOS 3's yum as far as I can see, and that's about the only i

Re: [CentOS] Upgrading PHP + MySQL on CentOS 3

2007-10-23 Thread David Christopher Zentgraf
On 24. Oct 2007, at 5:32, Kai Schaetzl wrote: And what dependency does ldd show now? I think what Johnny proposed should you help out of this. Same dependencies as before. I'll look at mock as suggested. Since I've never used it before, would you mind elaborating a bit what it'll do for me?

Re: [CentOS] Upgrading PHP + MySQL on CentOS 3

2007-10-23 Thread David Christopher Zentgraf
On 23. Oct 2007, at 21:15, Kai Schaetzl wrote: Well, the problem is that you have several client libraries on the machine. AFAIK there is no way to specify a specific version of it, so you have to move the others out of the way when you build (by renaming). Later you can put them back. I

Re: [CentOS] Upgrading PHP + MySQL on CentOS 3

2007-10-23 Thread David Christopher Zentgraf
On 23. Oct 2007, at 21:15, Kai Schaetzl wrote: Well, the problem is that you have several client libraries on the machine. AFAIK there is no way to specify a specific version of it, so you have to move the others out of the way when you build (by renaming). Later you can put them back. I

Re: [CentOS] Upgrading PHP + MySQL on CentOS 3

2007-10-23 Thread David Christopher Zentgraf
On 23. Oct 2007, at 18:07, Johnny Hughes wrote: If you compile it on a machine that has only mysql-5.x and mysql-devel-5.x on it, it should then link against the proper files. Hopefully you are making RPMS and not doing installs from source. I was tempted there for a second, but no, I'm usin

Re: [CentOS] Upgrading PHP + MySQL on CentOS 3

2007-10-23 Thread David Christopher Zentgraf
On 23. Oct 2007, at 19:32, Kai Schaetzl wrote: Have you tried renaming libmysqlclient.so.10? Also, are you sure that it is libmysqlclient.so.10 that is getting used and not the client coming with PHP? If I remember correctly PHP (at least before 5) links against a client library that comes