Hi Geoffroy: I guess you have updated your headnode, and thus it is running the slightly newer version of php (5.0.4-10.5, as opposed to just 5.0.4-10).
Right now the yum.conf you're using (autogenerated via yume) has the following entry: [i386_os] name=os package repository baseurl=http://download.fedoraproject.org/pub/fedora/linux/core/4/i386/os This does not have any of the updates, and therefore the only php-gd RPM available will request for 5.0.4-10 (but you are running 5.0.4-10.5) and therefore causes the problem. We will likely need to add a new repository for updates - I'm not sure exactly how it works now, perhaps Erich can give us a better idea... One way around this is to manually install php-gd, by using yum install php-gd (not yume). Cheers, Bernard > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Geoffroy Vallée > Sent: Thursday, June 15, 2006 13:08 > To: [email protected] > Subject: [Oscar-devel] problem with fc4 and trunk > > Hey all, > > I have a problem with fc4: i use an online repo and i have a > problem to > install php (dependence). It seems that yum is looking for a specific > version, i have a newer version and OSCAR does not like that. :-( > > # rpmquery php > php-5.0.4-10.5 > > Logs are also in attachment. > -- > Geoffroy > _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
