This is a discussion on Error installing sudo within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi: Can you help me with sudo install ? When I run make ( or gmake) I get this: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi: Can you help me with sudo install ? When I run make ( or gmake) I get this: Undefined first referenced symbol in file libintl_dgettext pam.o ld: fatal: Symbol referencing errors. No output written to sudo collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `sudo' |
| |||
| apogeusistemas@gmail.com wrote: > Hi: > > Can you help me with sudo install ? > > When I run make ( or gmake) I get this: > > > Undefined first referenced > symbol in file > libintl_dgettext pam.o > ld: fatal: Symbol referencing errors. No output written to sudo > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `sudo' Do you need to build from scratch? You could just pull a premade package from sunfreeware for blastwave. You can even get source there... You see dependencies as well from those site for other packages you might have to install. |
| |||
| On Fri, 16 May 2008 05:34:37 -0700, apogeusistemas wrote: ....snip... > uid=2142(marcus) gid=10(staff) > solaris> sudo -u john w ....snip... > Password: > Sorry, try again. Did you enter the password for marcus or the one for john? |
| |||
| On May 16, 10:46*am, Dave Uhring <daveuhr...@yahoo.com> wrote: > On Fri, 16 May 2008 05:34:37 -0700, apogeusistemas wrote: > > ...snip... > > > uid=2142(marcus) gid=10(staff) > > solaris> sudo -u john w > ...snip... > > Password: > > Sorry, try again. > > Did you enter the password for marcus or the one for john? I put john´s password. |
| ||||
| On 2008-05-16 18:00:33 +0100, "santiago538@yahoo.com" <santiago538@yahoo.com> said: > I'm just curious, > > but why use sudo? Doesn't su -c do essentially the same thing? Or why > not just plain su? Sudo's more configurable, you can configure it so that you don't need the target account's password, and it leaves more of an audit trail. Can pfexec be used instead? > Plus sunfreeware stuff always installs into /usr/local. Yes, and without proper dependencies. Even their IPS packages are broken :-(( Blastwave's *much* better, but sadly their IPS repository's pretty busted. Cheers, Chris |