Closed GoogleCodeExporter closed 9 years ago
Just a couple things to add. The computer that is still working is located in
California and the netbook that is no longer working is presently located in
Florida.
Also, I copied over the hulu stuff in the $HOME/.get_flash_videos folder from
the working computer to the non-working computer. The non-working installation
now used the hulu cache and still failed - log attached.
Original comment by menachem...@gmail.com
on 25 Oct 2011 at 2:17
Attachments:
I reported this same error in Issue 293 which was closed as fixed. However I
still have the problem even after the latest building latest rtmpdump git and
downlaoding the latest hulu plugin.
http://code.google.com/p/get-flash-videos/issues/detail?id=293&can=1&sort=-id
I am glad that someone else is reporting the problem.
Original comment by pcwal...@comcast.net
on 25 Oct 2011 at 7:35
Try this .
Make sure that rtmpdump libs are not in /usr/lib/i386-linux-gnu/librtmplib.so.0
so if you do a ldd /usr/local/bin/rtmpdump and you see
/usr/lib/i386-linux-gnu/librtmplib.so.0 it is using the wrong library
remove the /usr/lib/i386-linux-gnu/librtmplib.so.0 and the do the ldd command
again and it should be using the library in /usr/local/lib
Original comment by leifk...@gmail.com
on 10 Nov 2011 at 6:20
Thanks, that was the solution. here's what I did:
ldd showed that rtmpdump was using the wrong library, but deleting
/usr/lib/i386-linux-gnu/librtmp.so.0 didn't make it find the one in
/usr/local/lib, it just showed up as missing.
I tried adding /usr/local/lib to the path (which didn't make a difference), and
reinstalling rtmpdump (using checkinstall), but it still showed up as missing.
So I just made a symbolic link between /usr/lib/i386-linux-gnu/librtmp.so.0 and
/usr/local/lib/librtmp.so.0, which worked:
sudo ln -s /usr/local/lib/librtmp.so.0 /usr/lib/i386-linux-gnu/
Original comment by menachem...@gmail.com
on 13 Nov 2011 at 2:08
[deleted comment]
Installation issue, not a bug.
Original comment by zakflash...@gmail.com
on 9 Apr 2012 at 3:47
Original issue reported on code.google.com by
menachem...@gmail.com
on 25 Oct 2011 at 1:51Attachments: