Link to home
Start Free TrialLog in
Avatar of stephaneeybert
stephaneeybert

asked on

Compiling MySql on Linux Mandrake and error during "make install"...

Dear all,

I'm installing MySql mysql-3.23.52 on Linux Mandrake 8.2.

I did the following commands without any problem:

./configure \
  --prefix=/usr/local/mysql-3.23.52
make clean
make

But now I want to do the command:

make install

But at some point it gives me the following message:

make[3]: Leaving directory `/usr/local/mysql-3.23.52/man'
make[2]: Leaving directory `/usr/local/mysql-3.23.52/man'
make[1]: Leaving directory `/usr/local/mysql-3.23.52/man'
Making install in sql-bench
make[1]: Entering directory `/usr/local/mysql-3.23.52/sql-bench'
make[2]: Entering directory `/usr/local/mysql-3.23.52/sql-bench'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/mysql-3.23.52/sql-bench
 /usr/bin/install -c test-ATIS /usr/local/mysql-3.23.52/sql-bench/test-ATIS
/usr/bin/install: `test-ATIS' and `/usr/local/mysql-3.23.52/sql-bench/test-ATIS' are the same file
 /usr/bin/install -c test-connect /usr/local/mysql-3.23.52/sql-bench/test-connect
/usr/bin/install: `test-connect' and `/usr/local/mysql-3.23.52/sql-bench/test-connect' are the same file
 /usr/bin/install -c test-create /usr/local/mysql-3.23.52/sql-bench/test-create
/usr/bin/install: `test-create' and `/usr/local/mysql-3.23.52/sql-bench/test-create' are the same file
 /usr/bin/install -c test-insert /usr/local/mysql-3.23.52/sql-bench/test-insert
/usr/bin/install: `test-insert' and `/usr/local/mysql-3.23.52/sql-bench/test-insert' are the same file
 /usr/bin/install -c test-big-tables /usr/local/mysql-3.23.52/sql-bench/test-big-tables
/usr/bin/install: `test-big-tables' and `/usr/local/mysql-3.23.52/sql-bench/test-big-tables' are the same file /usr/bin/install -c test-select /usr/local/mysql-3.23.52/sql-bench/test-select
/usr/bin/install: `test-select' and `/usr/local/mysql-3.23.52/sql-bench/test-select' are the same file
 /usr/bin/install -c test-wisconsin /usr/local/mysql-3.23.52/sql-bench/test-wisconsin
/usr/bin/install: `test-wisconsin' and `/usr/local/mysql-3.23.52/sql-bench/test-wisconsin' are the same file
 /usr/bin/install -c test-alter-table /usr/local/mysql-3.23.52/sql-bench/test-alter-table
/usr/bin/install: `test-alter-table' and `/usr/local/mysql-3.23.52/sql-bench/test-alter-table' are the same file
 /usr/bin/install -c graph-compare-results /usr/local/mysql-3.23.52/sql-bench/graph-compare-results
/usr/bin/install: `graph-compare-results' and `/usr/local/mysql-3.23.52/sql-bench/graph-compare-results' are the same file
 /usr/bin/install -c bench-init.pl /usr/local/mysql-3.23.52/sql-bench/bench-init.pl
/usr/bin/install: `bench-init.pl' and `/usr/local/mysql-3.23.52/sql-bench/bench-init.pl' are the same file
 /usr/bin/install -c compare-results /usr/local/mysql-3.23.52/sql-bench/compare-results
/usr/bin/install: `compare-results' and `/usr/local/mysql-3.23.52/sql-bench/compare-results' are the same file /usr/bin/install -c run-all-tests /usr/local/mysql-3.23.52/sql-bench/run-all-tests
/usr/bin/install: `run-all-tests' and `/usr/local/mysql-3.23.52/sql-bench/run-all-tests' are the same file
 /usr/bin/install -c server-cfg /usr/local/mysql-3.23.52/sql-bench/server-cfg
/usr/bin/install: `server-cfg' and `/usr/local/mysql-3.23.52/sql-bench/server-cfg' are the same file
 /usr/bin/install -c crash-me /usr/local/mysql-3.23.52/sql-bench/crash-me
/usr/bin/install: `crash-me' and `/usr/local/mysql-3.23.52/sql-bench/crash-me' are the same file
 /usr/bin/install -c copy-db /usr/local/mysql-3.23.52/sql-bench/copy-db
/usr/bin/install: `copy-db' and `/usr/local/mysql-3.23.52/sql-bench/copy-db' are the same file
make[2]: *** [install-benchSCRIPTS] Error 1
make[2]: Leaving directory `/usr/local/mysql-3.23.52/sql-bench'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/local/mysql-3.23.52/sql-bench'
make: *** [install-recursive] Error 1
ASKER CERTIFIED SOLUTION
Avatar of us111
us111
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dilligaffuq
dilligaffuq

Graphical:
Use the software manager and let Mandrake install it from the CDs.

Non-graphical:
Use rpm to install it from the CDs.

dill
Avatar of stephaneeybert

ASKER

Sorry for the delay. I had forgotten about the question, for I got it to work somehow.

Thanks to you all!