• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

wine finde libxml & libxslt nicht

Mr_Qu

Newbie
Hallo.

Ich als Linuxneuling versuche gerade wine zu installieren. Doch nach
Code:
./configure 2> fehler.txt --with-opengl
steht in der fehler.txt folgendes drinne:
Code:
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxml-2.0' found
Package libxslt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxslt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxslt' found
Package libxslt was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxslt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libxslt' found

Nun hab ich über
Code:
echo $PKG_CONFIG_PATH
das hier rausgefunden:
Code:
/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:
/opt/kde3/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig

Nun mein Problem: Wie finde ich die Dateien libxml-2.0.pc und libxslt.pc? und wie kann ich einen verweis auf diese erstellen?

PS: Ich habe die beiden Bibliotheken bereits installiert.
 
Oben