Re: pgagent 3.0.1

Lists: pgadmin-support
From: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
To: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: pgagent 3.0.1
Date: 2010-01-04 08:29:44
Message-ID: 1262593784.27849.17.camel@Dell_Inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Hello everybody,

I wish you an appear new year.
I run on mandriva 2009.0 and I hav a problem with the installation.
I installed pgagent by compiling and as I try to run the agent I have
this message :
"/usr/bin/pgagent: error while loading shared libraries: libssl.so.0:
cannot open shared object file: No such file or directory"
I surch into my repositories and didn't find such a file.
Is it normal, Have I a problem with my install?

A little help on this would be appreciate,

Best regards


From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 08:39:47
Message-ID: 8cf965d31001040039n6476354ax1b1ff5399ccfa81b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

How did you install pgagent?

--
Ashesh Vashi
EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>

On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr> wrote:

> Hello everybody,
>
> I wish you an appear new year.
> I run on mandriva 2009.0 and I hav a problem with the installation.
> I installed pgagent by compiling and as I try to run the agent I have this
> message :
> "/usr/bin/pgagent: error while loading shared libraries: libssl.so.0:
> cannot open shared object file: No such file or directory"
> I surch into my repositories and didn't find such a file.
> Is it normal, Have I a problem with my install?
>
> A little help on this would be appreciate,
>
> Best regards
>
>


From: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 09:16:52
Message-ID: 1262596612.27849.24.camel@Dell_Inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Actually,

I retried to install the pgagent and I have this problem in config :
CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
The selected wxWidgets configuration (version: 2.8, debug: no,
static: yes,
unicode: yes, modules: base) is not available.
Call Stack (most recent call first):
CMakeLists.txt:91 (FIND_PACKAGE)

I browsed some forums or archives and I tried to comment some lines that
are supposed to cause problems.
I also tried to install wxWidgets unsuccessfully

Le lundi 04 janvier 2010 à 14:09 +0530, Ashesh Vashi a écrit :

> How did you install pgagent?
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company
>
>
> On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Hello everybody,
>
> I wish you an appear new year.
> I run on mandriva 2009.0 and I hav a problem with the
> installation.
> I installed pgagent by compiling and as I try to run the agent
> I have this message :
> "/usr/bin/pgagent: error while loading shared libraries:
> libssl.so.0: cannot open shared object file: No such file or
> directory"
> I surch into my repositories and didn't find such a file.
> Is it normal, Have I a problem with my install?
>
> A little help on this would be appreciate,
>
> Best regards
>
>
>
>


From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 09:18:26
Message-ID: 8cf965d31001040118r1b5db0c5o51178a530c67d8f1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

The actual problem is - there're some libraries are not available on your
system or not in ldconfig.
You can use 'ldd' utility of linux to check the dependent libraries of an
executable/library.

On Mon, Jan 4, 2010 at 2:46 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr> wrote:

> Actually,
>
> I retried to install the pgagent and I have this problem in config :
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug: no, static:
> yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
> I browsed some forums or archives and I tried to comment some lines that
> are supposed to cause problems.
> I also tried to install wxWidgets unsuccessfully
>
>
> Le lundi 04 janvier 2010 à 14:09 +0530, Ashesh Vashi a écrit :
>
> How did you install pgagent?
>
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>
>
> On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Hello everybody,
>
> I wish you an appear new year.
> I run on mandriva 2009.0 and I hav a problem with the installation.
> I installed pgagent by compiling and as I try to run the agent I have this
> message :
> "/usr/bin/pgagent: error while loading shared libraries: libssl.so.0:
> cannot open shared object file: No such file or directory"
> I surch into my repositories and didn't find such a file.
> Is it normal, Have I a problem with my install?
>
> A little help on this would be appreciate,
>
> Best regards
>
>
>
>


From: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 09:35:46
Message-ID: 1262597746.27849.31.camel@Dell_Inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Thanks for the info.

