Ubuntu Server Edition 6.06

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Ubuntu Server Edition 6.06

Post by kingofkya »

ok when i tryed to install zoneminder used wget then i installed all the dependences useing apt-get but then i use dpkg -i it returns an error saying

zoneminder depends on php4 | php5
package php4 not installed
package php5 not installed
dpkg: error processing zoneminder (--install):
dependency problems - leaving configured


Has any one had the same problem and solved it

Thank You in Advance
User avatar
Lee Sharp
Posts: 1069
Joined: Sat Mar 31, 2007 9:18 pm
Location: Houston, TX

Post by Lee Sharp »

Do you have a working LAMP installed? Have you tested php under apache?
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

yes php is working and installed because i used a lamp ubuntu install


also if there is a way to make it dpkg disregard the error and continue to configure that would help

also aptitude will not insall zoneminder beacuse of same reson even if i reinstall or update php
PeterHoward
Posts: 319
Joined: Thu Jul 20, 2006 1:07 am
Location: Australia

The recommended method . . .

Post by PeterHoward »

After the failure by dpkg -i typing

Code: Select all

apt-get -f install
should pull in everything required.
PeterHoward
Posts: 319
Joined: Thu Jul 20, 2006 1:07 am
Location: Australia

however . . .

Post by PeterHoward »

Before you do the apt-get step, I'd be interested to know what PHP packages you have installed, if not php4 or php5.

If it's because you've manually installed php there is a dpkg command to tell it to ignore dependencies, but that means it will ignore all the other missing dependencies too . . .
Locked