Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Conflicting apt-get apache issues (part 2)

$
0
0
For weeks I've been trying to upgrade nginx and php on an up-to-date squeeze server, only to find that everytime I let apt do this, it installs either apache or lighttpd and ruins my nginx (solo) install by doing so. Anyone knows of a way to NOT have this happen?
In short: I would not like any part of apache/httpd/lighttpd on my server, yet it keeps turning up during upgrades of nginx. I have no idea why, I followed installs and configs for php5-fpm with nginx to the dot from nginx manuals and its users. Where have I done wrong?

This is apt output for # apt-get upgrade :

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
libmemcached-tools libmemcachedutil2 nginx-common nginx-extras php-pear php5 php5-cli php5-common php5-curl php5-dev php5-fpm php5-gd php5-mcrypt
php5-memcache php5-mysql php5-pspell php5-snmp php5-sqlite php5-xmlrpc php5-xsl
The following packages will be upgraded:
gnupg gpgv libgcrypt11
3 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
Need to get 2651 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

and this is for # apt-get dist-upgrade :

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
nginx-extras
The following NEW packages will be installed:
apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common lsof
The following packages have been kept back:
libmemcached-tools libmemcachedutil2 php-pear php5 php5-cli php5-common php5-curl php5-dev php5-fpm php5-gd
php5-mcrypt php5-memcache php5-mysql php5-pspell php5-snmp php5-sqlite php5-xmlrpc php5-xsl
The following packages will be upgraded:
gnupg gpgv libgcrypt11 nginx-common
4 upgraded, 6 newly installed, 1 to remove and 18 not upgraded.
Need to get 3012 kB/4919 kB of archives.
After this operation, 5288 kB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.


contents of /etc/apt/sources.list

deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all
deb http://nginx.org/packages/debian/ squeeze nginx
deb-src http://nginx.org/packages/debian/ squeeze nginx
deb http://ftp.de.debian.org/debian/ squeeze-updates main
deb http://http.us.debian.org/debian squeeze main contrib
deb http://security.debian.org squeeze/updates main contrib


contents of /etc/apt/sources.list.d/DotDeb.list

deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable all


contents of /etc/apt/sources.list.d/backports.list

deb http://backports.debian.org/debian-backports squeeze-backports main


This should tell you experts what's up, I hope. Also, for the version numbers I will edit this post later (I'm at ohm2013)..

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>