Jun 17, 2002 #1 100mbs MIS Feb 14, 2002 142 US I need to install the latest version of SAMBA and a backup software package. But I don't knowhow to compile the source code. Any suggestions???? Thanks....
I need to install the latest version of SAMBA and a backup software package. But I don't knowhow to compile the source code. Any suggestions???? Thanks....
Jun 17, 2002 #2 Butterfly123 Technical User May 15, 2002 222 US Go to the source code folder; Its a simple 3 step procedure; ./configure make make install This shall do ur work.. All the best! Heman Upvote 0 Downvote
Go to the source code folder; Its a simple 3 step procedure; ./configure make make install This shall do ur work.. All the best! Heman
Jun 18, 2002 #3 packageman ISP Jun 13, 2001 26 US If you don't have Sun's compiler (use 'which cc'), go to http://www.gnu.org and get the gcc compiler. RTM and you should be fine. Upvote 0 Downvote
If you don't have Sun's compiler (use 'which cc'), go to http://www.gnu.org and get the gcc compiler. RTM and you should be fine.