Page 1 of 1

installing vls on Linux Machine - library error help!

Posted: 08 Aug 2005 15:40
by juliano
Hello everybody!

I am trying to install videLan server in a debian Linux machine.

When I try to install the libdvb-0.2.2 library I get the following error message:

In file included from DVB.hh:19,
from devices.hh:15,
from devices.cc:1:
channel.h:26: linux/dvb/dmx.h: No such file or directory
channel.h:27: linux/dvb/frontend.h: No such file or directory
channel.h:28: linux/dvb/video.h: No such file or directory
channel.h:29: linux/dvb/audio.h: No such file or directory
make: *** [devices.o] Error

Any guess on what is generating this message and how can I solve it?

Thanks for your help!

Juliano

Re: installing vls on Linux Machine - library error help!

Posted: 08 Aug 2005 15:53
by fkuehne
Are you sure that you need VLS? It is outdated and unmaintained for more than 1 and a half year now, so I strongly recommend you to install VLC, which can do the same things and is updated regularly (therefore compiles flawlessly on most platforms).

Posted: 09 Aug 2005 01:51
by jix
Les fichiers qui te manquent sont les drivers dvb issus du noyau. Tu peux essayer de faire un lien vers les sources du noyau mais vérifie que tu as bien compilé le noyau avec le support dvb.

Posted: 09 Aug 2005 01:58
by jix
The same answer in english :)

This is the dvb drivers from the kernel. You can try to make a link to kernel sources (include/linux/dvb) but check that the kernel is built with the dvb support.