2016-04-21 30 views
7

Ho mariadb-10.1 installato su un disco 64bit Ubuntu 15:10.mariadb with rails: impossibile installare libmysqlclient-dev

Ho installato con successo libmysqlclient18, ma ottengo errori durante il tentativo di installare libmysqlclient-dev.

[email protected]:~$ dpkg -s libmysqlclient18 
Package: libmysqlclient18 
Status: install ok installed 
Priority: optional 
Section: libs 
Installed-Size: 10 
Maintainer: MariaDB Developers <[email protected]> 
Architecture: amd64 
Source: mariadb-10.1 
Version: 10.1.13+maria-1~wily 
Replaces: libmysqlclient18 (<< 10.1.13+maria-1~wily) 
Depends: libmariadbclient18 (= 10.1.13+maria-1~wily) 
Description: Virtual package to satisfy external depends 
This is an empty package that provides an updated "best" version of 
libmysqlclient18 that does not conflict with the libmariadbclient18 
package. 
. 
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database 
server. SQL (Structured Query Language) is the most popular database query 
language in the world. The main goals of MariaDB are speed, robustness and 
ease of use. 
Homepage: http://mariadb.org/ 
[email protected]:~$ sudo apt-get install libmysqlclient-dev 
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
Some packages could not be installed. This may mean that you have 
requested an impossible situation or if you are using the unstable 
distribution that some required packages have not yet been created 
or been moved out of Incoming. 
The following information may help to resolve the situation: 

The following packages have unmet dependencies. 
libmysqlclient-dev : Depends: libmysqlclient18 (= 5.6.28-0ubuntu0.15.10.1)     but 10.1.13+maria-1~wily is to be installed 
E: Unable to correct problems, you have held broken packages. 

Qualcuno può suggerire come risolvere questo?

Grazie :-)

Steve

risposta

9

È necessario installare libmariadbclient-dev, invece di libmysqlclient-dev quando si usa MariaDB

sudo apt-get install libmariadbclient-dev 
+0

Per installare gearmand con MariaDB come backend questa libreria è necessario – mattimatti

+0

C'è un nuovo nome? Ottengo "Impossibile trovare il pacchetto". –

+0

Sembra che il nuovo nome della gemma sia solo 'libmariadb-dev'. Ho ricevuto questo messaggio quando ho provato ad installare: 'Nota, selezionando 'libmariadb-dev' invece di 'libmariadbclient-dev'' –