Xubuntu install 1.23.3

Support and queries relating to all previous versions of ZoneMinder
Locked
Alan87i
Posts: 116
Joined: Sun Jul 27, 2008 9:58 am

Xubuntu install 1.23.3

Post by Alan87i »

Is there an install guide some where that might help me get ZM 1.23.3 working on Xubuntu 10.4.
river100
Posts: 145
Joined: Sun Oct 07, 2007 5:52 pm
Location: Louisiana

Post by river100 »

i used a post or the wiki to do it from source, since the repositories for 10.04 have 1.24. i'm just not too crazy about 1.24.

i used 10.04 i686 32 bit, there was a couple of small things to deal with but nothing major. btw, the pc i put it on does very well with 10.04 & 1.23.

i would post it for you but i was in a hurry and don't remember what source guide i used and kept no records. i do remember there was one or two issues but found the answer in a post on this forum quickly.

all you need to do is follow one of the source guides, keep in mind that you should stick with one that was done on ubuntu and don't use parts of other guides unless you are fixing a bug and know why you're using that info.

building ZM can be done with lots of different options and paths so keep track of what paths and code(s) you use.
Alan87i
Posts: 116
Joined: Sun Jul 27, 2008 9:58 am

Post by Alan87i »

Thanks for the reply.
I'm not a super user on linux at all. I get by.
I wasted most of the day trying to get 1.23.3 installed and keep getting this dependency problem.

Code: Select all

root@ubuntuzm:/home/allan# dpkg --install zoneminder_1.23.3-3_i386.deb.1
(Reading database ... 55956 files and directories currently installed.)
Preparing to replace zoneminder 1.23.3-3 (using zoneminder_1.23.3-3_i386.deb.1) ...
Unpacking replacement zoneminder ...
dpkg: dependency problems prevent configuration of zoneminder:
 zoneminder depends on libavcodec1d (>= 0.cvs20070307); however:
  Package libavcodec1d is not configured yet.
 zoneminder depends on libavformat1d (>= 0.cvs20070307); however:
  Package libavformat1d is not installed.
 zoneminder depends on libavutil1d (>= 0.cvs20070307); however:
  Package libavutil1d is not installed.
 zoneminder depends on libgnutls13 (>= 1.6.3-0); however:
  Package libgnutls13 is not installed.
 zoneminder depends on php5 | php4; however:
  Package php5 is not installed.
  Package php4 is not installed.
dpkg: error processing zoneminder (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Errors were encountered while processing:
 zoneminder
When I try to install any of these files I get

Code: Select all

root@ubuntuzm:/home/allan# apt-get install libgnutls13
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgnutls13 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libgnutls13 has no installation candidate
At a total loss here.
Locked