Oscar Levi wrote: > > On Thu, Dec 17, 1998 at 06:22:47AM +0900, Ionutz Borcoman wrote: > > James Troup wrote: > > > > > > Ionutz Borcoman <[EMAIL PROTECTED]> writes: > > > > > > > If I run this as root, how can I sign the package, as my pgp key was > > > > created for my personal account. > > > > > > sudo is your friend. > > > > sudo says > > > > Sorry, user borco is not allowed to execute "/sbin/ldconfig" as root on > > borco-ei.eng.hokudai.ac.jp. > > Read up on it. Check the /usr/doc/sudo directory and the man pages.
I have found a better solution, with no sudo at all. I have simply changed the ldconfig to: /sbin/ldconfig -n It seems to do what I want. Ionutz