I ran this command
ldd -v /usr/bin/pgagent
linux-gate.so.1 => (0xffffe000)
libssl.so.0 => not found
libcrypto.so.0 => not found
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb776b000)
libz.so.1 => /lib/libz.so.1 (0xb7757000)
libdl.so.2 => /lib/libdl.so.2 (0xb7753000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7661000)
libm.so.6 => /lib/i686/libm.so.6 (0xb763b000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb762d000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7615000)
libc.so.6 => /lib/i686/libc.so.6 (0xb74c7000)
/lib/ld-linux.so.2 (0xb77d9000)

I searched in my repositories but unfortunately I didn't found a match
result for those file.

I found libssl.so.0.9.8 and libcrypto.so.0. How can I do to replace the
missing libraries by those I found?

By the way I receive your email in 2 exemplaries.

Best regards

Le lundi 04 janvier 2010 à 14:48 +0530, Ashesh Vashi a écrit :

> The actual problem is - there're some libraries are not available on
> your system or not in ldconfig.
> You can use 'ldd' utility of linux to check the dependent libraries of
> an executable/library.
>
>
>
> On Mon, Jan 4, 2010 at 2:46 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Actually,
>
> I retried to install the pgagent and I have this problem in
> config :
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug:
> no, static: yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
> I browsed some forums or archives and I tried to comment some
> lines that are supposed to cause problems.
> I also tried to install wxWidgets unsuccessfully
>
>
>
>
> Le lundi 04 janvier 2010 à 14:09 +0530, Ashesh Vashi a écrit :
>
> >
> > How did you install pgagent?
> >
> >
> >
> >
> > --
> > Ashesh Vashi
> > EnterpriseDB INDIA - Enterprise Postgres Company
> >
> >
>
> > On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS
> > <mailinglist(at)tdeo(dot)fr> wrote:
> >
> > Hello everybody,
> >
> > I wish you an appear new year.
> > I run on mandriva 2009.0 and I hav a problem with
> > the installation.
> > I installed pgagent by compiling and as I try to run
> > the agent I have this message :
> > "/usr/bin/pgagent: error while loading shared
> > libraries: libssl.so.0: cannot open shared object
> > file: No such file or directory"
> > I surch into my repositories and didn't find such a
> > file.
> > Is it normal, Have I a problem with my install?
> >
> > A little help on this would be appreciate,
> >
> > Best regards
> >
> >
> >
> >
>
>


From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 09:38:45
Message-ID: 8cf965d31001040138qa5a7ab5k6df5acae7bf15996@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Hi,

Please install openssl on your system, it should resolve the issue.

--
Ashesh Vashi
EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>

On Mon, Jan 4, 2010 at 3:05 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr> wrote:

> Thanks for the info.
>
> I ran this command
> ldd -v /usr/bin/pgagent
> linux-gate.so.1 => (0xffffe000)
> libssl.so.0 => not found
> libcrypto.so.0 => not found
> libcrypt.so.1 => /lib/libcrypt.so.1 (0xb776b000)
> libz.so.1 => /lib/libz.so.1 (0xb7757000)
> libdl.so.2 => /lib/libdl.so.2 (0xb7753000)
> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7661000)
> libm.so.6 => /lib/i686/libm.so.6 (0xb763b000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb762d000)
> libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7615000)
> libc.so.6 => /lib/i686/libc.so.6 (0xb74c7000)
> /lib/ld-linux.so.2 (0xb77d9000)
>
> I searched in my repositories but unfortunately I didn't found a match
> result for those file.
>
> I found libssl.so.0.9.8 and libcrypto.so.0. How can I do to replace the
> missing libraries by those I found?
>
> By the way I receive your email in 2 exemplaries.
>
> Best regards
>
>
> Le lundi 04 janvier 2010 à 14:48 +0530, Ashesh Vashi a écrit :
>
> The actual problem is - there're some libraries are not available on your
> system or not in ldconfig.
> You can use 'ldd' utility of linux to check the dependent libraries of an
> executable/library.
>
>
> On Mon, Jan 4, 2010 at 2:46 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Actually,
>
> I retried to install the pgagent and I have this problem in config :
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug: no, static:
> yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
> I browsed some forums or archives and I tried to comment some lines that
> are supposed to cause problems.
> I also tried to install wxWidgets unsuccessfully
>
>
>
>
> Le lundi 04 janvier 2010 à 14:09 +0530, Ashesh Vashi a écrit :
>
> How did you install pgagent?
>
>
>
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>
>
>
>
> On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Hello everybody,
>
> I wish you an appear new year.
> I run on mandriva 2009.0 and I hav a problem with the installation.
> I installed pgagent by compiling and as I try to run the agent I have this
> message :
> "/usr/bin/pgagent: error while loading shared libraries: libssl.so.0:
> cannot open shared object file: No such file or directory"
> I surch into my repositories and didn't find such a file.
> Is it normal, Have I a problem with my install?
>
> A little help on this would be appreciate,
>
> Best regards
>
>
>
>
>


