WhoCares? asked me to post this here, too.
I try to install the twisted-engine on my ReadyNas Duo (Sparc). It's used to let an IRC-bot communicate with the network.
The package is available for Debian as "python-twisted": http://twistedmatrix.com/trac/wiki/Downloads
However, when I issue
- Code: Select all
apt-get install python-twisted
- Code: Select all
ReadyNas:~# apt-get install python-twisted
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
python-twisted: Depends: python2.3-twisted but it is not going to be installed
python2.6: Depends: libdb4.8 but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I installed python 2.6.6 via "WhoCares?" add-on and that works nicely.
So to me it seems like he's trying to install a package called "libdb4.8", but can't. When I try to install it directly, I get the following error:
- Code: Select all
ReadyNas:~# apt-get install libdb4.8
Reading Package Lists... Done
Building Dependency Tree... Done
Package libdb4.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libdb4.8 has no installation candidate
I googled this, but since I found nothing, I thought it might be a ReadyNas-specific problem?
Thank you guys for you help!
Daniel
