Jump to content
  • 0

MySQL on Raspberry Pi 4


powerknoedel

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/10/23
  • Last Seen:  

Hi,

 

i just followed this old Guide from Habilis to turn my Raspberry PI 4 8 Gb into an rAthena Server:

https://habilisbest.com/rathena-setting-up-ragnarok-online-private-server

Everything worked fine till this command:

sudo apt-get install git make tmux htop gcc libmysqlclient-dev zlib1g-dev libpcre3-dev build-essential

The following Error pops up:

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Package libmysqlclient-dev is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source

However the following packages replace it:

  libmariadb-dev-compat libmariadb-dev

Without the "libmysqlclient-dev" package I can't follow the steps in the above guide from "Create a database" till the end.

Is there a newer Version of this Guide? How can I solve this problem?

Thank you!

 

E: Package 'libmysqlclient-dev' has no installation candidate

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   86
  • Joined:  04/10/12
  • Last Seen:  

9 hours ago, powerknoedel said:

Without the "libmysqlclient-dev" package I can't follow the steps in the above guide from "Create a database" till the end.

Yes, you can

Install it with this command

sudo apt-get install mariadb-client mariadb-server zlib1g-dev libpcre3-dev build-essential libmariadb-dev-compat -y

 

 

 

Edited by sapitosucio
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...