Re: [CMake] libcrypto.so.6 library needed for cmake on Ubuntu 8.04
Ah. Well, I live to learn. Thanks again. Neil -Original Message- From: Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Friday, 15 July 2011 8:54 PM To: Neil Higgins Cc: cmake@cmake.org Subject: Re: [CMake] libcrypto.so.6 library needed for cmake on Ubuntu 8.04 2011/7/15 Neil Higgins : > I couldn't see anything on the CMake site that looked like an > installable package, so ... Yes there is http://www.cmake.org/cmake/resources/software.html see "Binary distributions: " e.g. http://www.cmake.org/files/v2.8/cmake-2.8.5-Linux-i386.tar.gz > Following a search, I downloaded an RPM file and installed that with Alien. > Evidently that package was built from a different tree (or something - > I'm not an expert at this type of thing). This kind of method may work "by accident" but usually it does not work as expected. > The problem is solved - I subsequently removed that package and > successfully installed a Debian package (cmake 2.8.4), although I > first had to resolve a lot of dependencies. You shouldn't have to resolve dependencies if you use the appropriate package management software: https://help.ubuntu.com/8.04/serverguide/C/package-management.html appropriate meaning: "the one coming with your distribution". CMake is now widespread such that almost any Linux distro should have cmake package somewhere. That said be aware that Ubuntu 8.04 is a relatively old distribution (April 2008) if you have the choice you should consider an upgrade, see: https://help.ubuntu.com/community/UpgradeNotes > Thanks for your help, Eric. You are welcome. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
Re: [CMake] libcrypto.so.6 library needed for cmake on Ubuntu 8.04
I couldn't see anything on the CMake site that looked like an installable package, so ... Following a search, I downloaded an RPM file and installed that with Alien. Evidently that package was built from a different tree (or something - I'm not an expert at this type of thing). The problem is solved - I subsequently removed that package and successfully installed a Debian package (cmake 2.8.4), although I first had to resolve a lot of dependencies. Thanks for your help, Eric. Kind regards, Neil -Original Message- From: Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Friday, 15 July 2011 4:33 PM To: higgins-dem...@bigpond.com Cc: cmake@cmake.org Subject: Re: [CMake] libcrypto.so.6 library needed for cmake on Ubuntu 8.04 2011/7/15 Neil Higgins : > cmake fails to start with the following error message: > > cmake: error while loading shared libraries: libcrypto.so.6: cannot > open shared object file: No such file or directory > > I have tried installing the openssl libraries and openssl-dev to no > avail. Which version of CMake did you install ? Where did obtain cmake (Ubuntu repo or www.cmake.org?) > Please advise where to find the required library. Looks like an inappropriate package problem. Could you try to re-install cmake using sudo aptitude reinstall cmake ? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
Re: [CMake] libcrypto.so.6 library needed for cmake on Ubuntu 8.04
2011/7/15 Neil Higgins : > I couldn't see anything on the CMake site that looked like an installable > package, so ... Yes there is http://www.cmake.org/cmake/resources/software.html see "Binary distributions: " e.g. http://www.cmake.org/files/v2.8/cmake-2.8.5-Linux-i386.tar.gz > Following a search, I downloaded an RPM file and installed that with Alien. > Evidently that package was built from a different tree (or something - I'm > not an expert at this type of thing). This kind of method may work "by accident" but usually it does not work as expected. > The problem is solved - I subsequently removed that package and successfully > installed a Debian package (cmake 2.8.4), although I first had to resolve a > lot of dependencies. You shouldn't have to resolve dependencies if you use the appropriate package management software: https://help.ubuntu.com/8.04/serverguide/C/package-management.html appropriate meaning: "the one coming with your distribution". CMake is now widespread such that almost any Linux distro should have cmake package somewhere. That said be aware that Ubuntu 8.04 is a relatively old distribution (April 2008) if you have the choice you should consider an upgrade, see: https://help.ubuntu.com/community/UpgradeNotes > Thanks for your help, Eric. You are welcome. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
Re: [CMake] libcrypto.so.6 library needed for cmake on Ubuntu 8.04
2011/7/15 Neil Higgins : > cmake fails to start with the following error message: > > cmake: error while loading shared libraries: libcrypto.so.6: cannot open > shared object file: No such file or directory > > I have tried installing the openssl libraries and openssl-dev to no > avail. Which version of CMake did you install ? Where did obtain cmake (Ubuntu repo or www.cmake.org?) > Please advise where to find the required library. Looks like an inappropriate package problem. Could you try to re-install cmake using sudo aptitude reinstall cmake ? -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake