Skip to content
matthiasbock edited this page Apr 9, 2013 · 3 revisions

Dependencies

  • apache2
  • libapache2-mod-php5
  • php5-sqlite / php5-mysql

SQLite2

  • OL might complain about SQLite3, seems to require SQLite2
  • edit sources.list and add
 deb http://debian.inf.tu-dresden.de/debian/ squeeze main
 deb http://debian.inf.tu-dresden.de/debian/ wheezy main
 deb http://security.debian.org/ stable/updates main
  • perform
 aptitude install libapache2-mod-php5/stable php5-sqlite/stable
  • to downgrade php5-common and all these associated dependencies appropriately
  • aptitude will probably report you a conflict and offer resolutions, say yes to the one which involves downgrading php5 etc. no to the others
Clone this wiki locally