Hi,
Hallo alle,
Ich wollt mir ne divX4 als RPM installieren (hab mir aus dem Spec-File ein RPM gebaut) und da meckert es:
/sbin/ldconfig: /usr/lib/libinhrsdummy.so is not a symbolic link
/sbin/ldconfig: /usr/lib/libexpat.so.1 is not a symbolic link
Welche Links soll ich denn jetzt setzen? Etwa so:
ln -s /sbin/ldconfig /usr/lib/libexpat.so.1 ln -s /sbin/ldconfig /usr/lib/libinhrsdummy.so
------------------------------------------------------ Schau doch erstmal,was
/usr/lib/libinhrsdummy.so /usr/lib/libexpat.so.1 überhaupt ist (Datei,Verzeichnis ???). Existieren die überhaupt ? Diese Dateien sind - wenn sie vorhanden sind - Libraries bzw Links auf ebensolche, gibt es also in /usr/lib Dateien,die so "ähnlich" heißen. Zb.: /usr/lib/libinhrsdummy.so.x.y.z (x,y,z wären dann Zahlen) ? /sbin/ldconfig ist ein Programm !!!! , da gibts erstmal nix zu linken.
# Problem Nr.2
mit Tarball hab ich auch probiert, nach der Eigabe von 'sh ./install.sh' kommt folgendes:
---- ./install.sh: line 13: syntax error: unexpected end of file ----
ich habe dann noch 'dos2unix install.sh' ausgeführt aber darauf kam andere Antwort und zwar:
---- recode: install.sh fehlgeschlagen: Nicht-eindeutiges Format in CR-LF..data ----
Kann mir jemand helfen?
------------------------------------------- install.sh besteht aus:
#!/bin/bash if grep /usr/local/lib /etc/ld.so.conf ;
Da fehlt ein then ^
echo >> /etc/ld.so.conf echo /usr/local/lib >> /etc/ld.so.conf fi cp -f *.so /usr/local/lib cp -f *.h /usr/local/include chown 0 /usr/local/lib/libdivxdecore.so chown 0 /usr/local/lib/libdivxencore.so chmod 755 /usr/local/lib/libdivxdecore.so chmod 755 /usr/local/lib/libdivxencore.so /sbin/ldconfig --------------------------------------------
Großen Dank!!!
Bitte mfg Harry