mysthiq Posted September 13, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/13/13 Last Seen: September 22, 2013 Share 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 Link to comment Share on other sites More sharing options...
Asura Posted September 13, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted September 13, 2013 Hi mysthiq, You could try compiling with this command... ./configure --with-zlib=/usr/local/lib Quote Link to comment Share on other sites More sharing options...
Sanasol Posted September 13, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 185 Reputation: 53 Joined: 01/04/12 Last Seen: February 28 Share Posted September 13, 2013 or apt-get install zlib1g-dev Quote Link to comment Share on other sites More sharing options...
mysthiq Posted September 14, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/13/13 Last Seen: September 22, 2013 Author Share Posted September 14, 2013 @Asura : Same error message. @Sanasol : I unfortunately do not have the apt-get command on my NAS Quote Link to comment Share on other sites More sharing options...
Sanasol Posted September 14, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 185 Reputation: 53 Joined: 01/04/12 Last Seen: February 28 Share Posted September 14, 2013 maybe? yum install zlib-devel Quote Link to comment Share on other sites More sharing options...
Akbare Posted September 14, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted September 14, 2013 What centos OS are you using? Quote Link to comment Share on other sites More sharing options...
mysthiq Posted September 14, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/13/13 Last Seen: September 22, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Asura Posted September 14, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted September 14, 2013 Hi mysthiq, Did you try; ipkg install zlib Quote Link to comment Share on other sites More sharing options...
mysthiq Posted September 15, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/13/13 Last Seen: September 22, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Asura Posted September 15, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share 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 Link to comment Share on other sites More sharing options...
mysthiq Posted September 16, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 09/13/13 Last Seen: September 22, 2013 Author Share Posted September 16, 2013 Ipkg doesn't find these packages. Quote Link to comment Share on other sites More sharing options...
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 mysthiqLink to comment
Share on other sites
10 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.