Re: [Open Babel] Installation error due to zlib

2013-02-21 Thread Roy
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

Re: [Open Babel] Installation error due to zlib

2013-02-21 Thread Peter
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

Re: [Open Babel] Installation error due to zlib

2013-02-21 Thread Noel O'Boyle
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: