Link to home
Start Free TrialLog in
Avatar of mark_dh
mark_dh

asked on

Installing php 5 with apache support under SUSE 10

Hello all,

I've been having a terrible time upgrading my version of php (4 to 5) on my suse 10 box. First I can't find an RPM site that has all the rpms to do this under YaST frankly I'm not that used to using Yast or SUSE. Anyone have any ideas?
ASKER CERTIFIED SOLUTION
Avatar of makhan
makhan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The problem that you will have is one of dependencies. You will need to upgrade all the php rpms at once!

in order to do that, you will need to:

rpm - UvF <rpm name1> <rpm name2> <rpm name3> etc

Add additional rpms to the end of this list as you find additional dependencies. These will be reported when you try the above.

HTH:)