Re: [CentOS] zoneminder

2014-02-06 Thread m . roth
Lamar Owen wrote:
> On 02/06/2014 10:33 AM, m.r...@5-cent.us wrote:
>> One more thing about zoneminder: after installing it on an FC19 system,
>> I don't see anything that I could immediately identify as a driver. *HOW*
>> does it get the video? In motion, the very lightweight package, it's
>> using V4L2, and the drivers, gspca*, are part of the kernel these days. If
>> ZoneMindar is using the same drivers, then I'd expect that it would
>> occasionally, after an update, wind up with the same problems motion
>> does.
>
> In the zoneminder web console, click the 'Add New Monitor' button. In
> the 'Monitor' dialog, and the 'General' tab, click the pulldown by
> 'Source Type' and select 'local.'   In the 'Source' tab, enter the video
> device path and select the 'Capture Method' (V4L1 and V4L2 are both

Ok, so it *is* the same device driver... the ones I worry about.

On the other hand, if we get *new*, higher quality cameras, it'll be
different drivers to worry about. 
>>
>> Btw, I'm now also looking at lower-end video capture cards, like the
>> Hauppage Impactvdb, model 188 (four bnc inputs). For that, what I
>> haven't found out yet, is whether it provides the cameras one at a
time, to be
>> switched among, or if all four can stream at the same time, which is
>> what we *must* have.
>>
> You need a capture chip per simultaneous channel.  Most of the low-end
> '4 input' cards have one chip and a 4 to 1 mux.
>
> Linux Media Labs has a four-chip card at a pretty good price point, and
> they specifically support zoneminder.  See:
> http://www.linuxmedialabs.com/product_details.php?prodid=350 for the
> specific card, which is $165, and a lot less than the previous 4 channel
> LMLBT44 card was (we have three of the LMLBT44's, and paid ~$400 each
> for them ten years ago, but they're half that price now. Oh, and they
> all three still work fine.).

Bing! THANK YOU!!! That *is* in our price range, and is exactly the kind
of thing I've been trying to find, *and* I see it support both ZM *and*
Motion.

   mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread Lamar Owen
On 02/06/2014 10:33 AM, m.r...@5-cent.us wrote:
> One more thing about zoneminder: after installing it on an FC19 system, I
> don't see anything that I could immediately identify as a driver. *HOW*
> does it get the video? In motion, the very lightweight package, it's using
> V4L2, and the drivers, gspca*, are part of the kernel these days. If
> ZoneMindar is using the same drivers, then I'd expect that it would
> occasionally, after an update, wind up with the same problems motion does.

In the zoneminder web console, click the 'Add New Monitor' button. In 
the 'Monitor' dialog, and the 'General' tab, click the pulldown by 
'Source Type' and select 'local.'   In the 'Source' tab, enter the video 
device path and select the 'Capture Method' (V4L1 and V4L2 are both 
supported).  You need to set up the V4Lv1 or v2 system properly and see 
which device is which card, etc.  For each capture chip you'll need to 
set the Device Channel and format, and the other details.  There are no 
'drivers' per se except what V4L exposes.

>
> Btw, I'm now also looking at lower-end video capture cards, like the
> Hauppage Impactvdb, model 188 (four bnc inputs). For that, what I haven't
> found out yet, is whether it provides the cameras one at a time, to be
> switched among, or if all four can stream at the same time, which is what
> we *must* have.
>
You need a capture chip per simultaneous channel.  Most of the low-end 
'4 input' cards have one chip and a 4 to 1 mux.

Linux Media Labs has a four-chip card at a pretty good price point, and 
they specifically support zoneminder.  See: 
http://www.linuxmedialabs.com/product_details.php?prodid=350 for the 
specific card, which is $165, and a lot less than the previous 4 channel 
LMLBT44 card was (we have three of the LMLBT44's, and paid ~$400 each 
for them ten years ago, but they're half that price now. Oh, and they 
all three still work fine.).

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread Matt Garman
On Thu, Feb 6, 2014 at 9:33 AM,   wrote:
> One more thing about zoneminder: after installing it on an FC19 system, I
> don't see anything that I could immediately identify as a driver. *HOW*
> does it get the video? In motion, the very lightweight package, it's using
> V4L2, and the drivers, gspca*, are part of the kernel these days. If
> ZoneMindar is using the same drivers, then I'd expect that it would
> occasionally, after an update, wind up with the same problems motion does.

That's why I suggested IP cameras earlier, as there is no driver.  Or,
figuratively speaking, the IP stack is the driver.  Anything can break
after an update, but basic networking functionality is one of those
things I don't expect to break.

Also, why are you doing updates anyway?  If you had an appliance, as
you wanted, would you be doing updates on that?  Probably not, if it's
working.  So why worry about updates?  Put ZM on a dedicated server or
VM, get it working the way you want, then leave it alone.  Weld the
case shut and disable remote logins and now you literally have an
appliance.

> Btw, I'm now also looking at lower-end video capture cards, like the
> Hauppage Impactvdb, model 188 (four bnc inputs). For that, what I haven't
> found out yet, is whether it provides the cameras one at a time, to be
> switched among, or if all four can stream at the same time, which is what
> we *must* have.

My personal experience with lower-end hardware is that it's the stuff
most likely to break during updates.  It's cheap so the release
process is sloppy and documentation
lagging/poor/inaccurate/non-existent, so you end up with situations
where the drivers are chasing infinite subtle revisions, and/or
reverse engineered, and/or some other kind of kludgery.

If you pay a premium, you can buy stuff that has official Linux
support from the manufacturer.  I was looking at Sensoray products for
my home, but they are out of my price range.  Probably beyond your
budget as well (based on what you've suggested), but it appears that
Linux is an explicit target for their products, not an afterthought or
the dreaded unsupported/use-at-your-own-risk.

But again, IP cameras remove all this complexity
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread m . roth
One more thing about zoneminder: after installing it on an FC19 system, I
don't see anything that I could immediately identify as a driver. *HOW*
does it get the video? In motion, the very lightweight package, it's using
V4L2, and the drivers, gspca*, are part of the kernel these days. If
ZoneMindar is using the same drivers, then I'd expect that it would
occasionally, after an update, wind up with the same problems motion does.

Btw, I'm now also looking at lower-end video capture cards, like the
Hauppage Impactvdb, model 188 (four bnc inputs). For that, what I haven't
found out yet, is whether it provides the cameras one at a time, to be
switched among, or if all four can stream at the same time, which is what
we *must* have.

One more note: framerate is completely a trivial priority - we normally
run < 5/sec, since we're interested in who's come into a locked room, and
where they went. We can also get a check of whose key card let them in, so
that helps with the identification, as does knowing everyone who might
come in (beyond the fire marshal, or building engineering)


mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread Ljubomir Ljubojevic
On 02/06/2014 01:21 PM, mark wrote:
> On 02/05/14 18:11, Ljubomir Ljubojevic wrote:
>> On 02/05/2014 04:58 PM, m.r...@5-cent.us wrote:
>>> Is there a package for zoneminder in the std repos (base, rpmfusion,
>>> epel), or just on rpmforge?
>>>
>>>mark "unless someone's got a security DVR to loan us for 
>>> testing"
>>
>> There is one "zoneminder" package 1.24.4 in nux-desktop repository, 1.25
>> in puias-unsupported
>> and "mythzoneminder" 0.26 in rpmfusion-free-updates and in atrpms-stable
>>
> What *is* mythzoneminder? I thought it had something to do with MythTV.
>

Sorry, it seams just to be interface to connect to zoneminder. I thought 
it was more like variant of zoneminder.

Name: mythzoneminder
Arch: x86_64
Version : 0.24.1
Release : 3.el6
Size: 145 k
Repo: centdos
Summary : A module for MythTV for camera security and surveillance
URL : http://www.mythtv.org/
License : GPLv2+ and LGPLv2+ and LGPLv2 and (GPLv2 or QPL) and 
(GPLv2+ or LGPLv2+)
Description : MythZoneMinder is a plugin to interface to some of the 
features of
 : ZoneMinder. You can use it to view a status window 
similar to the
 : console window in ZM. Also there are screens to view live 
camera shots
 : and replay recorded events.



-- 
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread Joseph Spenner
On Wed, Feb 5, 2014 at 2:57 PM, John R Pierce  wrote:


>> On 2/5/2014 11:45 AM, Joseph Spenner wrote:
>> >    Have you seen Zoneminder run?  It's a complete solution, with a web
>> interface and historical information for everything it saw.  It connects to
>> the cameras, grabs their images (presented as JPG files), stores a time
>> range of them, and determines if there was a 'change'.  If so, it goes back
>> a few images, and begins a 'movie' of the images leading up to the event,
>> and through the event itself.   When viewing these events, you have the
>> option to save them as AVI, MPG, MOV, WMV, SFW.  Those video files are them
>> available to download.
>> > The footprint isn't that big.   My installation (VM) is currently using
>> about 2G of space.
>>
>> the security camera I'm using for fun at home streams everything as TS
>> (mpeg4 transport stream) at a configurable 10-30fps. it only saves
>> segments with motion in them, including user configurable seconds
>> before/after any motion event.
>>
>> doing that with JPG's would be brutal.
>>
>>
>The management software for the Ubiquiti AirCams save(s|d) to JPG files on
>the controller/management host.
>Last I tinkered with them (it's been months) that's the case.

I only have experience with my simple Foscam (generic) cameras.  They have fast 
streaming video, but the ZoneMinder hits the camera at an interval defined in 
its configuration.  You can set it to do many FPS, or just a few-- depending on 
what you think you need.  SO even if your camera does a hundred FPS, ZoneMinder 
has the ability to deal with it-- if you adjust the configurable ZoneMinder FPS 
accordingly.

__
If life gives you lemons, keep them-- because hey.. free lemons.
"♥ Sticker" fixer:  http://microflush.org/stuff/stickers/heartFix.html
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread Lamar Owen
On 02/05/2014 07:01 PM, Les Mikesell wrote:
> You could spend your budget on IP cameras and not need to worry about
> hardware connections or where the server sits.   If your old system
> works with IP cameras you could probably use the same approach - run
> it under an OS that works in a VM somewhere and treat it like an
> appliance.
>

The caution with IP cameras and zoneminder together is the significant 
increase in CPU load due to zm's transcoding, with MJPEG cameras in 
particular.  I'm running a zm here with a few older IP cams on VMware 
ESX and had to drop the framerate each time I added a camera due to the 
CPU load.  And the load of just storing the individual JPEG files is 
pretty significant if you record.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread SilverTip257
On Wed, Feb 5, 2014 at 2:57 PM, John R Pierce  wrote:

> On 2/5/2014 11:45 AM, Joseph Spenner wrote:
> >Have you seen Zoneminder run?  It's a complete solution, with a web
> interface and historical information for everything it saw.  It connects to
> the cameras, grabs their images (presented as JPG files), stores a time
> range of them, and determines if there was a 'change'.  If so, it goes back
> a few images, and begins a 'movie' of the images leading up to the event,
> and through the event itself.   When viewing these events, you have the
> option to save them as AVI, MPG, MOV, WMV, SFW.  Those video files are them
> available to download.
> > The footprint isn't that big.   My installation (VM) is currently using
> about 2G of space.
>
> the security camera I'm using for fun at home streams everything as TS
> (mpeg4 transport stream) at a configurable 10-30fps. it only saves
> segments with motion in them, including user configurable seconds
> before/after any motion event.
>
> doing that with JPG's would be brutal.
>
>
The management software for the Ubiquiti AirCams save(s|d) to JPG files on
the controller/management host.
Last I tinkered with them (it's been months) that's the case.


>
> --
> john r pierce  37N 122W
> somewhere on the middle of the left coast
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
---~~.~~---
Mike
//  SilverTip257  //
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-06 Thread mark
On 02/05/14 18:11, Ljubomir Ljubojevic wrote:
> On 02/05/2014 04:58 PM, m.r...@5-cent.us wrote:
>> Is there a package for zoneminder in the std repos (base, rpmfusion,
>> epel), or just on rpmforge?
>>
>>   mark "unless someone's got a security DVR to loan us for 
>> testing"
>
> There is one "zoneminder" package 1.24.4 in nux-desktop repository, 1.25
> in puias-unsupported
> and "mythzoneminder" 0.26 in rpmfusion-free-updates and in atrpms-stable
>
What *is* mythzoneminder? I thought it had something to do with MythTV.

mark
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread Les Mikesell
On Wed, Feb 5, 2014 at 5:56 PM, Ljubomir Ljubojevic  wrote:
> On 02/06/2014 12:17 AM, Les Mikesell wrote:
>> On Wed, Feb 5, 2014 at 9:58 AM,   wrote:
>>> Is there a package for zoneminder in the std repos (base, rpmfusion,
>>> epel), or just on rpmforge?
>>>
>>>  mark "unless someone's got a security DVR to loan us for 
>>> testing"
>>
>> Should be relatively easy to make their virtual machine run under
>> virtualbox or kvm if you don't have something running ESXi (and the
>> necessary windows console client) already.
>>
>
> Virtual Machine might need access to PCI/PCIe for CCTV card. So it would
> need IOMMU MB for host. I tested zoneminder with USB camera, works nice.
> I was just testing it though.

You could spend your budget on IP cameras and not need to worry about
hardware connections or where the server sits.   If your old system
works with IP cameras you could probably use the same approach - run
it under an OS that works in a VM somewhere and treat it like an
appliance.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread Ljubomir Ljubojevic
On 02/06/2014 12:17 AM, Les Mikesell wrote:
> On Wed, Feb 5, 2014 at 9:58 AM,   wrote:
>> Is there a package for zoneminder in the std repos (base, rpmfusion,
>> epel), or just on rpmforge?
>>
>>  mark "unless someone's got a security DVR to loan us for 
>> testing"
>
> Should be relatively easy to make their virtual machine run under
> virtualbox or kvm if you don't have something running ESXi (and the
> necessary windows console client) already.
>

Virtual Machine might need access to PCI/PCIe for CCTV card. So it would 
need IOMMU MB for host. I tested zoneminder with USB camera, works nice. 
I was just testing it though.

-- 
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread Les Mikesell
On Wed, Feb 5, 2014 at 9:58 AM,   wrote:
> Is there a package for zoneminder in the std repos (base, rpmfusion,
> epel), or just on rpmforge?
>
> mark "unless someone's got a security DVR to loan us for testing"

Should be relatively easy to make their virtual machine run under
virtualbox or kvm if you don't have something running ESXi (and the
necessary windows console client) already.

-- 
   Les Mikesell
  lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread Ljubomir Ljubojevic
On 02/05/2014 04:58 PM, m.r...@5-cent.us wrote:
> Is there a package for zoneminder in the std repos (base, rpmfusion,
> epel), or just on rpmforge?
>
>  mark "unless someone's got a security DVR to loan us for testing"
>

There is one "zoneminder" package 1.24.4 in nux-desktop repository, 1.25 
in puias-unsupported
and
"mythzoneminder" 0.26 in rpmfusion-free-updates and in atrpms-stable

-- 
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread John R Pierce
On 2/5/2014 11:45 AM, Joseph Spenner wrote:
>Have you seen Zoneminder run?  It's a complete solution, with a web 
> interface and historical information for everything it saw.  It connects to 
> the cameras, grabs their images (presented as JPG files), stores a time range 
> of them, and determines if there was a 'change'.  If so, it goes back a few 
> images, and begins a 'movie' of the images leading up to the event, and 
> through the event itself.   When viewing these events, you have the option to 
> save them as AVI, MPG, MOV, WMV, SFW.  Those video files are them available 
> to download.
> The footprint isn't that big.   My installation (VM) is currently using about 
> 2G of space.

the security camera I'm using for fun at home streams everything as TS 
(mpeg4 transport stream) at a configurable 10-30fps. it only saves 
segments with motion in them, including user configurable seconds 
before/after any motion event.

doing that with JPG's would be brutal.


-- 
john r pierce  37N 122W
somewhere on the middle of the left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread Joseph Spenner
From: "m.r...@5-cent.us" 

>
>
>Well, I'm trying it out on one of our very few FC19 boxes. It installed...
>now, what's this, I *have* to install and run mssql? And apache? This is a
>significantly larger footprint than motion.
>
>And now, while googling, because I was to tell it where I want it to store
>video, I see a thread noting that it stores it all as *jpegs*, not mpx, or
>avi, or Is this the case?

Mark:
  Have you seen Zoneminder run?  It's a complete solution, with a web interface 
and historical information for everything it saw.  It connects to the cameras, 
grabs their images (presented as JPG files), stores a time range of them, and 
determines if there was a 'change'.  If so, it goes back a few images, and 
begins a 'movie' of the images leading up to the event, and through the event 
itself.   When viewing these events, you have the option to save them as AVI, 
MPG, MOV, WMV, SFW.  Those video files are them available to download.
The footprint isn't that big.   My installation (VM) is currently using about 
2G of space.

===

"~heart~ Sticker"  fixer:  http://microflush.org/stuff/stickers/heartFix.html 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread m . roth
tdu...@palmettoshopper.com wrote:
> Subject: [CentOS] zoneminder
>
>> Is there a package for zoneminder in the std repos (base, rpmfusion,
>> epel), or just on rpmforge?
>
>>  mark "unless someone's got a security DVR to loan us for testing"
>
> Last time I checked on RPM Pbone search, there was not a current
> packe\age compatible with Centos 6.
>
> I took one from SRPM from rawhide and rebuilt it. The newer packages
> have a different kind on init script that Fedora uses.

Well, I'm trying it out on one of our very few FC19 boxes. It installed...
now, what's this, I *have* to install and run mssql? And apache? This is a
significantly larger footprint than motion.

And now, while googling, because I was to tell it where I want it to store
video, I see a thread noting that it stores it all as *jpegs*, not mpx, or
avi, or Is this the case?

  mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder

2014-02-05 Thread tdukes



 Original Message 
Subject: [CentOS] zoneminder
From: m.r...@5-cent.us
Date: Wed, February 05, 2014 8:58 am
To: "CentOS mailing list" 

Is there a package for zoneminder in the std repos (base, rpmfusion,
epel), or just on rpmforge?

 mark "unless someone's got a security DVR to loan us for testing"

Last time I checked on RPM Pbone search, there was not a current
packe\age compatible with Centos 6.

I took one from SRPM from rawhide and rebuilt it. The newer packages
have a different kind on init script that Fedora uses.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm

2011-09-29 Thread TE Dukes
 

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Lamar Owen
> Sent: Thursday, September 29, 2011 7:19 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm
> 
> On Tuesday, September 27, 2011 12:28:38 AM Joseph L. Casale wrote:
> > 
> >ftp://ftp.muug.mb.ca/mirror/fedora/linux/updates/testing/15/SRPMS/zon
> > >eminder
> > >-1.24.4-3.fc15.src.rpm
> > 
> > My bad, thought you had to modify the spec...
> > There were some recent changes to a bz I was following that got 
> > resolved which got me thinking now that CentOS 6 is out I 
> should get this done.
> 
> And without a whole lot of effort, this is doable with mock 
> (as installed from EPEL; you can get everything you need by 
> installing fedora-packager).  You need the following packages 
> in a local mock repo, all rebuilt with 'mock --rebuild' from 
> the F15 source RPM's grabbed from an F15 mirror:

This was my first attempt to rebuild a source rpm. It worked, it installed
and I'm stunned it runs. :-)

This weekend, I will pull my video capture card and install it in my new
server. I don't see any reason, at this point, it won't work, unless there
is a problem with this 32 bit PCI card.

What is a fedora-packager? It seems your method may be less time consuming
as it took me several hours to 'look for' and install the dependencies.
 
> perl-PHP-Serialization-0.34-2.el6.noarch.rpm
> perl-Sys-Mmap-0.14-3.el6.x86_64.rpm
> perl-Sys-Mmap-debuginfo-0.14-3.el6.x86_64.rpm

I had to install a lot more than that but it was a fresh CentOS 6 install
that didn't have a lot of perl modules installed.

> 
> (the debuginfo not really required).
> 
> You'll need to use createrepo on the lock mock repo; edit the 
> appropriate /etc/mock config (in my case, 
> /etc/mock/epel-6-x86_64.cfg) to make the local repo have:
> baseurl=file:///path/to/your/local/repo/
> 
> In my case, this was /var/lib/mock/localrepo:
> baseurl=file:///var/lib/mock/localrepo/

I have nothing in /var/lib/mock

> 
> If you want CR included in the buildroot you'll need to add 
> it to the mock config; you'll want to expand out the 
> $releasever and $basearch yourself.
> 
> Also, you need to issue 'mock --install perl-Time-HiRes' 
> since the F15 ZoneMinder package doesn't call that out as a 
> buildrequires, but it is in fact required (F14 at least 
> provides perl(Time::HiRes) in the perl package, but C6 
> provides it in perl-Time-HiRes).  And you need to do the mock 
> rebuild of the zoneminder source RPM with --no-clean after 
> the mock --install...

OK, you just lost me.

> 
> But I was able to get this to build.  I have not yet 
> installed it; that's the next step.

It would be nice to have all the requires built into the .rpm as mailscanner
provides but I'm sure that's some serious stuff I'd never be able to learn
on my own.

Zoneminder is a nice application. I wish the CentOS Community could make it
an 'extra'. Can't tell you the peace of mind I have when I'm out of town and
can check on my furry, four legged children.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm

2011-09-29 Thread Lamar Owen
On Tuesday, September 27, 2011 12:28:38 AM Joseph L. Casale wrote:
> >ftp://ftp.muug.mb.ca/mirror/fedora/linux/updates/testing/15/SRPMS/zoneminder
> >-1.24.4-3.fc15.src.rpm
> 
> My bad, thought you had to modify the spec...
> There were some recent changes to a bz I was following that got resolved which
> got me thinking now that CentOS 6 is out I should get this done.

And without a whole lot of effort, this is doable with mock (as installed from 
EPEL; you can get everything you need by installing fedora-packager).  You need 
the following packages in a local mock repo, all rebuilt with 'mock --rebuild' 
from the F15 source RPM's grabbed from an F15 mirror:

perl-PHP-Serialization-0.34-2.el6.noarch.rpm
perl-Sys-Mmap-0.14-3.el6.x86_64.rpm
perl-Sys-Mmap-debuginfo-0.14-3.el6.x86_64.rpm

(the debuginfo not really required).

You'll need to use createrepo on the lock mock repo; edit the appropriate 
/etc/mock config (in my case, /etc/mock/epel-6-x86_64.cfg) to make the local 
repo have:
baseurl=file:///path/to/your/local/repo/

In my case, this was /var/lib/mock/localrepo:
baseurl=file:///var/lib/mock/localrepo/

If you want CR included in the buildroot you'll need to add it to the mock 
config; you'll want to expand out the $releasever and $basearch yourself.

Also, you need to issue 'mock --install perl-Time-HiRes' since the F15 
ZoneMinder package doesn't call that out as a buildrequires, but it is in fact 
required (F14 at least provides perl(Time::HiRes) in the perl package, but C6 
provides it in perl-Time-HiRes).  And you need to do the mock rebuild of the 
zoneminder source RPM with --no-clean after the mock --install...

But I was able to get this to build.  I have not yet installed it; that's the 
next step.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm

2011-09-26 Thread Joseph L. Casale
>ftp://ftp.muug.mb.ca/mirror/fedora/linux/updates/testing/15/SRPMS/zoneminder
>-1.24.4-3.fc15.src.rpm

My bad, thought you had to modify the spec...
There were some recent changes to a bz I was following that got resolved which
got me thinking now that CentOS 6 is out I should get this done.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm

2011-09-26 Thread TE Dukes
 

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Joseph L. Casale
> Sent: Monday, September 26, 2011 9:51 PM
> To: 'CentOS mailing list'
> Subject: Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm
> 
> >http://palmettoshopper.com/zoneminder/zoneminder-1.24.4-3.el6
> .x86_64.rp
> >m
> >
> >Ooops, link corrected. Sorry!
> 
> That's on the end of one my last todo lists for a company I 
> work for. I gave it a go a couple times but had hardware 
> issues with the card I was using in CentOS 5. Care to post the srpm?
> 
> Thanks!
> jlc

Here ya go:
ftp://ftp.muug.mb.ca/mirror/fedora/linux/updates/testing/15/SRPMS/zoneminder
-1.24.4-3.fc15.src.rpm

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm

2011-09-26 Thread Joseph L. Casale
>http://palmettoshopper.com/zoneminder/zoneminder-1.24.4-3.el6.x86_64.rpm
>
>Ooops, link corrected. Sorry!

That's on the end of one my last todo lists for a company I work for. I gave it 
a go a couple times
but had hardware issues with the card I was using in CentOS 5. Care to post the 
srpm?

Thanks!
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm

2011-09-26 Thread TE Dukes
 

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Thomas Dukes
> Sent: Monday, September 26, 2011 9:40 PM
> To: 'CentOS mailing list'
> Subject: [CentOS] zoneminder-1.24.4-3.el6.x86_64.rpm
> 
> For all interested, I have rebuilt the src rpm for 
> zoneminder-1.24.4, fedora 15.
> 
> Its up and running on CentOS 6.0. Gonna have to d/l some 
> files. Most of mine came from rpm.pbone.net
> 
> The link is:

http://palmettoshopper.com/zoneminder/zoneminder-1.24.4-3.el6.x86_64.rpm

Ooops, link corrected. Sorry!

> 
> Eddie

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-10-08 Thread m . roth
R P Herrold wrote:
> On Fri, 1 Oct 2010, Joseph L. Casale wrote:
>
>>> ehh -- The version in RawHide will build and run under C5,
>>> with some tedious gathering and packaging of  buildchain work
>>>
>>> [herr...@centos-5 zoneminder]$ rpm -q zoneminder
>>> zoneminder-1.24.2-5orc
>>> [herr...@centos-5 zoneminder]$ ls *src.rpm | grep orc | wc
>>>  28  281021
>>> [herr...@centos-5 zoneminder]$
>
>> Although Motion looks neat, the project looks a bit quite for my taste.
>> KB's repo doesn't have a recent zm srpm would you care to update your
>> ftp site or share in the process you used to get the F14 rpm in CentOS?

I know nussing, nussing, of Zoneminder; however, we've been using motion
at work since years before I started here. Works fine.

mark "looking at me going into the server room, did I really not
comb my hair?"

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-10-01 Thread Joseph L. Casale
>ehh -- The version in RawHide will build and run under C5, 
>with some tedious gathering and packaging of  buildchain work
>
>[herr...@centos-5 zoneminder]$ rpm -q zoneminder
>zoneminder-1.24.2-5orc
>[herr...@centos-5 zoneminder]$ ls *src.rpm | grep orc | wc
>  28  281021
>[herr...@centos-5 zoneminder]$

Russ,
Although Motion looks neat, the project looks a bit quite for my taste.
KB's repo doesn't have a recent zm srpm would you care to update your
ftp site or share in the process you used to get the F14 rpm in CentOS?

Thanks!
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-09-21 Thread Phil Manuel
  On 22/09/10 2:39 PM, Joseph L. Casale wrote:
>> We gave up on zoneminder and moved to motion, easy to build RPM's and
>> configure.
>>
>> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
> Looks nice, I'll sub to that list but quick last question: After a read of 
> the docs, I
> get the idea it's not designed to output a continuous mpeg for each camera 
> like
> a real dvr, is that true?
>
> Thanks!
> jlc
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
I admit we do not use it in that manner but it does utilize ffmepg so 
mpeg out is possible.  I certainly have recorded video when events are 
triggered.

Phil.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-09-21 Thread Joseph L. Casale
>We gave up on zoneminder and moved to motion, easy to build RPM's and 
>configure.
>
>http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome

Looks nice, I'll sub to that list but quick last question: After a read of the 
docs, I
get the idea it's not designed to output a continuous mpeg for each camera like
a real dvr, is that true?

Thanks!
jlc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-09-21 Thread Phil Manuel
  On 22/09/10 11:39 AM, Thomas Dukes wrote:
> I have zoneminder 1.24.4 running under 5.5. The docs/support sucks. There is
> one comment you need to add to ./configure to get it to compile. It took me
> months to figure it out and find it on the zoneminder website.
>
> The best version was 1.23.3 but the current ffmpeg doesn't work with it.
>
> When I find it again, I'll post it. If you think it may be in my configure
> script somewhere, let me know and I'll post it.
>
We gave up on zoneminder and moved to motion, easy to build RPM's and 
configure.

http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-09-21 Thread Thomas Dukes
I have zoneminder 1.24.4 running under 5.5. The docs/support sucks. There is
one comment you need to add to ./configure to get it to compile. It took me
months to figure it out and find it on the zoneminder website. 

The best version was 1.23.3 but the current ffmpeg doesn't work with it.

When I find it again, I'll post it. If you think it may be in my configure
script somewhere, let me know and I'll post it.

> -Original Message-
> From: centos-boun...@centos.org 
> [mailto:centos-boun...@centos.org] On Behalf Of Joseph L. Casale
> Sent: Tuesday, September 21, 2010 8:02 PM
> To: 'centos@centos.org'
> Subject: [CentOS] Zoneminder
> 
> I have a few dvr's that I am contemplating converting to 
> Zoneminder (don't know any other app) and would prefer to use 
> CentOS over fedora obviously but the only rpm I see exists for Fedora.
> 
> I don't want the hassle of manually compiling this, as we 
> have our own config mgmt.
> 
> Anyone using this rpm (srpm recompiled) in CentOS or know of 
> a solution that exists?
> 
> Thanks!
> jlc
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2010-09-21 Thread Earl Ramirez
You can try the below like.

http://rpm.pbone.net/index.php3/stat/4/idpl/6098977/dir/centos_5/com/zoneminder-1.22.3-9.el5.kb.i386.rpm.html

On Wed, 2010-09-22 at 00:02 +, Joseph L. Casale wrote:
> I have a few dvr's that I am contemplating converting to Zoneminder (don't
> know any other app) and would prefer to use CentOS over fedora obviously
> but the only rpm I see exists for Fedora.
> 
> I don't want the hassle of manually compiling this, as we have our own config
> mgmt.
> 
> Anyone using this rpm (srpm recompiled) in CentOS or know of a solution
> that exists?
> 
> Thanks!
> jlc
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder

2008-06-06 Thread Filipe Brandenburger
On Fri, Jun 6, 2008 at 9:30 PM, Thomas Dukes <[EMAIL PROTECTED]> wrote:
> Does any one have current rpms for Zoneminder-1.23.3?  I can't get the
> source to compile on 4.6.

FC9 has 1.22.3. It probably shouldn't be hard to extract the specfile,
edit it to use the 1.23.3 sources and try to rebuild it. It might
work.

ftp://fr2.rpmfind.net/linux/fedora/updates/9/SRPMS/zoneminder-1.22.3-14.fc9.src.rpm

HTH,
Filipe
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?

2007-09-25 Thread Akemi Yagi
On 9/25/07, Dag Wieers <[EMAIL PROTECTED]> wrote:

> Look at:
>
> http://wiki.centos.org/PackageManagement/Yum/Priorities
> http://wiki.centos.org/Repositories/RPMForge
>
> If you have enabled the RPMforge repository, you can simply run:
>
> yum install perl-Device-SerialPort
>
> Kind regards,
> --
> --   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --

Always nice to get help from Dag :), but you can find which package to
install by the command:

