Realtime with Raspberry Pi

Hi,

I’m trying to configure the res_config_mysql and the app_mysql on a raspberry except I can’t find any packages that could replace libmysqld-dev and libmysqlclient15-dev (libmariadb-dev and lib-mariadbd-dev don’t work).

Is it possible to find a compatible package for this application?

Thanks

After searching in the raspbian mirror I found the necessary packages

Solution :

sudo wget http://mirrordirector.raspbian.org/raspbian/pool/main/m/mysql-5.5/libmysqlclient-dev_5.5.62-0+deb8u1_armhf.deb
sudo wget http://mirrordirector.raspbian.org/raspbian/pool/main/m/mysql-5.5/libmysqlclient18_5.5.62-0+deb8u1_armhf.deb
sudo dpkg -i libmysqlclient18_5.5.62-0+deb8u1_armhf.deb
sudo dpkg -i libmysqlclient-dev_5.5.62-0+deb8u1_armhf.deb

You probably don’t need sudo to wget a file.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.