libdb4.8++
我正在尝试使用 QT-Creator 来构建一个程序,但收到了需要但不可用的消息。
我尝试使用libdb5.1
,libdb4.8
但它仍然要求libdb4.8++
libdb4.8++
我目前使用的是 Ubuntu 12.04 LTS。如果没有办法安装,那么可以兼容哪个版本的 Ubuntu ?
答案1
Ubuntu lucid (10.04) 确实有libdb4.8++
,通过向您的目录添加它的条目,/etc/apt/sources.list
您可以安装它:
(echo deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse; echo deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse; echo deb http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse) | sudo sh -c 'cat >>/etc/apt/sources.list'
sudo apt-get update
sudo apt-get install libdb4.8++