|
Post by ZF on Aug 11, 2009 22:52:30 GMT -5
You must have : libdvbpsi3-0.1.4.tar.gz vls-0.5.6-patched.tar.gz
Untar both goto libdvbpsi3-0.1.4 ./configure make make install
goto vls-0.5.6 Edit Makefile.dep and Makefile.modules.dep Overwrite the lines with below : @$(SHELL) -ec '$(CXX) $(DCFLAGS) $(INCLUDE) $< \ | sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/src\/$(subst /,\/,$*).o \ dep\/$(subst /,\/,$*).d : /g'\'' > $@; \ [ -s $@ ] || rm -f $@'
This changes the indentation of the above lines. This is important!!!
./configure --disable-dvd make make install
Create a newfile vls.conf in /etc/ld.so.conf.d/ with the line /usr/local/lib
run ldconfig as root
DONE!
|
|