LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-07-2013, 09:06 PM   #1
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,052

Rep: Reputation: Disabled
Latest zoneminder install on Slack64-14


I am trying to install ZM onto Slack64-14 but there are no slackbuilds available for 14 on Slackbuilds.org and as a result I have tried different ways but its not working

Slackbuilds package for 13.37 on 14 (I know not good )

Code:
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
configure: error: zm requires Video4Linux to be installed
From sources

If all else fails, I will push this way a bit more but there are million of dependencies for ZM's so I am scared running a simple

Code:
./configure
make
make test
make install
wont pickup all dependencies and options I have enabled and installed on the machine. I have literally installed everything including their sub dependencies and so on..

The Slackbuild for 13.37 still uses ZM 1.24.2 which I believe is from 2009! Somebody has managed to install ZM 1.25 on Slackware64-14 or current??

Id prefer installing ZM using a well written slackbuilds script since its the best way not to screw up the install...

Thanks!
 
Old 07-08-2013, 11:32 AM   #2
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Maybe you can check with the maintainer if he wants to build the 14.0 SlackBuild package? The dependencies for Zoneminder are described in the 13.37 README files:

http://slackbuilds.org/slackbuilds/1...ADME.SLACKWARE
http://slackbuilds.org/slackbuilds/1...EADME.PERLDEPS
http://slackbuilds.org/slackbuilds/1...eMinder/README
 
Old 07-08-2013, 12:23 PM   #3
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,052

Original Poster
Rep: Reputation: Disabled
Ive already contacted him to ask.. I invited him to either reply to my email or on this thread!

So lets stay tuned but im still wondering if someone successfully built it on 14??
 
Old 07-08-2013, 12:33 PM   #4
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,508

Rep: Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448
it has already been asked here: you can build it with the 13.37 slackbuild (and that version, not 1.25) but you have to use ffmpeg-0.10.x as a dependency, as it's incompatible with ffmpeg >= 0.11.x.

Last edited by ponce; 07-08-2013 at 12:37 PM.
 
Old 07-08-2013, 07:08 PM   #5
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,052

Original Poster
Rep: Reputation: Disabled
Quote:
it has already been asked here: you can build it with the 13.37 slackbuild (and that version, not 1.25) but you have to use ffmpeg-0.10.x as a dependency, as it's incompatible with ffmpeg >= 0.11.x.
you mean zoneminder 1.25 is incompatible with ffmpeg >=0.11.x ?
 
Old 07-08-2013, 10:46 PM   #6
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,508

Rep: Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448
yes, too.
 
Old 07-18-2013, 12:17 AM   #7
alex.pujols
Member
 
Registered: May 2005
Location: Texas
Distribution: Slackware64-current
Posts: 32

Rep: Reputation: 2
Running into the same issue

I'm running into the same issue and would rather not downgrade FFMPEG since that would break another dependency. =[

ap
 
Old 07-18-2013, 01:05 AM   #8
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,508

Rep: Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448Reputation: 4448
you should complain for this to zoneminder devs: it has been removed from the repositories of many distributions for this reason.

if they don't want to port to more recent ffmpegs, maybe they could embed a compatible version.
 
Old 07-18-2013, 08:55 AM   #9
lpallard
Senior Member
 
Registered: Nov 2008
Posts: 1,052

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
you should complain for this to zoneminder devs: it has been removed from the repositories of many distributions for this reason.

if they don't want to port to more recent ffmpegs, maybe they could embed a compatible version.
I concur. I will complain to the zoneminder devs.

The former Slackbuild maintainer kindly contacted me and he decided to stop maintaining the slackbuild script. Apparently no-one has stepped up to take over for him.

Too bad there is so much disparity in the linux world... some projects are too much bleeding edge while others are trailing behind..
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] ZoneMinder 1.25 Install Slackware 14.0 vttay03 Slackware 2 02-16-2013 10:46 PM
Fresh Slack64 Install Crashes on 'startx' kwikness Slackware 4 02-10-2011 01:32 PM
Slack64 13.0 ; mpd-0.15.8 via SBo, install issue. ebineezer Slackware 1 04-18-2010 03:28 PM
Slack64/32 Install Issues on Athlon II X4 ahwm Slackware 1 04-07-2010 12:42 PM
Mandriva Zoneminder 1.22.3 install on hard driive - root pasword ? rkpatt Linux - Newbie 1 09-08-2007 11:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration