[sudo-users] RES: Visudo installation

Todd C. Miller Todd.Miller at sudo.ws
Wed May 8 08:36:26 MDT 2024


On Wed, 08 May 2024 14:27:38 -0000, =?iso-8859-1?Q?Jos=E9_Antonio_Alves_de_Paul
a?= wrote:

> I removed the suspicious package and installed the package I downloaded from 
> the link you gave me and the error was the same.
>
> Installation of <TCMsudo> was successful.
> root at XXXXXXX:/tmp# visudo
> ld.so.1: visudo: fatal: libc.so.1: version 'SUNWpublic' not found (required b
> y file /usr/sbin/visudo)
> ld.so.1: visudo: fatal: libc.so.1: open failed: No such file or directory
> Killed
> root at XXXXXXX:/tmp#

Do you get the same result if you run it with a full path?  E.g.
$ /usr/local/sbin/visudo

If so, what does the following command return?
$ elfdump /usr/local/sbin/visudo | grep libc.so

It should look like this:

       [6]  libc.so.1                   SUNW_1.22.7
       [6]  NEEDED            0x85b               libc.so.1

if you installed TCMsudo-1.9.15p5-sol10.sparc.pkg.

 - todd


More information about the sudo-users mailing list