Обсуждение: installing pgsql

Поиск
Список
Период
Сортировка

installing pgsql

От
stm23
Дата:
hi, i tryed to install postgresql 7.4.1 on my redhat 8.0 OS.  i got the
following error message:

[root@localhost POSTGRESQL]# rpm -i postgresql-7.4.1-1PGDG.i386.rpm
error: Failed dependencies:
        libcrypto.so.2 is needed by postgresql-7.4.1-1PGDG
        libssl.so.2 is needed by postgresql-7.4.1-1PGDG

does any1 have any advice as to how i can install pgsql successfully?
any help would be greatly appreciated
thanx, sam


Re: installing pgsql

От
Devrim GUNDUZ
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

On Tue, 24 Feb 2004, stm23 wrote:

> [root@localhost POSTGRESQL]# rpm -i postgresql-7.4.1-1PGDG.i386.rpm
> error: Failed dependencies:
>         libcrypto.so.2 is needed by postgresql-7.4.1-1PGDG
>         libssl.so.2 is needed by postgresql-7.4.1-1PGDG

Install openssl rpms using RH 8.0 cd.

Regards,

- --
Devrim GUNDUZ
devrim@gunduz.org                devrim.gunduz@linux.org.tr
            http://www.TDMSoft.com
            http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAOy0Htl86P3SPfQ4RAt/kAJ9KWBNS75rEHrMONwO8ZuAB9q/hdACeNjHb
Eb5hwNYkrvlIQlljqrMYR4s=
=bO7a
-----END PGP SIGNATURE-----


Re: installing pgsql

От
"Crombleholme, Roy"
Дата:
You need to install openssl as well if this is not already done.

If it is already installed, then your system needs to know how to find those
library files, check the man page on LDCONFIG on how to insert them into
your library path.

Roy Crombleholme
Systems/Software Engineer
ICT Services
Resources Directorate
Lancashire County Council
* Tel: 01772 5-31849
* Email:  roy.crombleholme@its.lancscc.gov.uk


-----Original Message-----
From: stm23 [mailto:STM23@student.canterbury.ac.nz]
Sent: 24 February 2004 10:44
To: pgsql-novice@postgresql.org
Subject: [NOVICE] installing pgsql


hi, i tryed to install postgresql 7.4.1 on my redhat 8.0 OS.  i got the
following error message:

[root@localhost POSTGRESQL]# rpm -i postgresql-7.4.1-1PGDG.i386.rpm
error: Failed dependencies:
        libcrypto.so.2 is needed by postgresql-7.4.1-1PGDG
        libssl.so.2 is needed by postgresql-7.4.1-1PGDG

does any1 have any advice as to how i can install pgsql successfully?
any help would be greatly appreciated
thanx, sam


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


********************
This e-mail contains information intended for the addressee only.
It may be confidential and may be the subject of legal and/or professional privilege.
If you are not the addressee you are not authorised to disseminate, distribute, copy or use this e-mail or any
attachmentto it 
The content may be personal or contain personal opinions and unless specifically stated or followed up in writing, the
contentcannot be taken to form a contract or to be an expression of the County Council's position. 
LCC reserves the right to monitor all incoming and outgoing email
LCC has taken reasonable steps to ensure that outgoing communications do not contain  malicious software and it is your
responsibilityto carry out any checks on this email before accepting the email and opening attachments. 
********************


Re: installing pgsql

От
Tom Lane
Дата:
"Crombleholme, Roy" <Roy.Crombleholme@its.lancscc.gov.uk> writes:
> You need to install openssl as well if this is not already done.

It's also possible that he has libcrypto/libssl but they are not the
same version wanted by the Postgres RPM.  In that case the best approach
is to get the Postgres source RPM and rebuild it locally (producing a
custom binary RPM that depends on exactly the versions you have).  The
other way would be to update the libcrypto/libssl install to version
2.0, but that would likely break other stuff.

            regards, tom lane