Where's libmysqlclient15off?
I need to install libmysqlclient15off because it's required by another package.
But it seems it's been discontinued after karmic.
Is there any replacement?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Manfred Hampl
- Solved:
- 2011-02-12
- Last query:
- 2011-02-12
- Last reply:
- 2011-01-12
Try:
dpkg -S libmysqlclient
It should tell you what package provides the file
Uqbar (uqbar) said : | #2 |
It's libmysqlclient16, which is not libmysqlclient15.
So the answer seems to be: there's no libmysqlclient1
Is it?
Can you give the output of:
sudo find / -iname " libmysqlclient1*"
Thanks
Uqbar (uqbar) said : | #4 |
Empty result.
The libmysqlclient16 is reported as installed if I type "sudo apt-get install libmysqlclient16".
On the other side, typing "sudo apt-get install libmysqlclient15" says that there's no such a package while "sudo apt-get install libmysqlclient1
|
#5 |
What is the name and version of the package that requires libmysqlclient1
Maybe there is a newer version of that package that does not need that library any more?
For example Amarok 2:1.4.9.1 depends on libmysqlclient1
Have you tried to (manually) install the karmic version from http://
A package named libmysqlclient15off is also available on Debian: http://
but its version (5.0.51a-24+lenny4) seems lower that the latest karmic version (5.1.30really5.
Uqbar (uqbar) said : | #6 |
I'll check the timestamps, anyway, ans will try the "dpkg -i" to manually install it.
Uqbar (uqbar) said : | #7 |
Thanks Manfred Hampl, that solved my question.