yum provides "perl(Device::SerialPort)"

with the rpmforge repo enabled.  This will return (for example):

perl-Device-SerialPort.x86_641.003001-1.el5.rf  rpmforge
Matched from:
perl(Device::SerialPort) = 1.003

Akemi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?

2007-09-25 Thread Dag Wieers
On Mon, 24 Sep 2007, Ken Sedlacek wrote:

> Running Centos5 server software.
>
> Running ALL software except virtualization and server cluster.
>
> Patched this server software via yum updates as of 9.24.2007
>
> Downloaded the webcam software for FC7 from:
> http://koji.fedoraproject.org/koji/buildinfo?buildID=10106

> Zoneminder-1.22.3-6.fc7.i386.rpm
> When YUM tried to install this version of Zondminder, finds this 1
> missing dependency:
>
> Missing Dependency: perl(Device::SerialPort) is needed by package
> zoneminder
>
> Question: how do I resolve this missing dependency?
>
> I have never compiled a kernal or anything else.
>
> Please lead me to a direction to resolve this.

Look at:

http://wiki.centos.org/PackageManagement/Yum/Priorities
http://wiki.centos.org/Repositories/RPMForge

If you have enabled the RPMforge repository, you can simply run:

yum install perl-Device-SerialPort

Kind regards,
-- 
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?