From: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
To: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 09:49:52
Message-ID: 1262598592.27849.33.camel@Dell_Inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Unfortunately,

it was already installed!!

Le lundi 04 janvier 2010 à 15:08 +0530, Ashesh Vashi a écrit :

> Hi,
>
> Please install openssl on your system, it should resolve the issue.
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company
>
> On Mon, Jan 4, 2010 at 3:05 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Thanks for the info.
>
> I ran this command
> ldd -v /usr/bin/pgagent
> linux-gate.so.1 => (0xffffe000)
> libssl.so.0 => not found
> libcrypto.so.0 => not found
> libcrypt.so.1 => /lib/libcrypt.so.1 (0xb776b000)
> libz.so.1 => /lib/libz.so.1 (0xb7757000)
> libdl.so.2 => /lib/libdl.so.2 (0xb7753000)
> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7661000)
> libm.so.6 => /lib/i686/libm.so.6 (0xb763b000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb762d000)
> libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7615000)
> libc.so.6 => /lib/i686/libc.so.6 (0xb74c7000)
> /lib/ld-linux.so.2 (0xb77d9000)
>
> I searched in my repositories but unfortunately I didn't found
> a match result for those file.
>
> I found libssl.so.0.9.8 and libcrypto.so.0. How can I do to
> replace the missing libraries by those I found?
>
> By the way I receive your email in 2 exemplaries.
>
> Best regards
>
>
>
>
> Le lundi 04 janvier 2010 à 14:48 +0530, Ashesh Vashi a
> écrit :
>
>
>
> > The actual problem is - there're some libraries are not
> > available on your system or not in ldconfig.
> > You can use 'ldd' utility of linux to check the dependent
> > libraries of an executable/library.
> >
> >
> > On Mon, Jan 4, 2010 at 2:46 PM, Florent THOMAS
> > <mailinglist(at)tdeo(dot)fr> wrote:
> >
> > Actually,
> >
> > I retried to install the pgagent and I have this
> > problem in config :
> > CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> > The selected wxWidgets configuration (version:
> > 2.8, debug: no, static: yes,
> > unicode: yes, modules: base) is not available.
> > Call Stack (most recent call first):
> > CMakeLists.txt:91 (FIND_PACKAGE)
> >
> > I browsed some forums or archives and I tried to
> > comment some lines that are supposed to cause
> > problems.
> > I also tried to install wxWidgets unsuccessfully
> >
> >
> >
> >
> >
> > Le lundi 04 janvier 2010 à 14:09 +0530, Ashesh Vashi
> > a écrit :
> >
> >
> > > How did you install pgagent?
> > >
> > >
> > >
> > > --
> > > Ashesh Vashi
> > > EnterpriseDB INDIA - Enterprise Postgres Company
> > >
> > >
> >
> >
> >
> > > On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS
> > > <mailinglist(at)tdeo(dot)fr> wrote:
> > >
> > > Hello everybody,
> > >
> > > I wish you an appear new year.
> > > I run on mandriva 2009.0 and I hav a
> > > problem with the installation.
> > > I installed pgagent by compiling and as I
> > > try to run the agent I have this
> > > message :
> > > "/usr/bin/pgagent: error while loading
> > > shared libraries: libssl.so.0: cannot open
> > > shared object file: No such file or
> > > directory"
> > > I surch into my repositories and didn't
> > > find such a file.
> > > Is it normal, Have I a problem with my
> > > install?
> > >
> > > A little help on this would be appreciate,
> > >
> > > Best regards
> > >
> > >
> > >
> > >
> >
> >
>
>


