Jump to content
  • 0

Zlib problem


mysthiq

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/13/13
  • Last Seen:  

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 by mysthiq
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi mysthiq,

 

You could try compiling with this command...

./configure --with-zlib=/usr/local/lib
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   53
  • Joined:  01/04/12
  • Last Seen:  

or 

 

apt-get install zlib1g-dev
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/13/13
  • Last Seen:  

@Asura : Same error message.

@Sanasol : I unfortunately do not have the apt-get command on my NAS :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   53
  • Joined:  01/04/12
  • Last Seen:  

maybe?

yum install zlib-devel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

What centos OS are you using?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/13/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi mysthiq,

 

Did you try;

ipkg install zlib
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/13/13
  • Last Seen:  

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.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi mysthiq,

 

I'm not even sure if this would work; but trying using...

ipkg install zlib-devel

or

ipkg install zlib-dev
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/13/13
  • Last Seen:  

Ipkg doesn't find these packages. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...