At the minimum the mythtv-setup program is linked against the X11 libraries.
When shared linked, X11 has to be installed on your server. This can be checked 
with ldd; see below for output.
Statically linked: you needed a server with X11 installed. After that you 
transfer it to server without X.

Running mythtv-setup remotely will work .

Regards Pascal
--------------
/usr/local/bin> ldd mythtv-setup
       linux-gate.so.1 =>  (0xffffe000)
       libmythtv-0.18.1.so.0 => /usr/local/lib/libmythtv-0.18.1.so.0 
(0x40037000)
       libmythavformat-0.18.1.so.0 => 
/usr/local/lib/libmythavformat-0.18.1.so.0 (0x405e0000)
       libmythavcodec-0.18.1.so.0 => /usr/local/lib/libmythavcodec-0.18.1.so.0 
(0x40636000)
       libmyth-0.18.1.so.0 => /usr/local/lib/libmyth-0.18.1.so.0 (0x40925000)
       libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40bff000)
       libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0x40c6f000)
       libasound.so.2 => /usr/lib/libasound.so.2 (0x40d03000)
       libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x40db9000)
       libXv.so.1 => /usr/X11R6/lib/libXv.so.1 (0x40dbc000)
       libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0x40dc1000)
       libqt-mt.so.3 => /usr/lib/libqt-mt.so.3 (0x40dc6000)
       libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x414c9000)
       libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x414d8000)
       libpthread.so.0 => /lib/tls/libpthread.so.0 (0x415d4000)
       libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x415e6000)
       libm.so.6 => /lib/tls/libm.so.6 (0x416a4000)
       libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x416c7000)
       libc.so.6 => /lib/tls/libc.so.6 (0x416cf000)
       liblirc_client.so.0 => /usr/local/lib/liblirc_client.so.0 (0x417e9000)
       libdl.so.2 => /lib/libdl.so.2 (0x417ee000)
       libresmgr.so.0.9.8 => /lib/libresmgr.so.0.9.8 (0x417f2000)
       libpng.so.3 => /usr/lib/libpng.so.3 (0x417f6000)
       libz.so.1 => /lib/libz.so.1 (0x41824000)
       libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x41836000)
       libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x4183e000)
       libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x41846000)
       libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x4184a000)
       libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x41853000)
       libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x41866000)
       libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x41895000)
       libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4189d000)
       /lib/ld-linux.so.2 (0x40000000)
       libexpat.so.0 => /usr/lib/libexpat.so.0 (0x418b5000)

----- Original Message ----- From: "Korey Fort" <[EMAIL PROTECTED]>
To: "'Discussion about mythtv'" <[email protected]>
Sent: Saturday, November 26, 2005 6:30 AM
Subject: RE: [mythtv-users] Running Mythtv-setup without X



You don't need to have X installed on your backend. I don't on mine. What you need is an X server on your PC such as Xmanager from NetSarang (www.xmanager.com for 30 day free trial) and combine is with SSH with X forwarding.

When you configure xstart to connect to the MBE choose ssh and an execution command of "/usr/X11R6/bin/xterm -ls -display $DISPLAY". You will then get a little xterm terminal window and in that you can run mythtv-setup. It takes a while to load over wifi network but it works fine.

Try cygwin on a pc. Install the xorg, ssh packages. There is no trial
period,  http://www.cygwin.com/setup.exe





--------------------------------------------------------------------------------


_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to