From: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
To: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 10:53:28
Message-ID: 1262602408.27849.50.camel@Dell_Inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Maybe that could come from this error :

CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
The selected wxWidgets configuration (version: 2.8, debug: no,
static: yes,
unicode: yes, modules: base) is not available.
Call Stack (most recent call first):
CMakeLists.txt:91 (FIND_PACKAGE)

Maybe you can tell me how to uninstall the pgagent and I will retry with
other references? what do you think about it

Le lundi 04 janvier 2010 à 15:22 +0530, Ashesh Vashi a écrit :

> hmm...
> Missing libraries are the only problem. :(
>
>
> On Mon, Jan 4, 2010 at 3:19 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Unfortunately,
>
> it was already installed!!
>
>
>
> Le lundi 04 janvier 2010 à 15:08 +0530, Ashesh Vashi a écrit :
>
>
>
>
> > Hi,
> >
> > Please install openssl on your system, it should resolve the
> > issue.
> >
> > --
> > Ashesh Vashi
> > EnterpriseDB INDIA - Enterprise Postgres Company
> >
> > On Mon, Jan 4, 2010 at 3:05 PM, Florent THOMAS
> > <mailinglist(at)tdeo(dot)fr> wrote:
> >
> > Thanks for the info.
> >
> > I ran this command
> > ldd -v /usr/bin/pgagent
> > linux-gate.so.1 => (0xffffe000)
> > libssl.so.0 => not found
> > libcrypto.so.0 => not found
> > libcrypt.so.1 => /lib/libcrypt.so.1 (0xb776b000)
> > libz.so.1 => /lib/libz.so.1 (0xb7757000)
> > libdl.so.2 => /lib/libdl.so.2 (0xb7753000)
> > libstdc++.so.6 => /usr/lib/libstdc++.so.6
> > (0xb7661000)
> > libm.so.6 => /lib/i686/libm.so.6 (0xb763b000)
> > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb762d000)
> > libpthread.so.0 => /lib/i686/libpthread.so.0
> > (0xb7615000)
> > libc.so.6 => /lib/i686/libc.so.6 (0xb74c7000)
> > /lib/ld-linux.so.2 (0xb77d9000)
> >
> > I searched in my repositories but unfortunately I
> > didn't found a match result for those file.
> >
> > I found libssl.so.0.9.8 and libcrypto.so.0. How can
> > I do to replace the missing libraries by those I
> > found?
> >
> > By the way I receive your email in 2 exemplaries.
> >
> > Best regards
> >
> >
> >
> >
> > Le lundi 04 janvier 2010 à 14:48 +0530, Ashesh Vashi
> > a écrit :
> >
> >
> >
> > > The actual problem is - there're some libraries
> > > are not available on your system or not in
> > > ldconfig.
> > > You can use 'ldd' utility of linux to check the
> > > dependent libraries of an executable/library.
> > >
> > >
> > > On Mon, Jan 4, 2010 at 2:46 PM, Florent THOMAS
> > > <mailinglist(at)tdeo(dot)fr> wrote:
> > >
> > > Actually,
> > >
> > > I retried to install the pgagent and I
> > > have this problem in config :
> > > CMake Error at cmake/FindWX.cmake:271
> > > (MESSAGE):
> > > The selected wxWidgets configuration
> > > (version: 2.8, debug: no, static: yes,
> > > unicode: yes, modules: base) is not
> > > available.
> > > Call Stack (most recent call first):
> > > CMakeLists.txt:91 (FIND_PACKAGE)
> > >
> > > I browsed some forums or archives and I
> > > tried to comment some lines that are
> > > supposed to cause problems.
> > > I also tried to install wxWidgets
> > > unsuccessfully
> > >
> > >
> > >
> > >
> > >
> > > Le lundi 04 janvier 2010 à 14:09 +0530,
> > > Ashesh Vashi a écrit :
> > >
> > >
> > > > How did you install pgagent?
> > > >
> > > >
> > > >
> > > > --
> > > > Ashesh Vashi
> > > > EnterpriseDB INDIA - Enterprise Postgres
> > > > Company
> > > >
> > > >
> > >
> > >
> > >
> > > > On Mon, Jan 4, 2010 at 1:59 PM, Florent
> > > > THOMAS <mailinglist(at)tdeo(dot)fr> wrote:
> > > >
> > > > Hello everybody,
> > > >
> > > > I wish you an appear new year.
> > > > I run on mandriva 2009.0 and I
> > > > hav a problem with the
> > > > installation.
> > > > I installed pgagent by compiling
> > > > and as I try to run the agent I
> > > > have this message :
> > > > "/usr/bin/pgagent: error while
> > > > loading shared libraries:
> > > > libssl.so.0: cannot open shared
> > > > object file: No such file or
> > > > directory"
> > > > I surch into my repositories and
> > > > didn't find such a file.
> > > > Is it normal, Have I a problem
> > > > with my install?
> > > >
> > > > A little help on this would be
> > > > appreciate,
> > > >
> > > > Best regards
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>


