Re: [PHP-DB] any php/Linux gurus out there?

2002-03-05 Thread Jim Lucas [php]

I being a person that is working with both RH 7.0 & 7.1 would not recommend
forcing an upgrade.

I did that when I attempted to upgrade to 7.2 and wanted to try a few new
things that didn't come with the install.  I ended up having to reinstall
the entire OS.

So, make the effort and upgrade all the deps also.  it will be worth it in
the long run.

Jim Lucas
- Original Message -
From: "Jason Wong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 04, 2002 8:18 PM
Subject: Re: [PHP-DB] any php/Linux gurus out there?


> On Tuesday 05 March 2002 07:52, Peter Lovatt wrote:
> > Hi
> >
> > I am running the security upgrade and am getting the following error
when I
> > run the RPM
> > The install is RH 7.0 and was pre-installed. I had assumed that the RPMs
> > from Redhat would match the pre installed version, as it was standard.
> >
> > I am a humble programmer (and part time sys admin!), rather than a
Linux/RH
> > guru, so would appreciate some advice. What is the best way to deal with
> > this ?
> >
> >
> > error: failed dependencies:
> > libcrypto.so.1 is needed by php-4.0.6-9.7.0
> > libmm.so.11 is needed by php-4.0.6-9.7.0
> > libssl.so.1 is needed by php-4.0.6-9.7.0
> > libcrypto.so.1 is needed by php-imap-4.0.6-9.7.0
> >
>
> Have you followed the instructions given on the RH website? Most upgrades
are
> performed using:
>
>   rpm -Uvh xxx.rpm
>
> or
>
>   rpm -Fvh xxx.rpm
>
>
>
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
>
> /*
> "I'd love to go out with you, but I'm doing door-to-door collecting for
static
> cling."
> */
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] any php/Linux gurus out there?

2002-03-04 Thread Jason Wong

On Tuesday 05 March 2002 07:52, Peter Lovatt wrote:
> Hi
>
> I am running the security upgrade and am getting the following error when I
> run the RPM
> The install is RH 7.0 and was pre-installed. I had assumed that the RPMs
> from Redhat would match the pre installed version, as it was standard.
>
> I am a humble programmer (and part time sys admin!), rather than a Linux/RH
> guru, so would appreciate some advice. What is the best way to deal with
> this ?
>
>
> error: failed dependencies:
> libcrypto.so.1 is needed by php-4.0.6-9.7.0
> libmm.so.11 is needed by php-4.0.6-9.7.0
> libssl.so.1 is needed by php-4.0.6-9.7.0
> libcrypto.so.1 is needed by php-imap-4.0.6-9.7.0
>

Have you followed the instructions given on the RH website? Most upgrades are 
performed using:

  rpm -Uvh xxx.rpm

or

  rpm -Fvh xxx.rpm




-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
"I'd love to go out with you, but I'm doing door-to-door collecting for static
cling."
*/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] any php/Linux gurus out there?

2002-03-04 Thread Ken Thompson

On Monday 04 March 2002 05:54 pm, Pedro M. S. Oliveira wrote:
> you could complile the hole program instead of the rpm, just read
> README.install from the php source tar file.
> or you can install the other rpms that are lacking.
> or even so, not such a good ideia, but you can force the installationg
> using the command
> rpm -i --nodeps php
> or
> rpm -U --nodeps phpxxx
>
> - Original Message -
> From: "Peter Lovatt" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 04, 2002 11:52 PM
> Subject: [PHP-DB] any php/Linux gurus out there?
>
> > Hi
> >
> > I am running the security upgrade and am getting the following error when
>
> I
>
> > run the RPM
> > The install is RH 7.0 and was pre-installed. I had assumed that the RPMs
> > from Redhat would match the pre installed version, as it was standard.
> >
> > I am a humble programmer (and part time sys admin!), rather than a
>
> Linux/RH
>
> > guru, so would appreciate some advice. What is the best way to deal with
> > this ?
> >
> >
> > error: failed dependencies:
> > libcrypto.so.1 is needed by php-4.0.6-9.7.0
> > libmm.so.11 is needed by php-4.0.6-9.7.0
> > libssl.so.1 is needed by php-4.0.6-9.7.0
> > libcrypto.so.1 is needed by php-imap-4.0.6-9.7.0
   
Go to www.rpmfind.net and search for the dependent library's .
Use rpm -ivh to install along side any others of a different release version 
and you should make out OK.
> >
> >
> > ---
> > Excellence in internet and open source software
> > ---
> > Sunmaia
> > www.sunmaia.net
> > [EMAIL PROTECTED]
> > tel. 0121-242-1473
> > ---
> >
> > sql table
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php

-- 


Ken Thompson, North West Antique Autos
Payette, Idaho
Email: [EMAIL PROTECTED]
http://www.nwaa.com
Sales and brokering of antique autos and parts.

Linux- Coming Soon To A Desktop Near You
Registered Linux User #183936

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] any php/Linux gurus out there?

2002-03-04 Thread Dan Brunner

Hello!!

First uninstall your old version of php(php-4.0.6-9.7.0)

Then install the new RPM

If you're using the Red Hat update thingy...

Or download the source and recompile it!!




Dan



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Monday, March 04, 2002 5:53 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] any php/Linux gurus out there?

Hi

I am running the security upgrade and am getting the following error
when I
run the RPM
The install is RH 7.0 and was pre-installed. I had assumed that the RPMs
from Redhat would match the pre installed version, as it was standard.

I am a humble programmer (and part time sys admin!), rather than a
Linux/RH
guru, so would appreciate some advice. What is the best way to deal with
this ?


error: failed dependencies:
libcrypto.so.1 is needed by php-4.0.6-9.7.0
libmm.so.11 is needed by php-4.0.6-9.7.0
libssl.so.1 is needed by php-4.0.6-9.7.0
libcrypto.so.1 is needed by php-imap-4.0.6-9.7.0



---
Excellence in internet and open source software
---
Sunmaia
www.sunmaia.net
[EMAIL PROTECTED]
tel. 0121-242-1473
---

sql table


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] any php/Linux gurus out there?

2002-03-04 Thread Pedro M. S. Oliveira

you could complile the hole program instead of the rpm, just read
README.install from the php source tar file.
or you can install the other rpms that are lacking.
or even so, not such a good ideia, but you can force the installationg
using the command
rpm -i --nodeps php
or
rpm -U --nodeps phpxxx

- Original Message -
From: "Peter Lovatt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 04, 2002 11:52 PM
Subject: [PHP-DB] any php/Linux gurus out there?


> Hi
>
> I am running the security upgrade and am getting the following error when
I
> run the RPM
> The install is RH 7.0 and was pre-installed. I had assumed that the RPMs
> from Redhat would match the pre installed version, as it was standard.
>
> I am a humble programmer (and part time sys admin!), rather than a
Linux/RH
> guru, so would appreciate some advice. What is the best way to deal with
> this ?
>
>
> error: failed dependencies:
> libcrypto.so.1 is needed by php-4.0.6-9.7.0
> libmm.so.11 is needed by php-4.0.6-9.7.0
> libssl.so.1 is needed by php-4.0.6-9.7.0
> libcrypto.so.1 is needed by php-imap-4.0.6-9.7.0
>
>
>
> ---
> Excellence in internet and open source software
> ---
> Sunmaia
> www.sunmaia.net
> [EMAIL PROTECTED]
> tel. 0121-242-1473
> ---
>
> sql table
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php