I followed the ZM installation guide on Ubuntu 9.04 server 32 bit. But the compilation
failed and "make" returned 2 errors in the "Install & Config zoneminder" section. If you
had a successful zm install on Ubuntu 9.10 server 32 bit please help with how
you were able to get it done. If you followed this procedure what changes did you make? http://www.zoneminder.com/wiki/index.ph ... rver_32bit
Thanks
yosepht wrote:I followed the ZM installation guide on Ubuntu 9.04 server 32 bit. But the compilation
failed and "make" returned 2 errors in the "Install & Config zoneminder" section. (
Here are a few of the lines from make. I couldn't cut and paste from a server terminal on
another computer.
================================
:
:
zm_utitls.cpp:32: error: 'vsprintf" was not declared in this scope
:
:
zm_utils.cpp:47: error: "vsprintf" was not declared in this scope
:
:
:
make[2]: *** [zm_utils.o] error1
make[2]: leaving directory 'usr/src/zm/src
make[2]: *** [all_recursive] error1
make[2]: leaving directory 'usr/src/zm
make: *** [all] error 2
yosepht wrote:Here are a few of the lines from make. I couldn't cut and paste from a server terminal on
another computer.
================================
:
:
zm_utitls.cpp:32: error: 'vsprintf" was not declared in this scope
:
:
zm_utils.cpp:47: error: "vsprintf" was not declared in this scope
Try this:
Edit the file: ZoneMinder-1.24.2/src/zm_utils.cpp and, after the second line, add the following: