Quote:
Originally Posted by biezom
in normal terminal not in administrator terminal
with user the name of your session
Code:
git clone git://git.ffmpeg.org/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
enter your password to be root
Code:
make install prefix=/usr
|
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