mysthiq Posted September 13, 2013 Posted September 13, 2013 (edited) Hello, I've installed the Revision 17203 of rAthena on my NAS Synology CS407 and I have this error when i type ./configure : configure: error: zlib library not found or incompatible, please specify the correct path with --with-zlib=DIR... stopping The thing is i have these files (zlib.h and others) in /usr/local/lib/ and /usr/local/include. So what ... It's incompatible ? I have zlib 1.2.8. Do i have to change the zlib version ? Thanks in advance. Edited September 14, 2013 by mysthiq Quote
Asura Posted September 13, 2013 Posted September 13, 2013 Hi mysthiq, You could try compiling with this command... ./configure --with-zlib=/usr/local/lib Quote
mysthiq Posted September 14, 2013 Author Posted September 14, 2013 @Asura : Same error message. @Sanasol : I unfortunately do not have the apt-get command on my NAS Quote
mysthiq Posted September 14, 2013 Author Posted September 14, 2013 I do not have yum too :/ In fact as i said, i have a NAS Synology CS407 and then the OS is DiskStation Manager(DSM). It's a bit particular. I had retrieved a bootstrap in order to have ipkg and it's all i have. So i think the only things that i can do in addition to that is to ./configure, make and makeinstall. Recently, I've added autoconf and automake, but it's all. If i can install apt-get or yum, it would be nice. Quote
Asura Posted September 14, 2013 Posted September 14, 2013 Hi mysthiq, Did you try; ipkg install zlib Quote
mysthiq Posted September 15, 2013 Author Posted September 15, 2013 Yes, I already tried this. It shows : Package zlib (1.2.5-1) installed in root is up to date. Nothing to be done Successfully terminated. Quote
Asura Posted September 15, 2013 Posted September 15, 2013 Hi mysthiq, I'm not even sure if this would work; but trying using... ipkg install zlib-devel or ipkg install zlib-dev Quote
mysthiq Posted September 16, 2013 Author Posted September 16, 2013 Ipkg doesn't find these packages. Quote
Question
mysthiq
Hello,
I've installed the Revision 17203 of rAthena on my NAS Synology CS407 and I have this error when i type ./configure :
The thing is i have these files (zlib.h and others) in /usr/local/lib/ and /usr/local/include.
So what ... It's incompatible ? I have zlib 1.2.8. Do i have to change the zlib version ?
Thanks in advance.
Edited by mysthiq10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.