The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-25-2004
locustfurnace locustfurnace is offline
Registered User
 

Join Date: Aug 2004
Posts: 232
example; you download a program called mysql.tar
then untar the file tar xf mysql.tar
then this will create the directory mysql
now change to the mysql directory
cd mysql
now you should be able to run ./configure
after it runs through the configure, then run make
Reply With Quote