Thanks for the reply, mrLitter.
I redid what you suggested.
However, it seems that in my installation, the api commands were not included in the install.
I'll have to try a re-install, unless some kind soul will tar and zip up their api directory from an ubuntu machine and send it to me...
Search found 9 matches
- Sun May 15, 2016 2:14 pm
- Forum: ZoneMinder 1.29.x
- Topic: API Commands Not Found - Ubuntu 16.04
- Replies: 7
- Views: 4478
- Sun May 15, 2016 1:03 pm
- Forum: ZoneMinder 1.29.x
- Topic: API Commands Not Found - Ubuntu 16.04
- Replies: 7
- Views: 4478
Re: API Commands Not Found - Ubuntu 16.04
I did use those instructions, yes. Strange.
Can someone tar up the /usr/share/zoneminder/www/api directory for me?
Can someone tar up the /usr/share/zoneminder/www/api directory for me?
- Thu May 12, 2016 2:20 pm
- Forum: ZoneMinder 1.29.x
- Topic: API Commands Not Found - Ubuntu 16.04
- Replies: 7
- Views: 4478
API Commands Not Found - Ubuntu 16.04
I have ZM 1.29.0 with Ububtu 16.04 - fresh install. Got everything working and want to try out the API. When I try the API commands as per the documentation I get command not found (after getting cookie information). ------ $ curl -b cookies.txt http://localhost/zm/api/monitors.json <!DOCTYPE HTML ...
- Thu Sep 15, 2011 11:31 am
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 21468
Re: Compile Error
If you manually type the command g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/share/ffmpeg/include -Wall -Wno-sign-compare -fno-inline -I/usr/share/ffmpeg/include -D__STDC_CONSTANT_MACROS -E zmc.cpp > zmc-full.cpp then it should just run the pre-processor and include all the files it uses. If ...
- Sun Sep 11, 2011 11:23 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 21468
Re: Compile Error
add this --with-ffmpeg=/usr/local/share/ffmpeg CPPFLAGS="-D__STDC_CONSTANT_MACROS" and ./configure again note: for fedora it may be just /usr/share/ffmpeg I never used the fedora distro bummer - thanks for the attempt... I appreciate it. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/share ...
- Sun Sep 11, 2011 6:34 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 21468
Re: Compile Error
one last thing, ffmpeg output and your ./configure command you used. ffmpeg version git-snapshot-oldabi-20110612-RPMFusion, Copyright (c) 2000-2011 the FFmpeg developers built on Jul 1 2011 17:42:31 with gcc 4.6.0 20110509 (Red Hat 4.6.0-7) configuration: --prefix=/usr --bindir=/usr/bin --datadir ...
- Sun Sep 11, 2011 5:50 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 21468
Re: Compile Error
copy and paste the output of: cat /etc/*-release && uname -isr and aslo yum list installed | grep ffmpeg Fedora release 15 (Lovelock) Fedora release 15 (Lovelock) Fedora release 15 (Lovelock) Linux 2.6.40.4-5.fc15.i686 i386 ffmpeg.i686 0.7-0.3.20110612git.fc15 ffmpeg-devel.i686 0.7-0.3.20110612git ...
- Sun Sep 11, 2011 3:24 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 21468
- Sun Sep 11, 2011 3:16 pm
- Forum: ZoneMinder 1.25.x
- Topic: Fedora 14 trouble making
- Replies: 5
- Views: 3859
Re: Fedora 14 trouble making
Same problem with fedora 15. Tried compiling 1.24 as well. Similiar issue.