Re: How to install pgAgent

From: "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com>
To: "Dave Page" <dpage(at)postgresql(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: How to install pgAgent
Date: 2006-11-27 13:37:03
Message-ID: 55c095e90611270537i535080faq627eeeefafce6c5b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I was more confident when the openssl was installed ok but the problem still
be having.

See my work:

[root(at)linux1 bin]# yum install openssl
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for openssl to pack into transaction set.
openssl-0.9.7a-43.14.i686 100% |=========================| 28 kB 00:00
---> Package openssl.i686 0:0.9.7a-43.14 set to be updated
--> Running transaction check
--> Processing Dependency: openssl = 0.9.7a-43.8 for package: openssl-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for openssl-devel to pack into transaction set.
openssl-devel-0.9.7a-43.1 100% |=========================| 126 kB 00:01
---> Package openssl-devel.i586 0:0.9.7a-43.14 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
openssl i686 0.9.7a-43.14 update 1.1 M
Updating for dependencies:
openssl-devel i586 0.9.7a-43.14 update 1.6 M

Transaction Summary
=============================================================================
Install 0 Package(s)
Update 2 Package(s)
Remove 0 Package(s)
Total download size: 2.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): openssl-0.9.7a-43. 100% |=========================| 1.1 MB 00:13
(2/2): openssl-devel-0.9. 100% |=========================| 1.6 MB 00:20
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : openssl ######################### [1/4]
Updating : openssl-devel ######################### [2/4]
Cleanup : openssl ######################### [3/4]
Cleanup : openssl-devel ######################### [4/4]

Updated: openssl.i686 0:0.9.7a-43.14
Dependency Updated: openssl-devel.i586 0:0.9.7a-43.14
Complete!
[root(at)linux1 bin]# ./pgagent
./pgagent: error while loading shared libraries: libssl.so.0: cannot open
shared object file: No such file or directory

Should I reboot my system ? (it is a windows feature don't is ? hehehehehe)

Regards
Ezequias

2006/11/27, Dave Page <dpage(at)postgresql(dot)org>:
>
> Ezequias Rodrigues da Rocha wrote:
> > I just copied it to /usr/bin
> >
> > here what I did:
> >
> > [root(at)linux1 bin]# chmod 755 pgagent
> > [root(at)linux1 bin]# ./pgagent
> > ./pgagent: error while loading shared libraries: libssl.so.0: cannot
> > open shared object file: No such file or directory
> > [root(at)linux1 bin]#
> >
> > Did I something wrong ?
>
> You need to install that library from whatever RPM on your OS includes
> it. As it's part of OpenSSL, it shouldn't be hard to find.
>
> Regards, Dave
>

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-11-27 13:43:01 Re: How to install pgAgent
Previous Message Dave Page 2006-11-27 13:30:14 Re: How to install pgAgent