Difference between revisions of "AWFFull"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
libgd2-xpm-dev: Conflicts: libgd2-noxpm-dev but 2.0.33-5.2 is to be installed |
libgd2-xpm-dev: Conflicts: libgd2-noxpm-dev but 2.0.33-5.2 is to be installed |
||
E: Broken packages |
E: Broken packages |
||
+ | |||
+ | ------ |
||
+ | The PCRE Library |
||
+ | apt-get install libpcre-ocaml |
||
+ | it suggests also ocaml-base-nox |
||
+ | The following NEW packages will be installed: libpcre-ocaml ocaml-base-nox |
||
+ | ------ |
||
+ | libpng image library is not available via apt-get |
||
+ | [http://www.libpng.org/pub/png/ libpng image library] |
||
+ | ------ |
||
+ | [http://www.zlib.net/ zlib compression library] |
||
+ | apt-get install zlib1g |
||
+ | ------ |
||
+ | [http://www.maxmind.com/app/c GeoIP Country detection] |
Revision as of 15:27, 13 December 2006
apt-get install libgd2-xpm
install also fontconfig-config libfontconfig1 libxpm4 ttf-dejavu and suggest libgd-tools
libgd-tools suggests to install : libgd2-noxpm-dev libgd2-xpm-dev
but I have an error message : The following packages have unmet dependencies: libgd2-noxpm-dev: Depends: libgd2-noxpm (= 2.0.33-5.2) but it is not going to be installed Conflicts: libgd2-xpm-dev but 2.0.33-5.2 is to be installed libgd2-xpm-dev: Conflicts: libgd2-noxpm-dev but 2.0.33-5.2 is to be installed E: Broken packages
The PCRE Library
apt-get install libpcre-ocaml
it suggests also ocaml-base-nox The following NEW packages will be installed: libpcre-ocaml ocaml-base-nox
libpng image library is not available via apt-get libpng image library
apt-get install zlib1g