The dotdeb tag has no wiki summary.
0
votes
2answers
51 views
Unmet dependencies when updating PHP 5.4.8 to 5.4.15 using dotdeb on debian
I'm not quite sure how to act here. I installed php5 as dotdeb package. I'm on debian squeeze 686. Now I try to update from 5.4.8 to 5.4.15 and get the following output after running aptitude install ...
1
vote
1answer
158 views
Can't install php5-apc from dotdeb source in Debian 6
I can't install php5-apc:
~# apt-get install php5-apc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that ...
0
votes
1answer
134 views
chef apt_repository fetching fails
I am trying to fetch a specific repository to install a php version but I keep getting 404 NOT FOUND.
chef recipe code:
apt_repository "dotdeb-php54" do
uri "http://archives.dotdeb.org"
...
0
votes
1answer
47 views
php 5.4.8 outputs junk after at the end of the script
After making a mistake of upgrading to php 5.4.8 (from dotdeb), every script i run outputs weird junk at the end of the script. There are 2 threads here: one says i should disable php5filter. After ...
0
votes
0answers
257 views
Empty pid created by Redis 2.4 on Debian + dotdeb
I just upgraded our Redis from 2.2.2 to 2.4.1 (I use http://www.dotdeb.org/ for package management), and now,
/etc/init.d/redis-server start
creates /var/run/redis/redis-server.pid, but the content ...