dpkg: `ldconfig' not found on PATH

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Christoph Stein
Beiträge: 2
Registriert: 04.10.2003 21:17:15

dpkg: `ldconfig' not found on PATH

Beitrag von Christoph Stein » 04.10.2003 21:35:08

Hallo Forum,

meine Debian Installation zeigt seit kurzem Mucken. Ich kann keine Prgramme installieren, irgendwas hängt.

Nach der Eingabe von:

# apt -f install

Reading Package Lists...
Building Dependency Tree...
Correcting dependencies... Done
The following packages will be REMOVED:
bc ftp gdb libc6-dev libncurses5-dev libreadline4 python python-newt
python2.1 reportbug smbclient
0 packages upgraded, 0 newly installed, 11 to remove and 0 not upgraded.
1 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 27.6MB will be freed.
Do you want to continue? [Y/n]

# y

dpkg: `ldconfig' not found on PATH.
dpkg: `start-stop-daemon' not found on PATH.
dpkg: `install-info' not found on PATH.
dpkg: `update-rc.d' not found on PATH.
dpkg: 4 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)


Was ist da los? Die geforderten Programme sind alle am richtigen Platz ,jedoch 'dpkg' findet sie nicht.

Wer kann helfen?

Christoph Stein

Benutzeravatar
remus
Beiträge: 214
Registriert: 03.09.2003 12:06:33
Wohnort: Würzburg
Kontaktdaten:

Beitrag von remus » 04.10.2003 22:10:05

dpkg sagt doch ganz genau, was es will. Lass dir mal anzeigen, was in der PATH Variablen steht.

Code: Alles auswählen

echo $PATH
Und wenn da /usr/local/sbin, /usr/sbin oder /sbin fehlt fügst du es halt noch dazu mit

Code: Alles auswählen

export PATH=$PATH:usr/local/sbin:/usr/sbin:/sbin

Christoph Stein
Beiträge: 2
Registriert: 04.10.2003 21:17:15

Beitrag von Christoph Stein » 05.10.2003 01:06:29

Danke für die Hilfe.
Ich mußte den Path zwar in /etc/profile eintragen, damit es klappt, aber Dein Tip hat mir auf die Sprünge geholfen.

Christoph Stein

Benutzeravatar
blackm
Moderator und Co-Admin
Beiträge: 5921
Registriert: 02.06.2002 15:03:17
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von blackm » 05.10.2003 04:55:53

Hi Christoph,

normalerweise sind die Programme alle im PATH von root drin. Loesen kannst du das dein Problem so wie remus schon geschrieben hat. Die Zeile

Code: Alles auswählen

export PATH=$PATH:usr/local/sbin:/usr/sbin:/sbin
kannst du erstmal direkt in die Konsole schreiben und dann apt nochmal laufen lassen. Damit es dann dauerhalt ist, schreibst du die Zeile einfach so wie sie ist nach /etc/profile.

by, Martin
Schöne Grüße

Martin

Neu im Forum? --> https://wiki.debianforum.de/debianforum ... tensregeln
Log- und Konfigurationsdatein? --> pastebin.php
Forum unterstützen? --> https://wiki.debianforum.de/debianforum.de/Spenden

Antworten