mysql it is preferable to take with oskin.ru. All packages it is required which libmysqlclient.so.10 too are on oskin.ru.
During creation of a package it was used ffmpeg-0.4.9-0.20041110.1.1.fc3.fr
Search found 84 matches
- Thu May 12, 2005 5:28 pm
- Forum: ZoneMinder Previous Versions
- Topic: Installl fails on FC3 (RPMs)
- Replies: 2
- Views: 3189
- Wed Apr 20, 2005 1:20 pm
- Forum: ZoneMinder Previous Versions
- Topic: chkconfig doesn't work
- Replies: 5
- Views: 3885
Try:
Code: Select all
/sbin/chkconfig --add zm
- Mon Apr 11, 2005 3:52 pm
- Forum: User Contributions
- Topic: Progress Bar + zm-1.21.0-304.FC is out!
- Replies: 5
- Views: 6693
But I have given the URL's to 3 screenshots and 1 videoclip:
http://oskin.ru/zm/1-pbar.jpg
http://oskin.ru/zm/2-pbar.jpg
http://oskin.ru/zm/3-pbar.jpg
http://oskin.ru/zm/pbar.avi
http://oskin.ru/zm/1-pbar.jpg
http://oskin.ru/zm/2-pbar.jpg
http://oskin.ru/zm/3-pbar.jpg
http://oskin.ru/zm/pbar.avi
- Mon Apr 11, 2005 12:43 pm
- Forum: User Contributions
- Topic: Progress Bar + zm-1.21.0-304.FC is out!
- Replies: 5
- Views: 6693
Progress Bar + zm-1.21.0-304.FC is out!
It is compiled for Fedora Core 3 and MySQL-4.1.x. Added patch for show progress bar. Screenshot's: 1 , 2 , 3 . Video: http://oskin.ru/zm/pbar.avi (421kB) Patch: http://oskin.ru/zm/zm-1.21.0-pbar.patch Activation: Source -> Misc -> Show Progress Bar How it works: After each event (and if were ...
- Thu Mar 31, 2005 6:11 am
- Forum: ZoneMinder Previous Versions
- Topic: Mandrake RPMS
- Replies: 10
- Views: 5313
- Wed Mar 30, 2005 4:55 pm
- Forum: ZoneMinder Previous Versions
- Topic: Mandrake RPMS
- Replies: 10
- Views: 5313
I would like to hear from anyone who has upgraded their FC3 system. How did it go? :twisted: I always check "new install" and "update". On my home system updating ZM is made exclusively by a command "rpm -F zm-.... rpm". At "update" there were similar problems, but they are corrected still in zm-1 ...
- Fri Mar 25, 2005 2:39 pm
- Forum: ZoneMinder Previous Versions
- Topic: new install report: zmu always segfaulting, jpeg-mmx works!
- Replies: 4
- Views: 4010
Re: new install report: zmu always segfaulting, jpeg-mmx wor
Also earlier in the installation I successfully got zoneminder running (minus ZMU of course) with libjpeg-mmx from the mjpeg suite. This version of libjpeg uses MMX, and the CPU dropped about 3 fold!!. I have compiled zm-1.20.1 with jpeg-mmx-current_cvs (statically linked) and have compared work ...
- Mon Feb 21, 2005 9:13 pm
- Forum: Non-ZoneMinder Chat
- Topic: chroot, mod_security, or other web-server hardening tricks?
- Replies: 3
- Views: 5345
- Mon Feb 21, 2005 2:59 pm
- Forum: ZoneMinder Previous Versions
- Topic: RH9 problem
- Replies: 2
- Views: 3027
Phil, IMHO solution of this problem is described here: http://www.zoneminder.com/forums/viewto ... =6528#6528
- Thu Feb 03, 2005 11:32 am
- Forum: ZoneMinder Previous Versions
- Topic: Couple of startup problems
- Replies: 18
- Views: 13792
I too could receive this error on RedHat-9 and perl-5.8.0. On FC3 and perl-5.8.5 works correctly. Line my ( $name, $value ) = $str =~ /^\s*([^=\s]+)\s*=\s*([^=\s]+)\s*$/; is necessary to replace a line my ( $name, $value ) = $str =~ /^\s*([^=\\s]+)\s*=\s*(\S+)\s*$/; Essence in replacement "[^=\s ...
- Wed Feb 02, 2005 3:56 pm
- Forum: ZoneMinder Previous Versions
- Topic: Couple of startup problems
- Replies: 18
- Views: 13792
Strange, regular expressions in perl work on miscellaneous on your and my OS... Try to replace in all scripts (*.pl) string my ( $name, $value ) = $str =~ /^\s*([^=\s]+)\s*=\s*([^=\s]+)\s*$/; with string my ( $name, $value ) = $str =~ /^\s*([^=\s]+)\s*=\s*([^=\s]+)\s*\n*$/; It is added "\n*" at the ...
- Wed Feb 02, 2005 2:33 pm
- Forum: ZoneMinder Previous Versions
- Topic: ZM-1.20.0 Fedoa Core 3 RPM
- Replies: 54
- Views: 31037
Try ftp://oskin.ru/pub/linux/RedHat/MyRPMS/ ... 3.i386.rpm , it is compiled with mysql-4.1.9. Other packages compiled with mysql-4.1.* (perl-DBD-MySQL, php, etc.) lay in the same directory.
- Wed Feb 02, 2005 7:18 am
- Forum: ZoneMinder Previous Versions
- Topic: Couple of startup problems
- Replies: 18
- Views: 13792
- Tue Feb 01, 2005 10:57 pm
- Forum: ZoneMinder Previous Versions
- Topic: Couple of startup problems
- Replies: 18
- Views: 13792
- Tue Feb 01, 2005 8:42 pm
- Forum: ZoneMinder Previous Versions
- Topic: Couple of startup problems
- Replies: 18
- Views: 13792
Apply this patch and show me result: --- zmpkg.pl.orig 2005-02-01 23:20:00.237731021 +0300 +++ zmpkg.pl 2005-02-01 23:24:41.885247769 +0300 @@ -48,7 +48,9 @@ { next if ( $str =~ /^\s*$/ ); next if ( $str =~ /^\s*#/ ); + print STDERR "[".$str."]\n"; my ( $name, $value ) = $str =~ /^\s*([^=\s]+)\s*=\s ...