Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with installing sudo

Status
Not open for further replies.

linlin

IS-IT--Management
May 3, 2001
3
US
hi everyone,
I had probelm to install sudo on one of my solaris sever.
This is what I did
#cd sudo-1.63
#set PREFIX=/usr/local
#./configure --with CC=/usr/local/bin/cc
sysconfdir=${PREFIX}/etc/#make
yacc -d ./arse.yacc (this is the only line shows up, and after that the cursor just sits
there and nothing happen)
I installed sudo on other machine and it works, but somehow on this sever it can't
complete the make.

can some one give me some hints.
 
Just confirm whether your C compiler is working on this server or not?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top