Page 1 of 1
VLS on FreeBSD 4.9
Posted: 11 Dec 2003 19:08
by Guest
Hi,
I'm a freebsd Newbie and i'll try to install the VLS now i get an error that the Compilor can't find the dvd_reader.h!
How can I give the compiler the option/path that the dvd_reader.h is in Path /usr/local/include/????
thx for all anwers
greets Markus
Posted: 12 Dec 2003 18:07
by nitrox
Hello
You may begin with compiling VLS on FreeBSD without dvd support:
type ./configure --disable-dvd
Then, your problem comes from the libdvbread, you have to check that you have it installed on your system. You cannont specify the path for libdvdread, it has to be in the system path.
Posted: 13 Dec 2003 02:25
by Guest
the codec is install allready!!!!!!!
it is the path /usr/local/include/ that's the default path when you Install this codec!!!!!!!
How can i give the compile this path??????
Is their any way?????
vls on FreeBSD 4.9
Posted: 13 Jan 2004 08:37
by tsu
Hi guest.
Use ports collection.
cd /usr/ports/net/vls
make
make install
Re: vls on FreeBSD 4.9
Posted: 01 Dec 2005 05:42
by gstfreebsdnewb
Hi guest.
Use ports collection.
cd /usr/ports/net/vls
make
make install
Hi
The freebsd ports is using version 0.5.6.
That's a bit old !??