![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| upgrading packages | melanie_pfefer | Linux | 3 | 05-08-2008 07:12 AM |
| upgrading from solaries 9 to 10 | mokkan | SUN Solaris | 1 | 08-08-2007 09:02 AM |
| Upgrading SSH | run_time_error | SUN Solaris | 0 | 01-22-2007 10:24 PM |
| Upgrading from 5.1.0.0 to 5.2.0.0 | Target | AIX | 5 | 10-30-2006 06:41 PM |
| Upgrading Redhat 7.1 --> 7.2 | Ozzy20 | UNIX for Dummies Questions & Answers | 2 | 01-30-2002 09:07 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Upgrading to PHP 4.3.4 from 4.2.2
ok im trying to upgrade but i keep geting an error and 1 says it ned the other to install but nethere will install heres what im getting now though
Quote:
|
| Forum Sponsor | ||
|
|
|
||||
|
Try upgrading the other required packages at the same time. For example:
rpm -Uvh php-4.3.4-art.rh9.1.i386.rpm php-imap-4.3.4.rpm php-ldap-4.3.4.rpm ... <etc> (Actual file names may differ, I didn't check them) Alternately, install apt4rpm (http://apt4rpm.sourceforge.net/) and it will handle all this for you automatically. |
|
|||
|
ok getting closer this iswhat i got
rpm -Uvf php-4.3.4-art.rh9.1.i386.rpm php-imap-4.3.4-art.rh9.1.i386.rpm php-ldap-4.3.4-art.rh9.1.i386.rpm php-manual-4.3.4-art.rh9.1.i386.rpm php-mysql-4.3.4-art.rh9.1.i386.rpm php-pgsql-4.3.4-art.rh9.1.i386.rpm MySQL-shared-4.0.16-art.rh9.1.i386.rpm Preparing packages for installation... php-4.3.4-art.rh9.1 warning: /etc/php.ini created as /etc/php.ini.rpmnew MySQL-shared-4.0.16-art.rh9.1 php-imap-4.3.4-art.rh9.1 php-ldap-4.3.4-art.rh9.1 php-manual-4.3.4-art.rh9.1 php-mysql-4.3.4-art.rh9.1 php-pgsql-4.3.4-art.rh9.1 but its still showing the old vertion what else can i do... |