tor wrote:Hi limpo,
I have now double checked the dependencies.
There should not be any problems with installing neither php4-gd nor libsqlite0. Sqlite should be parallel installable with sqlite3.
It is more likely that you are trying to do a general upgrade of the system and one of the upgrades conflicts with our bubba package. This is a known problem.
Either try to only install the parts that you want. IE
Code: Select all
apt-get install php4-gd libsqlite0
The other way is to temporarily uninstall the bubba package and then reinstall it again after the upgrade. A big warning here though. The bubba package must be installed for regular operation. If one reboots without it you could lose access to Bubba via ssh etc.
/Tor
Hey, Tor
Thanx, for the help. But it dosent work, this is what I do:
apt-setup
I use debian apt sources,
deb
ftp://ftp.sunet.se/pub/os/Linux/distributions/debian/ testing main
deb-src
ftp://ftp.sunet.se/pub/os/Linux/distributions/debian/ testing main
and then,
apt-get install php4-gd libsqlite0
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
apache-common defoma fontconfig-config libapache-mod-php4 libc6 libdb4.4
libfontconfig1 libfreetype6 libgcrypt11 libgd2-xpm libgnutls13 libgpg-error0
libkrb53 libncursesw5 libopencdk8 libpng12-0 libssl0.9.8 libt1-5 libtasn1-3
libx11-6 libx11-data libxau6 libxdmcp6 libxpm4 lsb-base lynx php4-common
ttf-dejavu tzdata x11-common
Suggested packages:
apache apache-ssl apache-perl defoma-doc psfontmgr x-ttcidfont-conf dfontmgr
php-pear locales glibc-doc libfreetype6-dev rng-tools libgd-tools gnutls-bin
krb5-doc krb5-user
Recommended packages:
libft-perl libtasn1-3-bin
The following packages will be REMOVED:
bubba libapache2-mod-php4
The following NEW packages will be installed:
apache-common defoma fontconfig-config libapache-mod-php4 libdb4.4
libfontconfig1 libfreetype6 libgd2-xpm libgnutls13 libncursesw5 libsqlite0
libssl0.9.8 libt1-5 libtasn1-3 libx11-6 libx11-data libxau6 libxdmcp6
libxpm4 lsb-base lynx php4-gd ttf-dejavu tzdata x11-common
The following packages will be upgraded:
libc6 libgcrypt11 libgpg-error0 libkrb53 libopencdk8 libpng12-0 php4-common
7 upgraded, 25 newly installed, 2 to remove and 174 not upgraded.
Need to get 17.4MB of archives.
After unpacking 26.6MB of additional disk space will be used.
Do you want to continue? [Y/n]
And you can then see that the bubba package is removed.
What am I doing wrong.
Thanx
/limpo