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.
1.23 CentOS install error
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
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
Say no when it asks you if you want to configure unless you want to answer a bunch of config questions. Then type answering yes to any sensible questions and then
Code: Select all
perl -MSPAN -eshell
Code: Select all
install PHP::Serialization
Code: Select all
quit
Phil
CentOS installation instructions
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
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