Re: installing pgsql

Поиск
Список
Период
Сортировка
От joseph speigle
Тема Re: installing pgsql
Дата
Msg-id 20040228164955.GA19343@www.sirfsup.com
обсуждение исходный текст
Ответ на installing pgsql  (stm23 <STM23@student.canterbury.ac.nz>)
Список pgsql-novice
On Sat, Feb 28, 2004 at 02:14:56PM +1300, stm23 wrote:
> hi, thanx for yr previous advice.  i have found that i do have openssl
> (0.9.7a) installed.  could any1 help advise me how to get my system to find
> these files (libcrypto.so.2 & libssl.so.2).  i have looked at the LDCONFIG man
> page but are still unsure what i need to alter.  to alter my library path what
> file do i need to modify?  perhaps then i could send u my current library path
> details, & u might be able to see what is missing.
> thanx, sam
>
> >===== Original Message From stm23 <STM23@student.canterbury.ac.nz> =====
> >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


These error messages don't mean that it can't find the libraries but that it needs to have those rpms installed; the
rpmwhen it tries to install itself checks the rpm-database for existence of necessary rpms, and if it doesn't see that,
itdoesn't attempt the install.   Even if you have those libraries installed like from tarball, it will refuse to build.
There are some rpm options like --force which will build without the dependent rpms being there, and it will succeed,
ifthe libraries on there in an available place.   Or, you could install those libraries from rpms. 


joe
--
speigle
www.sirfsup.com

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: installing pgsql
Следующее
От: someone@arbitrary.org (Joseph)
Дата:
Сообщение: pg_dumpall and convert from LATIN1 to UTF-8?