voil� pour le Probl�me de libXv.a manquante. Ceci devrait fonctionner. ---------- Message transmis ---------- Subject: [xine-user] RPMs for SuSE and Mandrake Date: Thu, 17 May 2001 23:39:51 +0100 From: Jos� Carlos Monteiro <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] From: Bruno Pinaud <[EMAIL PROTECTED]> > i saw some mails on the french Mandrake user mailing-list that xine rpm > doesn't work with Linux Mandrake 8.0. I tested it and that's true. The rpm > needs libXv.so.1 which doesn't exist under LM 8.0. there's only a libXv.a You need to create a libXv.so.1 file. It's easy. As "root", do as follows: # cd /usr/X11R6/lib/ # ld --whole-archive -shared -o libXv.so.1 libXv.a # ldconfig Now, you can install xine, provided you use the "--nodeps" flag. Don't worry it'll work fine afterwards. Do it like this: # rpm -Uvh --nodeps xine-????.rpm I made a special xine RPM. This RPM includes the DeCSS plugin -- which, by the way, is legal in most EU member states. It was built under SuSE 7.1, but I think it'll work fine under Mandrake (as long as you do as described above), and under RedHat. You'll find it here: http://skyblade.homeip.net/xine/xine-0.4.3.decss-0.i686.rpm Regards, Z� _______________________________________________ xine-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/xine-user ------------------------------------------------------- -- Bruno Pinaud Ecole Polytechnique de l'Universit� de Nantes Dept. SILR ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
