1.23 CentOS install error

Support and queries relating to all previous versions of ZoneMinder
Locked
retrial5
Posts: 10
Joined: Thu Oct 18, 2007 7:23 pm

1.23 CentOS install error

Post 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.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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
Phil
mmartin
Posts: 15
Joined: Fri May 02, 2008 11:22 am

CentOS installation instructions

Post 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
Locked