Page 1 of 1
broken libs..
Posted: Thu Apr 07, 2005 10:55 pm
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
missing library found - can you update rpm?
Posted: Thu Apr 07, 2005 11:01 pm
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
Posted: Fri Apr 08, 2005 2:46 pm
by cordel
install ffmpeg and the ffmpeg-devel
Cheers,
Cordel
already installed, but cvs versions (?)
Posted: Fri Apr 08, 2005 8:54 pm
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
Posted: Sat Apr 09, 2005 1:37 am
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
fixing code..
Posted: Sat Apr 09, 2005 2:04 am
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.
Posted: Sat Apr 09, 2005 2:21 am
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
zm
Posted: Tue May 10, 2005 1:59 pm
by cnr0616
.....
Posted: Tue May 10, 2005 4:28 pm
by cordel
it's an easy fix... just compile it yourself...
Posted: Tue May 10, 2005 6:29 pm
by reza