Jump to content
  • 0

Error compiling VPS


Kasthiel

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   3
  • Joined:  04/21/14
  • Last Seen:  

I do not know what might be happening but I can not compile this current emulator of github ... I'm trying but it only gets this error.

 

Sem título.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  141
  • Reputation:   24
  • Joined:  01/19/12
  • Last Seen:  

8 minutes ago, Kasthiel said:

I do not know what might be happening but I can not compile this current emulator of github ... I'm trying but it only gets this error.

 

Sem título.png

You are missing some package libraries, check this: https://github.com/rathena/rathena/wiki/Install-on-Debian

apt-get install git make libmysqlclient-dev zlib1g-dev libpcre3-dev
echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list.d/unstable.list
apt-get update
apt-get install -t unstable gcc-5
apt-get install -t unstable g++-5
ln -s /usr/bin/gcc-5 /usr/bin/gcc
ln -s /usr/bin/g++-5 /usr/bin/g++

 

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...