2007-09-24 Thread Clint Dilks



umair shakil wrote:

Salam!!!

Well, i havenot faced such kind of issues. Its about months i am 
running applications

and their performance also seems to be good enough.

Secondly, why using srpms, another way i gave the source download, 
well man

cpan is not be useable in this scenario.



Hi

I think the general point being made is that CentOS has a package 
management system and that you will save yourself a lot of hassle if you 
always use that system where possible. 

Lets say you use CPAN to install perl- the RPM database has no idea 
that perl- has been installed so if at a later date an RPM is 
created that supplies perl- you can get into a very confusing situation.


In my earlier days as a Linux admin coming from a Unix Background I did 
as you suggest using Red Hat based systems and installing software from 
places like CPAN or compiling from source without making RPMS.  But when 
you get to the point where you are managing a large number systems this 
turns into a LOT of complication that isn't needed.  So if you are 
managing a number of systems I suggest you take the time to learn about 
creating and rebuilding RPMS.  Once you get used to this it will safe 
you a lot of effort.


Have a nice day :)


Regards,

Umair Shakil
ETD

On 9/25/07, *Dennis Gilmore* < [EMAIL PROTECTED] 
> wrote:


Once upon a time Monday 24 September 2007, umair shakil wrote:
> Dear Salam,
>
> "Missing Dependency: perl(Device::SerialPort) is needed by package
> zoneminder"
>
> Have you ever used "CPAN" for perl. if you donot know than i am
not telling
> you the
> whole procedure. Please read about CPAN its very very handy for
filling
> Perl dependencies.
CPAN is horrible and is a good way to break your system (it can
replace perl
modules provided in the system with newer api incompatable
ones).  i suggest
you grab the srpm from fedora and build a rpm that you can install
and keep
track of what is installed on your system.