From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 11:21:50
Message-ID: 8cf965d31001040321w703a9cdo6bb3680a809ae58e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

In fact, it is not.

On Mon, Jan 4, 2010 at 4:23 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr> wrote:

> Maybe that could come from this error :
>
>
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug: no, static:
> yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
> Maybe you can tell me how to uninstall the pgagent and I will retry with
> other references? what do you think about it
>
>
> Le lundi 04 janvier 2010 à 15:22 +0530, Ashesh Vashi a écrit :
>
> hmm...
> Missing libraries are the only problem. :(
>
> On Mon, Jan 4, 2010 at 3:19 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Unfortunately,
>
> it was already installed!!
>
>
>
> Le lundi 04 janvier 2010 à 15:08 +0530, Ashesh Vashi a écrit :
>
>
>
> Hi,
>
> Please install openssl on your system, it should resolve the issue.
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>
>
> On Mon, Jan 4, 2010 at 3:05 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Thanks for the info.
>
> I ran this command
> ldd -v /usr/bin/pgagent
> linux-gate.so.1 => (0xffffe000)
> libssl.so.0 => not found
> libcrypto.so.0 => not found
> libcrypt.so.1 => /lib/libcrypt.so.1 (0xb776b000)
> libz.so.1 => /lib/libz.so.1 (0xb7757000)
> libdl.so.2 => /lib/libdl.so.2 (0xb7753000)
> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7661000)
> libm.so.6 => /lib/i686/libm.so.6 (0xb763b000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb762d000)
> libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7615000)
> libc.so.6 => /lib/i686/libc.so.6 (0xb74c7000)
> /lib/ld-linux.so.2 (0xb77d9000)
>
> I searched in my repositories but unfortunately I didn't found a match
> result for those file.
>
> I found libssl.so.0.9.8 and libcrypto.so.0. How can I do to replace the
> missing libraries by those I found?
>
> By the way I receive your email in 2 exemplaries.
>
> Best regards
>
>
>
>
> Le lundi 04 janvier 2010 à 14:48 +0530, Ashesh Vashi a écrit :
>
>
> The actual problem is - there're some libraries are not available on your
> system or not in ldconfig.
> You can use 'ldd' utility of linux to check the dependent libraries of an
> executable/library.
>
>
> On Mon, Jan 4, 2010 at 2:46 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Actually,
>
> I retried to install the pgagent and I have this problem in config :
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug: no, static:
> yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
> I browsed some forums or archives and I tried to comment some lines that
> are supposed to cause problems.
> I also tried to install wxWidgets unsuccessfully
>
>
>
>
>
> Le lundi 04 janvier 2010 à 14:09 +0530, Ashesh Vashi a écrit :
>
> How did you install pgagent?
>
>
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>
>
>
>
> On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Hello everybody,
>
> I wish you an appear new year.
> I run on mandriva 2009.0 and I hav a problem with the installation.
> I installed pgagent by compiling and as I try to run the agent I have this
> message :
> "/usr/bin/pgagent: error while loading shared libraries: libssl.so.0:
> cannot open shared object file: No such file or directory"
> I surch into my repositories and didn't find such a file.
> Is it normal, Have I a problem with my install?
>
> A little help on this would be appreciate,
>
> Best regards
>
>
>
>
>
>
>


