powerknoedel Posted July 10, 2023 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 07/10/23 Last Seen: July 10, 2023 Share Posted July 10, 2023 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 Quote Link to comment Share on other sites More sharing options...
0 Sapito Sucio Posted July 11, 2023 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 189 Reputation: 114 Joined: 04/10/12 Last Seen: 5 hours ago Share Posted July 11, 2023 (edited) 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 July 11, 2023 by sapitosucio Quote Link to comment Share on other sites More sharing options...
Question
powerknoedel
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.