View Single Post
  #17  
Old 07-01-2018, 09:32 AM
dariusii dariusii is offline
Junior Member
 
Join Date: Jun 2018
Posts: 8
dariusii is on a distinguished road
Default

Re: how to install customized rtmpdump binaries !! PLEASE HELP


Quote:
Originally Posted by biezom View Post
in normal terminal not in administrator terminal
Code:
cd /home/user/
with user the name of your session
Code:
git clone git://git.ffmpeg.org/rtmpdump
Code:
cd rtmpdump
Code:
wget -c https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
Code:
unzip rtmpdump-2.4.zip
Code:
rm -R *.exe *License.txt librtmp.dll
Code:
patch -p0 -i Patch.diff
Code:
make
Code:
su
enter your password to be root
Code:
make install prefix=/usr
Code:
exit
where is ./configure file?

..
make
Code:
1 warning generated.
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL  -O2 -fPIC   -c -o hashswf.o hashswf.c
gcc -Wall   -DRTMPDUMP_VERSION=\"v2.4\" -DUSE_OPENSSL  -O2 -fPIC   -c -o parseurl.o parseurl.c
ar rs librtmp.a rtmp.o log.o amf.o hashswf.o parseurl.o
ar: creating archive librtmp.a
gcc -shared -Wl,-soname,librtmp.so.1  -o librtmp.so.1 rtmp.o log.o amf.o hashswf.o parseurl.o  -lssl -lcrypto -lz -lm
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [librtmp.so.1] Error 1
make: *** [librtmp/librtmp.a] Error 2
Reply With Quote