Re: How to install pgAgent

From: Dave Page <dpage(at)postgresql(dot)org>
To: Ezequias Rodrigues da Rocha <ezequias(dot)rocha(at)gmail(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: How to install pgAgent
Date: 2006-11-27 13:58:16
Message-ID: 456AEEF8.4020404@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ezequias Rodrigues da Rocha wrote:
> I have all those:
>
> [root(at)linux1 bin]# updatedb
> [root(at)linux1 bin]# locate libssl.so.0
> /work/vmware/vmware-distrib/lib/lib/libssl.so.0.9.7
> /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/libssl.so.0.9.6
> /usr/local/Adobe/Acrobat7.0/Reader/intellinux/lib/libssl.so.0
> /usr/local/vmware/lib/lib/libssl.so.0.9.7
> /lib/libssl.so.0.9.7a
> [root(at)linux1 bin]#
>
> Strange that doesn't appear neither /etc... nor <ssl-dir>/...

I owuldn't expect to see it in /etc, it's a library.

> What folder do you recommend ?

/lib

That should already be in /etc/ld.so.conf though. You might need to
create a symlink (libssl.so.0 -> libssl.so.0.9.7a) and then run ldconfig
again.

Regard,s Dave

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-11-28 09:36:10 SVN Commit by dpage: r5697 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/schema
Previous Message Dave Page 2006-11-27 13:43:01 Re: How to install pgAgent