zm 1.23.x on Debian etch

Support and queries relating to all previous versions of ZoneMinder
Locked
kapostolou
Posts: 12
Joined: Wed Dec 26, 2007 10:22 pm

zm 1.23.x on Debian etch

Post by kapostolou »

I tried to install zm on debian etch and it complains that PHP:Serialization module is missing. Any suggestions?
User avatar
ammaross
Posts: 61
Joined: Mon Mar 12, 2007 8:34 pm
Location: Utah, USA

Post by ammaross »

I had the same problem on a Fedora 7 install. I used the command:

Code: Select all

perl -MCPAN -e shell
Set that up and at the prompt it gives, type "install PHP::Serialization" (without quotes) and it should work for you.
kapostolou
Posts: 12
Joined: Wed Dec 26, 2007 10:22 pm

Post by kapostolou »

Thanx this was really a help.
Locked