Raspberry pi install issue

Hi there,
I’m a complete noob on all this so please forgive me -

I tried installing kegberry onto my pi3 (from http://kegberry.kegbot.org/install/) this is what I’m getting -

oOOOOOo
,| oO Kegberry v2.1.1
//| |
\| | “He was a wise man who invented beer.”
| | -- Plato-----`

INFO : Updating package list …
INFO : Installing required packages …
Reading package lists…
Building dependency tree…
Reading state information…
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:
mysql-server-5.5

E: Package ‘libmysqlclient-dev’ has no installation candidate

ERROR : Command returned error:
ERROR : Command: sudo bash -c "DEBIAN_FRONTEND=noninteractive apt-get -yq install build-essential nginx-light libjpeg-dev supervisor python-setuptools python-dev libmysqlclient-dev mysql-server redis-server"
ERROR : Return code: 100
Traceback (most recent call last):
File “/usr/local/bin/kegberry”, line 7, in
app.run()
File “/usr/local/lib/python2.7/dist-packages/kegberry/app.py”, line 210, in run
command_fn(*args)
File “/usr/local/lib/python2.7/dist-packages/kegberry/app.py”, line 242, in install
self._update_packages()
File “/usr/local/lib/python2.7/dist-packages/kegberry/app.py”, line 235, in _update_packages
’ '.join(REQUIRED_PACKAGES)))
File “/usr/local/lib/python2.7/dist-packages/kegberry/app.py”, line 142, in run_command
raise e
subprocess.CalledProcessError: Command ‘sudo bash -c “DEBIAN_FRONTEND=noninteractive apt-get -yq install build-essential nginx-light libjpeg-dev supervisor python-setuptools python-dev libmysqlclient-dev mysql-server redis-server”’ returned non-zero exit status 100

I’m not getting anything at my ip address in the browser so I presume something went ary.

should I use the more detailed install here https://kegbot.org/docs/server/ ?

cheers

Are you running with sudo?

Actually looks like you need to install some packages, been a while since I used rpi version. I’ll check my notes

cheers

I had similar issues and was not able to resolve them; so I would be interested to know how you fix it.

as a side note, I was able to get the server working on Digital ocean, there is a resent post on here that walks you through the 5 minute setup.