powerknoedel Posted July 10, 2023 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
0 Sapito Sucio Posted July 11, 2023 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
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
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.