Re: [vdr] Cannot open shared object file

2008-03-26 Thread ga ver
Thanks for the fast reaction Petri, but I 'm a newbi and my experience is,
don't mix apt-get... and compiling, does it mean that I have to compile
vdr and all the plugins too?
Is the documentation that comes with the sources clear for us?

Gaston

2008/3/25, Petri Helin [EMAIL PROTECTED]:

 On Tue, Mar 25, 2008 at 4:24 PM, ga ver [EMAIL PROTECTED] wrote:
  Hi,
 
  In Ubuntu 8.04 beta I have installed via synaptic
  vdr 1.5.13 and xineliboutput-sxfe 1.0.0-rc2-13
 
  I run
  vdr -Pxineliboutput --local=sxfe --video=xv --audio=alsa --remote=none
 
  and get
  vdr: /usr/lib/vdr/plugins/libvdr-xineliboutput.so.1.5.13: cannot open
 shared object file: No such file or directory
 
  In /usr/lib/vdr/plugins I found
   libvdr-xineliboutput.so.1.4.5
 
  How shall I replace this libvdr
 
 


 If Ubuntu does not provide a version of xineliboutput that is
 compatible with version 1.5.x or 1.6.0 of VDR, you could compile one
 yourself. You can get the most recent version from cvs:

 cvs -d:pserver:[EMAIL PROTECTED]
 :/cvsroot/xineliboutput
 co vdr-xineliboutput

 -Petri

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Cannot open shared object file

2008-03-25 Thread ga ver
Hi,

In Ubuntu 8.04 beta I have installed via synaptic
vdr 1.5.13 and xineliboutput-sxfe 1.0.0-rc2-13

I run
vdr -Pxineliboutput --local=sxfe --video=xv --audio=alsa --remote=none

and get
vdr: /usr/lib/vdr/plugins/libvdr-xineliboutput.so.1.5.13: cannot open shared
object file: No such file or directory

In /usr/lib/vdr/plugins I found
 libvdr-xineliboutput.so.1.4.5

How shall I replace this libvdr

Thanks in advance
Gaston
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] vdr setup for Hauppauge WinTV-NOVA-S-plus

2008-03-13 Thread ga ver
Hi,

I installed a dvb Hauppauge WinTV-NOVA-S-plus in Ubuntu 7.10.
scan and Kaffeine 0.8.5 for Astra 19.2E are OK.
I want to set-up vdr and have it already installed via apt-get (version
1.4.7).
Which plugins shall I install to get it working in the most simple form.
Where can I find some example for this setup.

Thanks in advance
Gaston
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-06 Thread ga ver
2008/3/5, Ondrej Wisniewski [EMAIL PROTECTED]:

  I have installed the plugin with apt-get , no problem
 
   vdr -V
  vdr (1.5.16/1.5.15) - The Video Disk Recorder
 
  but when I run vdr with the plugin I got
  [EMAIL PROTECTED]:~# vdr -Pxineliboutput --local=sxfe --video=xv 
  --audio=alsa
  --remote=none
  vdr: ./PLUGINS/lib/libvdr-xineliboutput.so.1.5.15: kan gedeeld
  objectbestand niet openen: Bestand of map bestaat niet ( can't open
  objectfile.File or map is not existing)
  what is here still missing
 
  Gaston


 Man, you have some confusion here! Looks like you are mixing up
 different vdr versions. I guess you compiled vdr on your own (1.5.16)
 and installed xineliboutput from the Ubuntu 7.10 repos which was built
 for vdr 1.4.7. That will never work! So if you want to get anything
 running just compile *everything* from source or install *everything*
 via apt-get.
 Furthermore, if you are not using the default paths where vdr is looking
 for the needed libs, you need to specify them via command line
 parameters ('man vdr' is your friend). Good luck :-)

 Thanks Ondrey


I will remove the complete setup and do it over with the apt-get version.
Later on I will restart with the sources and a later version.

gaston





___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-04 Thread ga ver
2008/3/3, Ondrej Wisniewski [EMAIL PROTECTED]:

 ga ver wrote:
  Hi,
 
  What is the basic configuration(setup) for watching sattelite TV with a
  Hauppauge HVR 4000 card in Ubuntu 7.10.
  Drivers and scanning are OK, Kaffeine 0.8.4 is working, but how does I
  start with vdr?
 
  Thanks in advance
 
  Gaston


Thanks  Ondrej

I have followed the link and installed xineliboutput, but make plugins give