Dennis

>
> Well, you can also download the source package from CPAN
website. Here is
> the link
>
>
http://search.cpan.org/~cook/Device-SerialPort-1.003001/SerialPort.pm

>
> Down load it in /usr/local and extract here. Always remember
> search.cpan.orgits a new world
> for PERL.
>
> Regards,
>
> Umair Shakil
> Askari Bank Limited
>
> On 9/25/07, Ken Sedlacek < [EMAIL PROTECTED]
> wrote:
> > Running Centos5 server software.
> >
> > Running ALL software except virtualization and server cluster.
> >
> > Patched this server software via yum updates as of 9.24.2007
> >
> > Downloaded the webcam software for FC7 from:
> > http://koji.fedoraproject.org/koji/buildinfo?buildID=10106

> >
> > Zoneminder-1.22.3-6.fc7.i386.rpm
> > When YUM tried to install this version of Zondminder, finds this 1
> > missing dependency:
> >
> > Missing Dependency: perl(Device::SerialPort) is needed by package
> > zoneminder
> >
> > Question: how do I resolve this missing dependency?
> >
> > I have never compiled a kernal or anything else.
> >
> > Please lead me to a direction to resolve this.
> >
> > Thank you for your time.
> >
> > Ken
> >
> >
> > ___
> > CentOS mailing list
> > CentOS@centos.org 
> > http://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org 
http://lists.centos.org/mailman/listinfo/centos





