slayingxena
IS-IT--Management
I'm running SuSE 7.3 and I'm having problems with 'make install'.
The 'make' completes creation of the libraries, but when it enters the ./client directory I get this:
/usr/bin/install -c mysql /usr/local/bin//usr/local/mysql-mysql
/usr/bin/install: Cannot create regular file '/usr/local/bin//usr/local/mysql-mysql': No such file or directory
The same is true for the following it tries:
mysqlshow
mysqltest
mysqlbinlog
mysqlcheck
mysqladmin
mysql
I've verified the previous group of files exists in the ./client directory, however, the mysql-mysql file doesn't exist. 'find / -name mysql-mysql' returns nothing. Is this why the others failed? Where would this file be?
The 'make' completes creation of the libraries, but when it enters the ./client directory I get this:
/usr/bin/install -c mysql /usr/local/bin//usr/local/mysql-mysql
/usr/bin/install: Cannot create regular file '/usr/local/bin//usr/local/mysql-mysql': No such file or directory
The same is true for the following it tries:
mysqlshow
mysqltest
mysqlbinlog
mysqlcheck
mysqladmin
mysql
I've verified the previous group of files exists in the ./client directory, however, the mysql-mysql file doesn't exist. 'find / -name mysql-mysql' returns nothing. Is this why the others failed? Where would this file be?