Plugin xineliboutput:
make[1]: Map '/usr/local/vdr-1.5.16/PLUGINS/src/xineliboutput-1.0.0rc2'
wordt binnengegaan
g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g  -c -D_GNU_SOURCE
-DPLUGIN_NAME_I18N='xineliboutput' -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -DXINELIBOUTPUT_VERSION='1.0.0rc2'  -DUSE_ICONV=1
-Wall -I../../../include -o device.o device.c
../../../include/vdr/osd.h:409: let op: 'virtual cOsd*
cOsdProvider::CreateOsd(int, int, uint)' was hidden
osd.h:62: let op:   by 'virtual cOsd* cXinelibOsdProvider::CreateOsd(int,
int)'
device.c: In member function 'virtual void
cXinelibDevice::MakePrimaryDevice(bool)':
device.c:330: fout: cannot allocate an object of abstract type
'cXinelibOsdProvider'
osd.h:54: note:   because the following virtual functions are pure within
'cXinelibOsdProvider':
../../../include/vdr/osd.h:409: note:   virtual cOsd*
cOsdProvider::CreateOsd(int, int, uint)
make[1]: *** [device.o] Fout 1
make[1]: Map '/usr/local/vdr-1.5.16/PLUGINS/src/xineliboutput-1.0.0rc2'
wordt verlaten

*** failed plugins: skincurses xineliboutput

What is missing here, does I have to install other plugins first?

gaston


You should install at least the packages vdr (main program) and
 vdr-plugin-xineliboutput (grafical frontend) from the Ubuntu repos.
 Then you need to modify most likely some config files (e.g.
 channels.conf) for your setup.

 For more information http://www.linuxtv.org/vdrwiki/index.php/Main_Page
 is a good starting point.

 Ondrej

 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] basic set-up for vdr and HVR 4000 in Ubuntu 7.10

2008-03-04 Thread ga ver
2008/3/4, Kartsa [EMAIL PROTECTED]:

 Ondrej Wisniewski kirjoitti:

  Thanks  Ondrej
 
  I have followed the link and installed xineliboutput, but make plugins
 give
 
  Plugin xineliboutput:
  make[1]: Map '/usr/local/vdr-1.5.16/PLUGINS/src/xineliboutput-1.0.0rc2'
  wordt binnengegaan
  g++ -O3 -pipe -Wall -Woverloaded-virtual -fPIC -g  -c -D_GNU_SOURCE
  -DPLUGIN_NAME_I18N='xineliboutput' -D_REENTRANT -D_LARGEFILE_SOURCE
  -D_FILE_OFFSET_BITS=64 -DXINELIBOUTPUT_VERSION='1.0.0rc2'
  -DUSE_ICONV=1 -Wall -I../../../include -o device.o device.c
  ../../../include/vdr/osd.h:409: let op: 'virtual cOsd*
  cOsdProvider::CreateOsd(int, int, uint)' was hidden
  osd.h:62: let op:   by 'virtual cOsd*
  cXinelibOsdProvider::CreateOsd(int, int)'
  device.c: In member function 'virtual void
  cXinelibDevice::MakePrimaryDevice(bool)':
  device.c:330: fout: cannot allocate an object of abstract type
  'cXinelibOsdProvider'
  osd.h:54: note:   because the following virtual functions are pure
  within 'cXinelibOsdProvider':
  ../../../include/vdr/osd.h:409: note:   virtual cOsd*
  cOsdProvider::CreateOsd(int, int, uint)
  make[1]: *** [device.o] Fout 1
  make[1]: Map '/usr/local/vdr-1.5.16/PLUGINS/src/xineliboutput-1.0.0rc2'
  wordt verlaten
 
  *** failed plugins: skincurses xineliboutput
 
  What is missing here, does I have to install other plugins first?
 
  gaston
 
 
  Why don't you just install the binary packages with apt-get? They are
  already in the Ubuntu repositories. It should be as easy as typing:
  sudo apt-get install vdr vdr-plugin-xineliboutput
 
  If you prefer to compile everything from source you will need to resolve
  all the dependencies manually which could be quite a long shot.
 

 This is what I did but ended up having vdr-1.5.17 and
 vdr-plugin-xineliboutput-1.4.5. So vdr does not load the polugin since
 its of the wrong version. Maybe the problem is that I have Ubuntu Hardy
 Heron (8.04).


 \\Kartsa


I have installed the plugin with apt-get , no problem

 vdr -V
vdr (1.5.16/1.5.15) - The Video Disk Recorder

but when I run vdr with the plugin I got
[EMAIL PROTECTED]:~# vdr -Pxineliboutput --local=sxfe --video=xv --audio=alsa
--remote=none
vdr: ./PLUGINS/lib/libvdr-xineliboutput.so.1.5.15: kan gedeeld objectbestand
niet openen: Bestand of map bestaat niet ( can't open objectfile.File or map
is not existing)
what is here still missing

Gaston

___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr