Problem mit Xine & Lib installation.

W

Wojtek

Grünschnabel
Moinsens,

Melde mich mit meinem ersten Beitrag auch gleich mit meinem ersten Problem.

Also,

Ich nutze Fedora Core 2 und wollte Xine installieren.

Hab mir runtergeladen :
xine-lib-1-rc4a
xine-ui-0.99.2


Die Lib hab ich wie folgt installiert :
./configure --prefix=/usr/local/xine/ --with-win32-dir=/usr/lib/win32/
make
su #
(Auf root gewechselt)
make install

soweit so gut. Er rattert die makeinstall runter.

anschliessend setz ich :
echo "/usr/local/xine/lib/" >> /etc/ld.so.conf

Anschliessend :
ldconfig

Doch da kommt auch schon der Fehler :
bash: ldconfig: command not found

Und weiter komm ich dann natürlich nicht.
Wenn ich trotzdem versuche weiterzumachen....

Ich wechsel in den Ordner der Xine ui,
gebe ein :
export XINE_CONFIG=/usr/local/xine/bin/xine-config
anschliessend :
./configure --prefix=/usr/local/xine/

Er fängt wiefder an zu arbeiten und schmeisst mir folgenden fehler raus :

Code:
ecking for xine-config... /usr/local/xine/bin/xine-config
checking for XINE-LIB version >= 1.0.0... no
*** Could not run XINE test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding XINE or finding the wrong
*** version of XINE. If it is not finding XINE, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
configure: error: *** You should install xine-lib first ***

Wenn ich versuche xine via : yum install xine
zu installieren wie ich es hier im Forum gefunden hatte,
dann kommt :

Code:
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
kernel-smp-0-2.6.7-1.494. 100% |=========================| 180 kB    00:01
kernel-doc-0-2.6.7-1.494. 100% |=========================|  26 kB    00:00
kernel-sourcecode-0-2.6.7 100% |=========================| 463 kB    00:58
kernel-0-2.6.7-1.494.2.2. 100% |=========================| 182 kB    00:02
Cannot find a package matching xine
No actions to take


Hoffe mir kann wer helfen, atm bin ich ziemlich ratlos :(
Bin absoluter Linux n00b und bin erst vor paar Tagen
auf Linux umgestiegen.

THX & Gruß Wojtek
 
Versuchs mal bei der xine-ui-kompilierung mit

Code:
./configure --libdir=/usr/local/lib

dann sollte es funktionieren

edit:
Da du die xine-lib mit prefix=/usr/local/xine kompiliert hast, solltest du natürlich
Code:
./configure --libdir=/usr/local/xine/lib
verwenden
 
Zuletzt bearbeitet:
Hallöle,

danke für Deine Antwort.

Xine läuft jetzt :)

Danke nochmals & Gruß Wojtek
 

Ähnliche Themen

NGINX bietet intern abgerufene Seiten nur zum Download an, extern geht's

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

X startet nichtmehr

Ich mag Dovecot nicht ...

Zurück
Oben