[Thread Prev][Thread Next][Index]

Re: [las_users] configure problem in las 6.5.2.1 installing



Takaya,

This error message is coming from MySQL.  I googled on [mysql "Can't create/write to file"] and arrived at this page:

http://dev.mysql.com/doc/refman/5.0/en/cannot-create.html

Here is their answer:

If you get an error of the following type for some queries, it means that MySQL cannot create a temporary file for the result set in the temporary directory:

Can't create/write to file '\\sqla3fe_0.ism'.
  

The preceding error is a typical message for Windows; the Unix message is similar.

One fix is to start mysqld with the --tmpdir option or to add the option to the [mysqld] section of your option file. For example, to specify a directory of C:\temp, use these lines:

[mysqld]
tmpdir=C:/temp
  

The C:\temp directory must exist and have sufficient space for the MySQL server to write to. See Section 4.3.2, “Using Option Files”.

Another cause of this error can be permissions issues. Make sure that the MySQL server can write to the tmpdir directory.

Check also the error code that you get with perror. One reason the server cannot write to a table is that the filesystem is full:

shell> perror 28
Error code  28:  No space left on device

-- Jon



Namba Takaya wrote:
Dear user

When I tried to install las 6.5.2.1 by ./configure on
mandrake 10.1, I had an error following. 

DBD::mysql::db do failed: Can't create/write to file
'./las/sessions.frm' (Errcode: 13) at ./configure.pl line
600, <STDIN> line 9.

Could you tell me how to solve the problem?

Best Regards,

Takaya Namba



--------------------------------------
Yahoo! JAPAN 10th Anniversary Special Feature
--- Enjoy Yahoo! Auction with Yahoo! Mail !! ---
http://pr.mail.yahoo.co.jp/auction/
  

[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement