Re: RES: Visudo installation
"Todd C. Miller via sudo-users" <[email protected]> Wed, 08 May 2024 08:36:26 -0600
| Newsgroups | gmane.comp.tools.sudo.user |
|---|---|
| Message-ID | <[email protected]> |
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@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@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
____________________________________________________________
sudo-users mailing list <[email protected]>
For list information, options, or to unsubscribe, visit:
https://www.sudo.ws/mailman/listinfo/sudo-users