LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   install package (https://www.linuxquestions.org/questions/linux-software-2/install-package-302209/)

ust 03-16-2005 04:33 AM

install package
 
I have just downloaded the linux package , its extension is .tar.gz.tar , then I have extracted the files as below ,I tried to run ./INSTALL-BINARY , it seems can't install the package , could suggest how can I install the package ? thx.

bin docs lib scripts tests
configure EXCEPTIONS-CLIENT man share
COPYING include mysql-test sql-bench
data INSTALL-BINARY README support-files

bathory 03-16-2005 04:45 AM

Read INSTALL-BINARY to understand what you have to do and then run:
Code:

./configure [--some options]
make
su -
make install



All times are GMT -5. The time now is 03:23 AM.