| drbair | alleycat: thanks |
| Chrisx1 | Hey, how do i install most compilers needed? is there a group i can yum install? Hello? |
| alleycat | Chrisx1: yum grouplist |
| range | Chrisx1: Yes, there is a group you can groupinstall with yum. |
| Chrisx1 | what would i type to install all the compliers needed i mean i cant compile BX :x |
| range | Which one would you choose when you look at "yum grouplist"? |
| natea | hello, i upgraded my server using " yum --enablerepo=centosplus upgrade php*" which proceeded to upgrade not only php4 to php5, but also mysql4 to mysql5 now my wordpress blog is broken, and plesk is complaining about missing the database can i keep php5 but revert back to mysql4? |
| alleycat | natea: most probably php-mysql from centos plus requires mysql 5 |
| Chrisx1 | range: Development Tools |
| range | Chrisx1: Then yum groupinstall those :) You need to escape the space in there. |
| Chrisx1 | How? \ ? |
| alleycat | range: you bad boy! you force people to think ! |
| natea | alleycat: so php5 is dependent on mysql5? is it possible remove a package using yum, without removing all the packages that depend on it? |
| alleycat | natea: try " rpm -q --whatrequires" on php-mysqll if it says anything about mysql5... |
| Chrisx1 | damnit :| do i need ALL thses *These |
| alleycat | or is it "rpm -q --requires" ? I never retain the correct one ... |
| natea | rpm -q --whatrequires php-mysql psa-7.5.4-rhel4.build75050824.12 psa-horde-3.0.5-rhel4.build75050824.12 |
| alleycat | and never remember |
| natea | using "requires" spits out a whole bunch of packages |
| range | Chrisx1: Probably not. Yes, it is php-mysql requiring libmysqlclient.so.15 |
| alleycat | natea: rpm -q --requires php-mysql|grep mysql |
| natea | config(php-mysql) = 5.1.6-1.2.1.centos |