___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
  


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?

2007-09-24 Thread Dennis Gilmore
Once upon a time Monday 24 September 2007, umair shakil wrote:
> Salam!!!
>
> Well, i havenot faced such kind of issues. Its about months i am running
> applications
> and their performance also seems to be good enough.
>
> Secondly, why using srpms, another way i gave the source download, well man
> cpan is not be useable in this scenario.
>
> Regards,
>
> Umair Shakil
> ETD
>
Using SRPMS  you build from source and get rpms that you can install.  you 
then know what installed the files on your system and when updates break 
dependencies.

Dennis



signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?

2007-09-24 Thread umair shakil
Salam!!!

Well, i havenot faced such kind of issues. Its about months i am running
applications
and their performance also seems to be good enough.

Secondly, why using srpms, another way i gave the source download, well man
cpan is not be useable in this scenario.

Regards,

Umair Shakil
ETD

On 9/25/07, Dennis Gilmore <[EMAIL PROTECTED]> wrote:
>
> Once upon a time Monday 24 September 2007, umair shakil wrote:
> > Dear Salam,
> >
> > "Missing Dependency: perl(Device::SerialPort) is needed by package
> > zoneminder"
> >
> > Have you ever used "CPAN" for perl. if you donot know than i am not
> telling
> > you the
> > whole procedure. Please read about CPAN its very very handy for filling
> > Perl dependencies.
> CPAN is horrible and is a good way to break your system (it can replace
> perl
> modules provided in the system with newer api incompatable ones).  i
> suggest
> you grab the srpm from fedora and build a rpm that you can install and
> keep
> track of what is installed on your system.
>
>
> Dennis
>
> >
> > Well, you can also download the source package from CPAN website. Here
> is
> > the link
> >
> > http://search.cpan.org/~cook/Device-SerialPort-1.003001/SerialPort.pm
> >
> > Down load it in /usr/local and extract here. Always remember
> > search.cpan.orgits a new world
> > for PERL.
> >
> > Regards,
> >
> > Umair Shakil
> > Askari Bank Limited
> >
> > On 9/25/07, Ken Sedlacek <[EMAIL PROTECTED]> wrote:
> > > Running Centos5 server software.
> > >
> > > Running ALL software except virtualization and server cluster.
> > >
> > > Patched this server software via yum updates as of 9.24.2007
> > >
> > > Downloaded the webcam software for FC7 from:
> > > http://koji.fedoraproject.org/koji/buildinfo?buildID=10106
> > >
> > > Zoneminder-1.22.3-6.fc7.i386.rpm
> > > When YUM tried to install this version of Zondminder, finds this 1
> > > missing dependency:
> > >
> > > Missing Dependency: perl(Device::SerialPort) is needed by package
> > > zoneminder
> > >
> > > Question: how do I resolve this missing dependency?
> > >
> > > I have never compiled a kernal or anything else.
> > >
> > > Please lead me to a direction to resolve this.
> > >
> > > Thank you for your time.
> > >
> > > Ken
> > >
> > >
> > > ___
> > > CentOS mailing list
> > > CentOS@centos.org
> > > http://lists.centos.org/mailman/listinfo/centos
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?