From: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 11:27:04
Message-ID: 1262604424.27849.51.camel@Dell_Inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

so how to tell to pgagent to choose libssl.so.0.9.8 instead of
libssl.so.0?
How can I do it during the compiling?
Or where can I find the appropriate librarie

Le lundi 04 janvier 2010 à 16:51 +0530, Ashesh Vashi a écrit :

> In fact, it is not.
>
>
> On Mon, Jan 4, 2010 at 4:23 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Maybe that could come from this error :
>
>
>
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug:
> no, static: yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
>
>
> Maybe you can tell me how to uninstall the pgagent and I will
> retry with other references? what do you think about it
>
>
>
> Le lundi 04 janvier 2010 à 15:22 +0530, Ashesh Vashi a écrit :
>
>
>
>
> > hmm...
> > Missing libraries are the only problem. :(
> >
> > On Mon, Jan 4, 2010 at 3:19 PM, Florent THOMAS
> > <mailinglist(at)tdeo(dot)fr> wrote:
> >
> > Unfortunately,
> >
> > it was already installed!!
> >
> >
> >
> >
> > Le lundi 04 janvier 2010 à 15:08 +0530, Ashesh Vashi
> > a écrit :
> >
> >
> >
> > > Hi,
> > >
> > > Please install openssl on your system, it should
> > > resolve the issue.
> > >
> > > --
> > > Ashesh Vashi
> > > EnterpriseDB INDIA - Enterprise Postgres Company
> > >
> > > On Mon, Jan 4, 2010 at 3:05 PM, Florent THOMAS
> > > <mailinglist(at)tdeo(dot)fr> wrote:
> > >
> > > Thanks for the info.
> > >
> > > I ran this command
> > > ldd -v /usr/bin/pgagent
> > > linux-gate.so.1 => (0xffffe000)
> > > libssl.so.0 => not found
> > > libcrypto.so.0 => not found
> > > libcrypt.so.1 => /lib/libcrypt.so.1
> > > (0xb776b000)
> > > libz.so.1 => /lib/libz.so.1 (0xb7757000)
> > > libdl.so.2 => /lib/libdl.so.2 (0xb7753000)
> > > libstdc++.so.6 => /usr/lib/libstdc++.so.6
> > > (0xb7661000)
> > > libm.so.6 => /lib/i686/libm.so.6
> > > (0xb763b000)
> > > libgcc_s.so.1 => /lib/libgcc_s.so.1
> > > (0xb762d000)
> > > libpthread.so.0
> > > => /lib/i686/libpthread.so.0 (0xb7615000)
> > > libc.so.6 => /lib/i686/libc.so.6
> > > (0xb74c7000)
> > > /lib/ld-linux.so.2 (0xb77d9000)
> > >
> > > I searched in my repositories but
> > > unfortunately I didn't found a match
> > > result for those file.
> > >
> > > I found libssl.so.0.9.8 and
> > > libcrypto.so.0. How can I do to replace
> > > the missing libraries by those I found?
> > >
> > > By the way I receive your email in 2
> > > exemplaries.
> > >
> > > Best regards
> > >
> > >
> > >
> > >
> > >
> > > Le lundi 04 janvier 2010 à 14:48 +0530,
> > > Ashesh Vashi a écrit :
> > >
> > >
> > >
> > > > The actual problem is - there're some
> > > > libraries are not available on your
> > > > system or not in ldconfig.
> > > > You can use 'ldd' utility of linux to
> > > > check the dependent libraries of an
> > > > executable/library.
> > > >
> > > >
> > > > On Mon, Jan 4, 2010 at 2:46 PM, Florent
> > > > THOMAS <mailinglist(at)tdeo(dot)fr> wrote:
> > > >
> > > > Actually,
> > > >
> > > > I retried to install the pgagent
> > > > and I have this problem in
> > > > config :
> > > > CMake Error at
> > > > cmake/FindWX.cmake:271
> > > > (MESSAGE):
> > > > The selected wxWidgets
> > > > configuration (version: 2.8,
> > > > debug: no, static: yes,
> > > > unicode: yes, modules: base)
> > > > is not available.
> > > > Call Stack (most recent call
> > > > first):
> > > > CMakeLists.txt:91
> > > > (FIND_PACKAGE)
> > > >
> > > > I browsed some forums or
> > > > archives and I tried to comment
> > > > some lines that are supposed to
> > > > cause problems.
> > > > I also tried to install
> > > > wxWidgets unsuccessfully
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Le lundi 04 janvier 2010 à 14:09
> > > > +0530, Ashesh Vashi a écrit :
> > > >
> > > >
> > > > > How did you install pgagent?
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Ashesh Vashi
> > > > > EnterpriseDB INDIA -
> > > > > Enterprise Postgres Company
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > > On Mon, Jan 4, 2010 at 1:59
> > > > > PM, Florent THOMAS
> > > > > <mailinglist(at)tdeo(dot)fr> wrote:
> > > > >
> > > > > Hello everybody,
> > > > >
> > > > > I wish you an appear
> > > > > new year.
> > > > > I run on mandriva
> > > > > 2009.0 and I hav a
> > > > > problem with the
> > > > > installation.
> > > > > I installed pgagent by
> > > > > compiling and as I try
> > > > > to run the agent I
> > > > > have this message :
> > > > > "/usr/bin/pgagent:
> > > > > error while loading
> > > > > shared libraries:
> > > > > libssl.so.0: cannot
> > > > > open shared object
> > > > > file: No such file or
> > > > > directory"
> > > > > I surch into my
> > > > > repositories and
> > > > > didn't find such a
> > > > > file.
> > > > > Is it normal, Have I a
> > > > > problem with my
> > > > > install?
> > > > >
> > > > > A little help on this
> > > > > would be appreciate,
> > > > >
> > > > > Best regards
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>


From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
Cc: pgadmin-support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgagent 3.0.1
Date: 2010-01-04 11:29:09
Message-ID: 8cf965d31001040329q2ec7618fi72402860d3d3478a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

*mkdir ~/temp
cd ~/temp
ln -s <path_to_libssl.so.0.9.8> libssl.so.0*
... (And, for all the missing libraries)
*LD_LIBRARY_PATH=$HOME/temp:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH*

And now, try to run the pgagent.
Hope this helps..
(NOTE: This is just work around. You may not like to do the same on your
production server or machine.)

--
Ashesh Vashi
EntepriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>

On Mon, Jan 4, 2010 at 4:57 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr> wrote:

> so how to tell to pgagent to choose libssl.so.0.9.8 instead of
> libssl.so.0?
> How can I do it during the compiling?
> Or where can I find the appropriate librarie
>
>
> Le lundi 04 janvier 2010 à 16:51 +0530, Ashesh Vashi a écrit :
>
> In fact, it is not.
>
> On Mon, Jan 4, 2010 at 4:23 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Maybe that could come from this error :
>
>
>
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug: no, static:
> yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
>
> Maybe you can tell me how to uninstall the pgagent and I will retry with
> other references? what do you think about it
>
>
>
> Le lundi 04 janvier 2010 à 15:22 +0530, Ashesh Vashi a écrit :
>
>
>
> hmm...
> Missing libraries are the only problem. :(
>
> On Mon, Jan 4, 2010 at 3:19 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Unfortunately,
>
> it was already installed!!
>
>
>
>
> Le lundi 04 janvier 2010 à 15:08 +0530, Ashesh Vashi a écrit :
>
>
> Hi,
>
> Please install openssl on your system, it should resolve the issue.
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>
>
> On Mon, Jan 4, 2010 at 3:05 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Thanks for the info.
>
> I ran this command
> ldd -v /usr/bin/pgagent
> linux-gate.so.1 => (0xffffe000)
> libssl.so.0 => not found
> libcrypto.so.0 => not found
> libcrypt.so.1 => /lib/libcrypt.so.1 (0xb776b000)
> libz.so.1 => /lib/libz.so.1 (0xb7757000)
> libdl.so.2 => /lib/libdl.so.2 (0xb7753000)
> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7661000)
> libm.so.6 => /lib/i686/libm.so.6 (0xb763b000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb762d000)
> libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7615000)
> libc.so.6 => /lib/i686/libc.so.6 (0xb74c7000)
> /lib/ld-linux.so.2 (0xb77d9000)
>
> I searched in my repositories but unfortunately I didn't found a match
> result for those file.
>
> I found libssl.so.0.9.8 and libcrypto.so.0. How can I do to replace the
> missing libraries by those I found?
>
> By the way I receive your email in 2 exemplaries.
>
> Best regards
>
>
>
>
>
> Le lundi 04 janvier 2010 à 14:48 +0530, Ashesh Vashi a écrit :
>
>
> The actual problem is - there're some libraries are not available on your
> system or not in ldconfig.
> You can use 'ldd' utility of linux to check the dependent libraries of an
> executable/library.
>
>
> On Mon, Jan 4, 2010 at 2:46 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Actually,
>
> I retried to install the pgagent and I have this problem in config :
> CMake Error at cmake/FindWX.cmake:271 (MESSAGE):
> The selected wxWidgets configuration (version: 2.8, debug: no, static:
> yes,
> unicode: yes, modules: base) is not available.
> Call Stack (most recent call first):
> CMakeLists.txt:91 (FIND_PACKAGE)
>
> I browsed some forums or archives and I tried to comment some lines that
> are supposed to cause problems.
> I also tried to install wxWidgets unsuccessfully
>
>
>
>
>
>
> Le lundi 04 janvier 2010 à 14:09 +0530, Ashesh Vashi a écrit :
>
> How did you install pgagent?
>
>
>
> --
> Ashesh Vashi
> EnterpriseDB INDIA - Enterprise Postgres Company<http://www.enterprisedb.com>
>
>
>
> On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS <mailinglist(at)tdeo(dot)fr>
> wrote:
>
> Hello everybody,
>
> I wish you an appear new year.
> I run on mandriva 2009.0 and I hav a problem with the installation.
> I installed pgagent by compiling and as I try to run the agent I have this
> message :
> "/usr/bin/pgagent: error while loading shared libraries: libssl.so.0:
> cannot open shared object file: No such file or directory"
> I surch into my repositories and didn't find such a file.
> Is it normal, Have I a problem with my install?
>
> A little help on this would be appreciate,
>
> Best regards
>
>
>
>
>
>
>
>