Search found 18 matches

by onina
Tue May 13, 2008 8:49 am
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

FFmpeg version SVN-r13065, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-swscale --prefix=/usr libavutil version: 49.6.0 libavcodec version: 51.56.0 libavformat version: 52.13.0 libavdevice version: 52.0.0 built on May 10 2008 10:46:39, gcc: 4.1.2 20070626 (Red ...
by onina
Tue May 13, 2008 1:32 am
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

I finally got it working with the latest Zoneminder and ffmpeg updates. A great big thank you to all those that helped me out.
I have one other query, does anyone know how to get zoneminder to stream in flash video format (uTube style)
by onina
Mon May 12, 2008 9:12 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

Thank's. That seemed to get it installed. I guess I now just need to update the database, although it does appear to be using the original database. Has the database structure changed between ZoneMinder-1.22.3 and ZoneMinder-1.23.3? DO I actually need to update the db?
by onina
Mon May 12, 2008 6:30 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

FFmpeg version SVN-r13065, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-swscale --prefix=/usr libavutil version: 49.6.0 libavcodec version: 51.56.0 libavformat version: 52.13.0 libavdevice version: 52.0.0 built on May 10 2008 10:46:39, gcc: 4.1.2 20070626 (Red ...
by onina
Sun May 11, 2008 6:19 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

Here is where avformat.h and swscale.h exist on my system

/usr/include/libavformat/avformat.h
/usr/include/libswscale/swscale.h

Why is Zoneminder not finding them and what can I possibly do to fix this.

Any and all help greatly appreciated.
by onina
Sun May 11, 2008 4:58 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

Here's what I ran: ./configure --with-ffmpeg=/usr ZM_DB_PASS=zmpass --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-mysql=/usr --with-libarch=lib --with-pcre=/usr/include ZM_SSL_LIB=openssl This seemed to go fine. Then make This did not go so fine. make make all-recursive make[1 ...
by onina
Sun May 11, 2008 4:25 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

I ran a make uninstall and it seemed to hang at the below point. I had to do a <Ctrl> C, to get my cursor back. rm -f '/var/www/html/zm/zm_lang_nl_nl.php' rm -f '/var/www/html/zm/zm_lang_it_it.php' rm -f '/var/www/html/zm/zm_lang_es_ar.php' rm -f '/var/www/html/zm/zm_lang_pt_br.php' rm -f '/var/www ...
by onina
Sun May 11, 2008 12:14 am
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

Is the anyway I can upgrade the database whilst maintaining the information from the previous database?
by onina
Sat May 10, 2008 3:54 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

Ok, it seems that I have managed to reinstall ffmpeg after manually removing the previous install.
Should I also remove the previous Zoneminder install?
by onina
Sat May 10, 2008 1:43 am
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

I really appreciate your help. But I am a little confused in what your suggesting. Are you saying that when I run ./configure for ffmpeg I should append the ./configure with --prefix=/usr, like so: ./configure --prefix=/usr And when I run ./configure for Zoneminder I should run it appended with ...
by onina
Sat May 10, 2008 12:38 am
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

Do you know what thew names of the files are. The seem to be a lot of files in /usr/lib (This is where they are on my system) /usr/lib/ and /usr/bin/ I am not sure what files to remove. And don't want to remove any files that are relevant to other applications or the system, other than files related ...
by onina
Fri May 09, 2008 2:12 am
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

So in summary what have we got? I am running Zoneminder on a CentOS5 Sytem With the CentOS (2.6.18-53.1.14.el5) kernel And ZoneMinder-1.23.3 I have no idea what version of ffmpeg I am running but it's the latest ffmpeg svn checkout. As of this date. (See date of post). And I can't seem to compile ...
by onina
Thu May 08, 2008 11:49 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

I am still somewhat confused. The command ./configure --with-ffmpeg=/opt does not seem to be valid. This is what I get when I try to ./configure --with-ffmpeg=/opt ./configure --with-ffmpeg=/opt Unknown option "--with-ffmpeg=/opt". See ./configure --help for available options. I am not sure if this ...
by onina
Thu May 08, 2008 10:20 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

I can't seem to find the original ffmpeg source.
What files do I need to remove? My ffmpeg binary is in /usr/bin/
by onina
Thu May 08, 2008 6:08 pm
Forum: ZoneMinder Previous Versions
Topic: Make error
Replies: 43
Views: 29137

Here are the options I am offered when running --help Standard options: --help print this message --logfile=FILE log tests and output to FILE [config.err] --disable-logging do not log configure debug information --prefix=PREFIX install in PREFIX [/usr/local] --libdir=DIR install libs in DIR [PREFIX ...