LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install miniSipServer on Ubuntu (https://www.linuxquestions.org/questions/linux-software-2/install-minisipserver-on-ubuntu-946452/)

BrajZore 05-23-2012 07:09 AM

Install miniSipServer on Ubuntu
 
Hi,

I'm trying to install miniSipServer on the latest edition of Ubuntu. This error appears when I try to install it:

Dependency is not satisfiable: libmysqlclient16

I have libmysqlclient18 installed.

Anyone who can help me?

Best regards
Bryan

JaggedJax 05-26-2012 02:22 PM

There are instructions that worked perfectly for me at: (http://zechim.com/blog/2012/05/16/in...-ubuntu-12-04/)

Here they are copied:

download MySQL Workbench on http://www.mysql.com/downloads/mirro...406525#mirrors
Code:

wget https://launchpad.net/ubuntu/+archive/primary/+files/libzip1_0.9.3-1_i386.deb
sudo dpkg -i libzip1_0.9.3-1_i386.deb

64bits => https://launchpad.net/ubuntu/+source....3-1_amd64.deb

This package (libmysqlclient16) was removed from 12.04 repos, so you need to grab the old one.

Code:

wget http://launchpadlibrarian.net/94563300/libmysqlclient16_5.1.58-1ubuntu5_i386.deb
sudo dpkg -i libmysqlclient16_5.1.58-1ubuntu5_i386.deb

64bits => http://launchpadlibrarian.net/948084...ntu5_amd64.deb

Code:

sudo apt-get install python-paramiko python-pysqlite2 mysql-client mysql-common libctemplate0 libgtkmm-2.4-1c2a
now install MySQL Workbench

Code:

sudo dpkg -i mysql-workbench-gpl-5.2.38-1ubu1104-i386.deb


All times are GMT -5. The time now is 02:58 AM.