Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Ashesh Vashi
*mkdir ~/temp cd ~/temp ln -s 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 o

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Florent THOMAS
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 THOM

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Ashesh Vashi
In fact, it is not. On Mon, Jan 4, 2010 at 4:23 PM, Florent THOMAS 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

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Florent THOMAS
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) Mayb

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Florent THOMAS
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,

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Ashesh Vashi
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 wrote: > Thanks for the info. > > I ran this command > ldd -v /usr/bin/pgagent >

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Florent THOMAS
Thanks for the info. I ran this command ldd -v /usr/bin/pgagent linux-gate.so.1 => (0xe000) 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.s

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Ashesh Vashi
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 wrote: > Actually, > > I retried to install the pgag

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Florent THOMAS
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):

Re: [pgadmin-support] pgagent 3.0.1

2010-01-04 Thread Ashesh Vashi
How did you install pgagent? -- Ashesh Vashi EnterpriseDB INDIA - Enterprise Postgres Company On Mon, Jan 4, 2010 at 1:59 PM, Florent THOMAS wrote: > Hello everybody, > > I wish you an appear new year. > I run on mandriva 2009.0 and I hav a problem with the install