Saturday, November 05, 2011

fixing !Debian sid dpkg: warning: 'ldconfig' not found in PATH or not executable.

If you have this bug with sid when you do sudo apt-get dist-upgrade
dpkg: warning: 'ldconfig' not found in PATH or not executable.
The simple solution is to modify in /etc/sudoers
Defaults   env_reset
Defaults   secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 

5 comments:

  1. Worked like a charm. Right on

    ReplyDelete
  2. Thanks it helped me

    ReplyDelete
  3. Thank you :)

    I guess the earlier SUDO upgrade needed a replace and editing afterwards.

    ReplyDelete
  4. THANK YOUUU!!! :)

    ReplyDelete