Public bug reported:

Binary package hint: dtc

on a clean 7.10 server install, the last step of installing dtc-toaster
fails with

[EMAIL PROTECTED]:~# /usr/share/dtc/admin/install/install <Enter>

...
...
Creating chroot shell script...
-> Fixup rights
-> Managing ldconfig
exec: 17: /sbin/ldconfig.real: not found

the following tip from http://forums.gplhost.com/phpBB2/image-
vp4081.html helped

Add an asterisk after "ldconfig" in functions.php to see if it helps.

You can find functions.php under /usr/share/dtc/admin/install/
directory.

Search for "ldconfig" (around line 3131) Modify as follow:-

# copy ldconfig from sbin to $conf_chroot_path/sbin
if ! [ $UNIX_TYPE"" = "osx" ] ; then
cp -pf /sbin/ldconfig* sbin/
fi

Run /usr/share/dtc/admin/install/install again.


it would be nice if this could be fixed in the packages

** Affects: dtc (Ubuntu)
     Importance: Undecided
         Status: New

-- 
postinstall script fails
https://bugs.launchpad.net/bugs/182276
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to