Wie kann man sich DVDs unter dem 64bit Suse ansehen
Hallo, kennt jemand von Euch ein Programm welches unter suse 9.1 64bit DVDs abspielen kann? Ich habe bisher xine benutzt. Das funktionierte wunderbar, leider nicht unter der 64bit Version von suse. Zum kompilieren von Quellcode fehlt mir die Erfahrung. Deswegen die Frage, gibt es irgenwo ein kompiliertes 64bit Xinepaket oder ein anderes Programm? Gruß Heiko
On Fri, 2004-07-02 at 17:12, tribun-germania-inferior wrote:
Hallo,
kennt jemand von Euch ein Programm welches unter suse 9.1 64bit DVDs abspielen kann?
Ich habe bisher xine benutzt. Das funktionierte wunderbar, leider nicht unter der 64bit Version von suse.
Zum kompilieren von Quellcode fehlt mir die Erfahrung.
Deswegen die Frage, gibt es irgenwo ein kompiliertes 64bit Xinepaket oder ein anderes Programm?
You should be able to install the 32bit versions, ie install the 32bit RPMs. Never tried it myself so I'm curious on your results... :) Compiling it yourself should work for the most part as well. One issue is however that the w32 Codecs wont be supported... BB
I already tried to recompile the xine packages from packman.links2linux.de for x86_64, but I had no success, there were some compile errors. Probably some of the additional packages are not 64-Bit ready, yet. But you can simply install the 32-Bit xine Packages from Packman http://packman.links2linux.de/?action=124 You probably have to upgrade to KDE 3.2.3 before you can install the Packman packages. Configure ftp://ftp.gwdg.de/linux/suse/ftp.suse.com/suse/x86_64/supplementary/KDE/update_for_9.1/yast-source/ as an additional installation source in yast and do a "System-Update". You also need libdvdcss to watch encrypted dvds, therefore follow the instructions at: http://packman.links2linux.de/?action=122 but recompile the source-package with # rpmbuild --rebuild --target=x86_64 libdvdcss2-1.2.8-0.pm.2.nosrc.rpm Make sure the "C/C++ Compiler und Werkzeuge" are installed on your system: YAST -> Software installieren und löschen -> Filter: Selektionen -> C/C++ Compiler und Werkzeuge Am Freitag, 2. Juli 2004 17:12 schrieb tribun-germania-inferior:
Hallo,
kennt jemand von Euch ein Programm welches unter suse 9.1 64bit DVDs abspielen kann?
Ich habe bisher xine benutzt. Das funktionierte wunderbar, leider nicht unter der 64bit Version von suse.
Zum kompilieren von Quellcode fehlt mir die Erfahrung.
Deswegen die Frage, gibt es irgenwo ein kompiliertes 64bit Xinepaket oder ein anderes Programm?
Gruß
Heiko
fredag 02 juli 2004 18:21 skrev Jörg Hermsdorf:
I already tried to recompile the xine packages from packman.links2linux.de for x86_64, but I had no success, there were some compile errors. Probably some of the additional packages are not 64-Bit ready, yet.
Compiling the xine rc3c, will work under x86_64.
Am Friday 02 July 2004 17:21 schrieb Jörg Hermsdorf:
I already tried to recompile the xine packages from packman.links2linux.de for x86_64, but I had no success, there were some compile errors. Probably some of the additional packages are not 64-Bit ready, yet.
But you can simply install the 32-Bit xine Packages from Packman http://packman.links2linux.de/?action=124
Hi, thank you for the steps for a newer xine. I installed KDE3.2.3, libcss and everything. When I want to install a new libxine and xine-ui i get:
gernot:/home/gbauer/SuSE-Enhance/Xine # rpm -U xine-ui-0.99.2-0.pm.0.i686.rpm libxine1-1_rc5-0.pm.0.i686.rpm kaffeine-0.4.3b-0.pm.0.i586.rpm warning: xine-ui-0.99.2-0.pm.0.i686.rpm: V3 DSA signature: NOKEY, key ID 5277a2fa error: Failed dependencies: libcurl.so.2 is needed by xine-ui-0.99.2-0.pm.0
but libcurl is already installed. 'ldconfig -v | grep libcurl' writes the following: gernot:/home/gbauer/SuSE-Enhance/Xine # ldconfig -v | grep libcurl ldconfig: Can't stat /usr/X11R6/lib64/Xaw95: No such file or directory ldconfig: Can't stat /usr/X11R6/lib64/Xaw3d: No such file or directory ldconfig: Can't stat /usr/X11R6/lib/Xaw95: No such file or directory ldconfig: Can't stat /usr/X11R6/lib/Xaw3d: No such file or directory ldconfig: Can't stat /usr/x86_64-suse-linux/lib64: No such file or directory ldconfig: Can't stat /usr/openwin/lib: No such file or directory ldconfig: Can't stat /opt/kde/lib: No such file or directory ldconfig: Can't stat /opt/kde2/lib: No such file or directory ldconfig: Can't stat /opt/gnome2/lib: No such file or directory ldconfig: Can't stat /usr/openwin/lib64: No such file or directory ldconfig: Can't stat /opt/kde/lib64: No such file or directory ldconfig: Can't stat /opt/kde2/lib64: No such file or directory ldconfig: Can't stat /opt/gnome2/lib64: No such file or directory ldconfig: Path `/lib' given more than once ldconfig: Path `/lib64' given more than once ldconfig: Path `/usr/lib' given more than once ldconfig: Path `/usr/lib64' given more than once ldconfig: Cannot stat /usr/lib64/libopenh323.so: No such file or directory ldconfig: Cannot stat /usr/lib64/libpt.so: No such file or directory libcurl.so.2 -> libcurl.so.2.0.2 Any suggestions? Thank you, Gery
Hi Gernot, Reply below. Best regards On Sunday 25 July 2004 22:23, Gernot Bauer wrote:
Am Friday 02 July 2004 17:21 schrieb Jörg Hermsdorf: [...]
But you can simply install the 32-Bit xine Packages from Packman http://packman.links2linux.de/?action=124
Hi, thank you for the steps for a newer xine.
I installed KDE3.2.3, libcss and everything. When I want to install a new
libxine and xine-ui i get:
gernot:/home/gbauer/SuSE-Enhance/Xine # rpm -U
xine-ui-0.99.2-0.pm.0.i686.rpm libxine1-1_rc5-0.pm.0.i686.rpm kaffeine-0.4.3b-0.pm.0.i586.rpm [...]
error: Failed dependencies: libcurl.so.2 is needed by xine-ui-0.99.2-0.pm.0
but libcurl is already installed. 'ldconfig -v | grep libcurl' writes the following: gernot:/home/gbauer/SuSE-Enhance/Xine # ldconfig -v | grep libcurl [...] libcurl.so.2 -> libcurl.so.2.0.2
Any suggestions?
My guess is that if you install a 32-bit package, you need to resolve all of its dependencies with 32-bit libraries. Can anyone tell me if I'm wrong on this? So this dependency is only resolved if you have 32-bit libcurl installed. In your post you did not indicate whether your libcurl is 32-bit or 64-bit. Which is it?
* Paul C. Leopardi (leopardi@bigpond.net.au) [20040726 04:32]:
My guess is that if you install a 32-bit package, you need to resolve all of its dependencies with 32-bit libraries. Can anyone tell me if I'm wrong on this?
No, you're absolutely correct. Philipp -- Philipp Thomas <pth@suse.de> SUSE LINUX AG, Maxfeldstr. 5, D-90409 Nuremberg, Germany
participants (7)
-
Bodo Bauer
-
Gernot Bauer
-
Paul C. Leopardi
-
Philipp Thomas
-
tribun-germania-inferior
-
yojoe@t-online.de
-
Örn Hansen