Installation hell

Forum for questions and support relating to the 1.24.x releases only.
Locked
philwild
Posts: 8
Joined: Wed Jul 27, 2011 4:23 pm

Installation hell

Post by philwild »

Hi all,

I have been struggling all day to get a clean install of zm.

I started with pre-built packages for ubuntu (1.24.2) but had issues about "SQL-ERROR(E5DDBF): Unknown column 'undefined' in 'where clause'"

I could get video streaming working, but could not view the stills for an event and it reported frames as none.

I eventually gave up and resorted to compiling 1.24.4 but had the same issues. Searching the forums suggested compiling for SVN, but when I download trunk, it will not compile. I get the following...


zm_local_camera.cpp: In static member function âstatic bool LocalCamera::GetCurrentSettings(const char*, char*, int, bool)â:
zm_local_camera.cpp:774: error: âPATH_MAXâ was not declared in this scope
zm_local_camera.cpp:779: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:781: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:782: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:799: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:801: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:811: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:936: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:961: error: âqueryDeviceâ was not declared in this scope
zm_local_camera.cpp:1086: error: âqueryDeviceâ was not declared in this scope
make[2]: *** [zm_local_camera.o] Error 1
make[2]: Leaving directory `/home/phil/zm/zm/src'

Any suggestions?

Many thanks

Phil
eufreka
Posts: 15
Joined: Tue Jun 14, 2011 4:07 pm

Re: Installation hell

Post by eufreka »

Hate to tell you, but I would start over. I used this guide: http://www.cshenry.net/installing-zonem ... -centos-56

It worked perfectly. I just grabbed a boot iso and did a network install of centos 5.6... then it was really copy/paste.
Locked