LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   MySQLCC (https://www.linuxquestions.org/questions/linux-software-2/mysqlcc-64290/)

rivang 06-07-2003 08:07 PM

MySQLCC
 
I just downloaded MySQLCC from http://www.mysql.com

I followed the following install instructions:

# Change into the intended installation directory:

shell> cd /usr/local

# Unpack the distribution and create the installation directory:

shell> tar xvzf /path/to/mysqlcc-VERSION-OS.tar.gz
shell> ln -s mysqlcc-VERSION-OS mysqlcc

The basic commands you must execute to install a *MySQL Control Center* source distribution are:

shell> gunzip < mysqlcc-VERSION.tar.gz | tar -xvf -
shell> cd mysqlcc-VERSION
shell> ./configure
shell> make

Everything works until I try ./configure which returns a no such file or directory.

Anyone have any suggestions?

Hangdog42 06-07-2003 09:19 PM

Do you have permission to work in /usr/local? You might have to su to get ./configure to work in that directory. I did exactly what you outlined, only in my home directory and it worked fine.

Crashed_Again 06-07-2003 10:11 PM

As far as I know there is no compiling necessary. Once you untar the file and cd into it there should be a binary with a name like mysqlcc. Simply execute that.


All times are GMT -5. The time now is 06:01 PM.