Hi,

On Sat, Aug 16, 2003 at 04:29:01AM +0200, albert wrote:
> Now i'm trying to install MySQL 4.0.14 through binary source install. 
> 
> I'm using Redhat 7.2 and 8.0 
> 
> I'm trying like this.. 
> 
> ./configure --prefix=/usr/local/mysql \
> --localstatedir=/usr/local/mysql/data \
> --with-charset=big5
> make 
> 
> so far there is no problems. 
> 
> but when i try like 'make install',i got this error message and 
> 
> Installation is stopped. 
> 
> ... 
>  /usr/bin/install -c copy-db /usr/local/mysql/sql-bench/copy-db 
> /usr/bin/install: `copy-db' and `/usr/local/mysql/sql-bench/copy-db' are 
> the same file 
> make[2]: *** [install-benchSCRIPTS] error1 
> make[2]: exit `/usr/local/mysql/sql-bench' directory 
> make[1]: *** [install-am] error 2 
> make[1]: exit `/usr/local/mysql/sql-bench' directory 
> make: *** [install-recursive] error 1 
> [EMAIL PROTECTED] mysql]# 
> 

It seems like you are (compiling and) installing _from_ /usr/local/mysql
and also _to_ /usr/local/mysql. You should compile and install from any
directory you choose, but it shouldn't be the same as the directory you
specify as destination with configure --prefix.


Regards,

Fred.

-- 
Fred van Engen                              XB Networks B.V.
email: [EMAIL PROTECTED]                Televisieweg 2
tel: +31 36 5462400                         1322 AC  Almere
fax: +31 36 5462424                         The Netherlands

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to