broken libs..

Support and queries relating to all previous versions of ZoneMinder
Locked
reza
Posts: 21
Joined: Sat Jan 15, 2005 7:58 pm

broken libs..

Post by reza »

I did an apt-get upgrade on my FC3 system, and zm broke. I just recently found an RPM for it (here : ftp://cordel.no-ip.info/pub/linux/zonem ... /CTU/RPMS/)
but I still have the same problem..

Code: Select all

/usr/lib/zm/bin/zmu: symbol lookup error: /usr/lib/libavformat.so: undefined symbol: dc1394_create_handle

though the symbol seems to be defined there - it doesnt seem to live there :

Code: Select all

[root@onyx zm-1.20.1]# nm -D /usr/lib/libavformat.so  | grep -i create
         U dc1394_create_handle

anyone have a fix for this?

Code: Select all

[root@onyx zm-1.20.1]# rpm -q -f /usr/lib/libavformat.so
ffmpeg-0.4.9-6_cvs20041125.rhfc3.at
Reza
reza
Posts: 21
Joined: Sat Jan 15, 2005 7:58 pm

missing library found - can you update rpm?

Post by reza »

seems that it needs to be linked to this file :

Code: Select all

[root@onyx zm-1.20.1]# nm -D /usr/lib/libdc1394_control.so.11 | grep create
00b04384 T dc1394_create_handle

but it's not. anyone have a clue how to fix? LD_PRELOAD?

Reza
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

install ffmpeg and the ffmpeg-devel
Cheers,
Cordel
reza
Posts: 21
Joined: Sat Jan 15, 2005 7:58 pm

already installed, but cvs versions (?)

Post by reza »

Code: Select all

[root@onyx zm-1.20.1]# rpm -q -a | grep ffmpeg
ffmpeg-devel-0.4.9-6_cvs20041125.rhfc3.at
ffmpeg-0.4.9-6_cvs20041125.rhfc3.at
already installed. is there a specific version I need?

Reza
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

The RPM only works with ffmpeg 0.4.8 since that is what I'm running. Eventualy I hope to make a screaming demon server that can run various configurations and distrobutions at the same time to make packages but I need to find someone that can get me the parts (mainboard, the two processors, and a couple hard drives at least) at OEM prices and/or get enough donations to afford it. The way things are going at the moment that will be at least 6 months out.
Regards,
Cordel
reza
Posts: 21
Joined: Sat Jan 15, 2005 7:58 pm

fixing code..

Post by reza »

is there any desire to port the code so it works with the newer version 0.4.9? I dont mind working on it, but I just dont want to be duplicating any effort that's already underway. I actually saw a post that was takling about a zm that's compatible with the cvs version of ffmepg, but I never saw anything after the initial mention of it.

thnx,
reza

p.s. i need to use the newer version of ffmpeg as i run mythtv on the same box and it needs those libs.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

I had been reconfiguring my current build machine back and forth to produce both versions but since the cvs version was not making video for saved events and as of lately my job has been keeping me 10 to 16 hours a day I decided that I didn't want to risk tring to keep track of what I have setup and breaking things all together.
I haven't kept track of where ffmpeg is on the cvs version to see if there is a way to produce video from jpeg at the lower 1-15 fps yet. Once ffmpeg is able to accomidate that I will make more of an effort.
Regards,
Cordel
cnr0616
Posts: 16
Joined: Tue May 10, 2005 1:59 am

zm

Post by cnr0616 »

.....
Last edited by cnr0616 on Fri Apr 08, 2016 4:22 pm, edited 1 time in total.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Try here
http://www.computerntelecom.com
or
ftp://download.computerntelecom.com/pub ... /CTU/RPMS/

The last link is the direct approch.
Regards,
Cordel
reza
Posts: 21
Joined: Sat Jan 15, 2005 7:58 pm

it's an easy fix... just compile it yourself...

Post by reza »

here are the modifications you need to make..

http://www.zoneminder.com/forums/viewtopic.php?t=4377

Reza
Locked