Page 1 of 1

1.23 CentOS install error

Posted: Tue Apr 29, 2008 4:15 pm
by retrial5
When I run my ./configure with switches I get the following:

ZM requires PHP::Serialization.

I'm on CentOS 5.1. Can someone tell me the name of the package I need to download for this please?

Thanks.

Posted: Tue Apr 29, 2008 9:30 pm
by zoneminder
I don't think this perl module is available via yum or any package managers in Centos yet. You can install it directly via perl by doing

Code: Select all

perl -MSPAN -eshell
Say no when it asks you if you want to configure unless you want to answer a bunch of config questions. Then type

Code: Select all

install PHP::Serialization
answering yes to any sensible questions and then

Code: Select all

quit

CentOS installation instructions

Posted: Fri May 02, 2008 11:26 am
by mmartin
Based on information found on this site, i created step by step installation instructions for CentOS 5 and Zoneminder 1.23.2 at http://www.mladekfamily.com/blog/storie ... 28/2314450

btw, easy way to install serialization

wget http://dag.wieers.com/rpm/packages/perl ... noarch.rpm

rpm -i perl-PHP-Serialization-0.27-1.el5.rf.noarch.rpm