[Refdb-users] Ubuntu install question
Status: Beta
Brought to you by:
mhoenicka
From: Daniel R. <ri...@ma...> - 2008-03-19 17:32:02
|
Hello refdb-users, I'm highly interested in using refdb but have encountered problems installing it on an i386 machine running Ubuntu gutsy. I wanted to install using the packages in the Debian repository, so I added the following line to my /etc/apt/sources.list: deb http://refdb.sourceforge.net/debian/svn testing main and ran "sudo aptitude update". Now the different refdb packages are available for install but I keep getting a dependency problem with sqlite when trying to install refdb-server: ************************************************************************* ... The following packages have unmet dependencies: refdb-server: Depends: libdbd-sqlite (>= 0.8.1-2) but it is not installable ... ************************************************************************* sqlite on Ubuntu gutsy is at version 0.7.1-3. I actually have both mysql and postgresql running on my machine. How can I configure refdb to use either of these instead of sqlite? Thanks in advance for the help. Daniel |