Hi Simon!
Simon Maycock wrote:
> [root@charlie Package Update]# rpm -Uvh mod_php3-pgsql-3.0.9-1.i386.rpm
> error: failed dependencies:
> libpq.so.2.0 is needed by mod_php3-pgsql-3.0.9-1
>
This means that you have to first update tha package libpq.so.2.0 before you
can update mod_php3-pgsql-3.0.9-1.i386.rpm. Just du this first. If you get a
similar message when doing this, the try to install the package given by the
error message, and so on.
>
> [root@charlie Package Update]# rpm -U rpm-3.0.2-6.0.i386.rpm
> package rpm-3.0.2-6.0 is already installed
> [root@charlie Package Update]# rpm -U rpm-devel-3.0.2-6.0.i386.rpm
> error: failed dependencies:
> popt is needed by rpm-devel-3.0.2-6.0
>
Same as above. Update popt first.
Good luck,
JLT