Skip to content

RMySQL installation problem

6 messages · Knut Krueger, Christian Schulz

#
Prof Brian Ripley schrieb:
I tried to install the package too, and I can confirm that there is the
same error.
the ...\library\mysql\libs is in the path
I copied an executable file into the directory named test123.exe
and used Start-> execute test123.exe
The program was executed

controll test:
I deleted the exeutable file
and used Start-> execute test123.exe  again
result
file not found.

so the path is ok but it isn't working

Did I miss something else?
Regards Knut
2 days later
#
I think you should use the newest DBI Version with 2.6.1.
regards, christian
#
Christian Schulz schrieb:
I run *actualice packages*,
 this should update to the newest DBI, shouldn't it?
Knut
#
Knut Krueger wrote:
I'm not sure, perhaps you are on an old "branch"? Try  for 2.6.1:
http://umfragen.sowi.uni-mainz.de/CRAN/bin/windows/contrib/2.6/DBI_0.2-4.zip
http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.6/RMySQL_0.6-0.zip

good luck,
Christian
3 days later
#
First question: is this the right mailing list to discuss installation
problems?

if yes:
(Windows XP professional environment )
Installing a second  packege after the first causes an error:

-----------------------------------------------------------------------------------------------------------------
package 'RMySQL' successfully unpacked and MD5 sums checked
updating HTML package descriptions
package 'DBI' successfully unpacked and MD5 sums checked
Warning: unable to move temporary installation
'C:\Programme\R\R-2.6.1\library\file3d6c4ae1\DBI' to
'C:\Programme\R\R-2.6.1\library\DBI'
updating HTML package descriptions
-----------------------------------------------------------------------------------------------------------------

but installing DBI first causes the same error but than with RMySQL:

-----------------------------------------------------------------------------------------------------------------
package 'DBI' successfully unpacked and MD5 sums checked
updating HTML package descriptions
package 'RMySQL' successfully unpacked and MD5 sums checked
Warnung: unable to move temporary installation
'C:\Programme\R\R-2.6.1\library\file3d6c4ae1\RMySQL' to
'C:\Programme\R\R-2.6.1\library\RMySQL'
updating HTML package descriptions
-----------------------------------------------------------------------------------------------------------------
The directory C:\Programme\R\R-2.6.1\library\file3d6c4ae1\ is not
present ...

I tried a several times to restart the Rgui no without saving the
workspace and tried to install the package again no change.
The last time I saved the Workspace and got a success after installing
the package:
but the initial problem is still there
Error in dyn.load(file, ...) :
  cannot load shared library
'C:/Programme/R/R-2.6.1/library/RMySQL/libs/RMySQL.dll'
LoadLibrary failure:  module not found (Remark translated message)


Fehler: Laden von Paket/Namensraum f?r 'RMySQL' fehlgeschlagen
Regards Knut