The error occurred due to softlink for libz.so . Tim suggested me to use my
local installation by specifying
ZLIB_LIBRARY=/home/xxx/bin/zlib-1.2.7/libz.so during cmake and it worked
perfectly. Thank you all for the suggestions.
--
View this message in context:
http://forums.openbabel.org/Insta
The error occurred due to softlink for libz.so . Tim suggested me to use my
local installation by specifying
ZLIB_LIBRARY=/home/xxx/bin/zlib-1.2.7/libz.so during cmake and it worked
perfectly. Thank you all for the suggestions.
--
View this message in context:
http://forums.openbabel.org/Insta
Sounds strange. You have zlib itself, but can you make sure that you
have installed the zlib development libraries (check your package
manager). Also try using a recent version of cmake (you can install
this locally) as your OS seems to be quite old.
- Noel
On 21 February 2013 00:06, Roy wrote:
I am trying to do a NON-root installation on RHEL Server release 5.4. The
first step (cmake) works (fine i.e.
-- The C compiler identification is GNU 4.1.2
-- The CXX compiler identification is GNU 4.1.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc --