mysql - Failed to install libmysql++-dev on debian -


i tried install libmysql++-dev package on machine failed below errors. done apt-get update , apt-get update on machine.

22:28:03-root@debian-isis-> apt-get  install libmysql++-dev reading package lists... done building dependency tree        reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation:  following packages have unmet dependencies:  initscripts : breaks: console-setup (< 1.74) 1.68+squeeze2 installed                breaks: initramfs-tools (< 0.104) 0.98.8 installed                breaks: nfs-common (< 1:1.2.5-3) 1:1.2.2-4squeeze2 installed  keyboard-configuration : breaks: console-setup (< 1.71) 1.68+squeeze2 installed  klibc-utils : breaks: initramfs-tools (< 0.103) 0.98.8 installed  libgnome-keyring0 : breaks: gnome-keyring (< 3.0) 2.30.3-5 installed e: broken packages 

i solved issue installing using aptitude instead of apt-get.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -