View Single Post
  #12  
Old 12-15-2010, 10:15 AM
warnabas warnabas is offline
Junior Member
 
Join Date: Dec 2010
Posts: 1
warnabas is on a distinguished road
Default

Re: RTMPDump - how do I compile source code in Linux like Ubuntu?


TO ALL WHO HAVE THIS ERROR
Code:
rtmpdump: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory
when you have installed rtmpdump, you should enter the librtmp directory and make a couple of steps:
1. make
2. sudo cp librtmp.so.0 /lib

so, thats it!

p.s. btw, you should enter SYS=posix, not SYS=linux
Reply With Quote