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