Page 1 of 1

problem starting zm

Posted: Tue Aug 25, 2009 5:19 pm
by theone
hi all,
have just installed zm 1.24.1 via apt with pclinuxos and am getting this after attemting to start zoneminder =

[root@localhost ~]# service zm start
Starting ZoneMinder: /usr/lib/zm/bin/zmfix: relocation error: /usr/lib/libgnutls-openssl.so.26: symbol _gnutls_log_level, version GNUTLS_1_4 not defined in file libgnutls.so.26 with link time reference
[FAILED]
any idea's anyone,,, please,

had zm running before on the same machine (atom dual core) with no problems so can't understand why it has now hiccuped !!

relocation error

Posted: Thu Sep 10, 2009 11:59 am
by kyle5434
I'm getting the exact same error. I'm using PCLinuxOS, and went through the "Encouraged Method" for setting up Zone Minder.

Everything went great until trying to start the zm service.

Code: Select all

Starting ZoneMinder: /usr/lib/zm/bin/zmfix: relocation error: /usr/lib/libgnutls  -openssl.so.26: symbol _gnutls_log_level, version GNUTLS_1_4 not defined in file   libgnutls.so.26 with link time reference
[FAILED]
Anybody have any pointers?

Posted: Thu Sep 10, 2009 12:21 pm
by theone
hi,
nice to see someone else struggle as well as me !! :) have you had z/m running on that same machine before ? wondering, as i have, wondered if it was to do with the database not seeing the upgrade ? even tried a reinstall of z/m and also the o/s !
keep in touch with any news,, ie if you get it running.
tnx

Posted: Thu Sep 10, 2009 4:56 pm
by theone
forgot to mention, also tried it on minime-kde3-2009.1 with the same result.

Posted: Mon Sep 14, 2009 9:11 pm
by XB
I'm having the same exact problem. About a month ago everything worked great, but since updating it always breaks at that same point. I've totally done a fresh install using minime with same result. Has anybody found a solution?

Relocation error zmfix

Posted: Tue Oct 20, 2009 7:32 pm
by whosbob
Same Here,

PCLINUXOS 2009-1


Starting ZoneMinder: /usr/lib/zm/bin/zmfix: relocation error: /usr/lib/libgnutls -openssl.so.26: symbol _gnutls_log_level, version GNUTLS_1_4 not defined in file libgnutls.so.26 with link time reference
[FAILED]


Anybody?

Posted: Tue Oct 20, 2009 7:58 pm
by monex
Hello,

it looks like the gnutls version differs from the linked gnutls version at build time. It looks like it was build against gnutls version 1.4 so you can verify this by checking your installed version of gnutls.

I would suggest as a workaround to build zm from source of rebuild the package.

Hope this helps