Upgrading "v1.23.3" to "1.24.1"

Forum for questions and support relating to the 1.24.x releases only.
Locked
skydivingpt
Posts: 2
Joined: Fri May 15, 2009 7:51 am
Location: Lisboa , Portugal

Upgrading "v1.23.3" to "1.24.1"

Post by skydivingpt »

Hi all,

:!: Im new in Linux..
I have CentOS 5.3, working just fine :!:
i have instaled and working great the "v1.23.3", but i'd like to have "authentication" on the entry page,
so i tried to upgraded to the latest version "1.24.1",
i followed the posted intructions for "Upgrading" :

0- the "ZoneMinder Console " state is Stoped
1- ./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/bin/
2- make install

Then an error :

Making install in src
make[1]: Entering directory `/ZoneMinder/1.24.1/ZoneMinder-1.24.1/src'
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -frepo -g -O2 -MT zm_remote_camera_rtsp.o -MD -MP -MF .deps/zm_remote_camera_rtsp.Tpo -c -o zm_remote_camera_rtsp.o zm_remote_camera_rtsp.cpp
zm_remote_camera_rtsp.cpp: In member function âvirtual int RemoteCameraRtsp::Capture(Image&)â:
zm_remote_camera_rtsp.cpp:229: error: âSWS_BICUBICâ was not declared in this scope
zm_remote_camera_rtsp.cpp:229: error: âsws_getContextâ was not declared in this scope
zm_remote_camera_rtsp.cpp:234: error: âsws_scaleâ was not declared in this scope
make[1]: *** [zm_remote_camera_rtsp.o] Error 1
make[1]: Leaving directory `/ZoneMinder/1.24.1/ZoneMinder-1.24.1/src'
make: *** [install-recursive] Error 1


and how can "upgrade" ?

I have seen the logsin "/temp", and no error appears.
Does this one helps ? ( http://skydiving.no.sapo.pt/zmupdate.pl )

Many Tanks !! :wink:
SkyPT
Only the Sky is the limit...
timcraig
Posts: 195
Joined: Mon Dec 10, 2007 5:53 pm
Location: San Jose, CA

Post by timcraig »

To get the authentication page go to the 'System' tab in options page and enable 'OPT_USE_AUTH'. Then restart zoneminder and you'll get the authentication page. This is true for 1.24.x, 1.23.x and older versions of Zoneminder.


You're 1.24.1 compile problems look like an issue with ffmpeg's development libraries. Either you don't have ffmpeg the dev packages installed (installed 1.23.3 from a RPM?) or your copy of ffmpeg is too old for 1.24.1.
skydivingpt
Posts: 2
Joined: Fri May 15, 2009 7:51 am
Location: Lisboa , Portugal

Post by skydivingpt »

Hi
tanks for replying,

i have upgraded to the latest ffmpeg, and re-started the server;
my "real" problem in authentication, is that , when i enabeled,
- i cant see any image or events\stills from my only camera, just a blank space
- i can generate and view videos, from the several events
- (in non-authentication, works just fine) !

I have check and tryed combinations in "priviliges" , but no luck :?

Could it be user system permissions, will trie it....
I tried no changes...

I tried :
http://www.zoneminder.com/wiki/index.ph ... dow_etc.3F

But still the same results... :(

[ sorry my bad English... :oops: ]


Tanks,
SkyPT
Only the Sky is the limit...
Locked