2007-09-24 Thread Dennis Gilmore
Once upon a time Monday 24 September 2007, umair shakil wrote:
> Dear Salam,
>
> "Missing Dependency: perl(Device::SerialPort) is needed by package
> zoneminder"
>
> Have you ever used "CPAN" for perl. if you donot know than i am not telling
> you the
> whole procedure. Please read about CPAN its very very handy for filling
> Perl dependencies.
CPAN is horrible and is a good way to break your system (it can replace perl 
modules provided in the system with newer api incompatable ones).  i suggest 
you grab the srpm from fedora and build a rpm that you can install and keep 
track of what is installed on your system. 


Dennis

>
> Well, you can also download the source package from CPAN website. Here is
> the link
>
> http://search.cpan.org/~cook/Device-SerialPort-1.003001/SerialPort.pm
>
> Down load it in /usr/local and extract here. Always remember
> search.cpan.orgits a new world
> for PERL.
>
> Regards,
>
> Umair Shakil
> Askari Bank Limited
>
> On 9/25/07, Ken Sedlacek <[EMAIL PROTECTED]> wrote:
> > Running Centos5 server software.
> >
> > Running ALL software except virtualization and server cluster.
> >
> > Patched this server software via yum updates as of 9.24.2007
> >
> > Downloaded the webcam software for FC7 from:
> > http://koji.fedoraproject.org/koji/buildinfo?buildID=10106
> >
> > Zoneminder-1.22.3-6.fc7.i386.rpm
> > When YUM tried to install this version of Zondminder, finds this 1
> > missing dependency:
> >
> > Missing Dependency: perl(Device::SerialPort) is needed by package
> > zoneminder
> >
> > Question: how do I resolve this missing dependency?
> >
> > I have never compiled a kernal or anything else.
> >
> > Please lead me to a direction to resolve this.
> >
> > Thank you for your time.
> >
> > Ken
> >
> >
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos




signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Zoneminder-1.22.3-6.fc7.i386.rpm has dependency errors on Centos5 server-how to fix?

2007-09-24 Thread umair shakil
Dear Salam,

"Missing Dependency: perl(Device::SerialPort) is needed by package
zoneminder"

Have you ever used "CPAN" for perl. if you donot know than i am not telling
you the
whole procedure. Please read about CPAN its very very handy for filling Perl
dependencies.

Well, you can also download the source package from CPAN website. Here is
the link

http://search.cpan.org/~cook/Device-SerialPort-1.003001/SerialPort.pm

Down load it in /usr/local and extract here. Always remember
search.cpan.orgits a new world
for PERL.

Regards,

Umair Shakil
Askari Bank Limited


On 9/25/07, Ken Sedlacek <[EMAIL PROTECTED]> wrote:
>
> Running Centos5 server software.
>
> Running ALL software except virtualization and server cluster.
>
> Patched this server software via yum updates as of 9.24.2007
>
> Downloaded the webcam software for FC7 from:
> http://koji.fedoraproject.org/koji/buildinfo?buildID=10106
>
> Zoneminder-1.22.3-6.fc7.i386.rpm
> When YUM tried to install this version of Zondminder, finds this 1 missing
> dependency:
>
> Missing Dependency: perl(Device::SerialPort) is needed by package
> zoneminder
>
> Question: how do I resolve this missing dependency?
>
> I have never compiled a kernal or anything else.
>
> Please lead me to a direction to resolve this.
>
> Thank you for your time.
>
> Ken
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos