Hi, I have the same problem and have attempted to look through the list and find a reply with the answer but could not seem to find one. My problem seems slightly more confusing. If I and running R as root, the following works> library(RMySQL) > m <- dbDriver("MySQL") > con <- dbConnect(m,host="acomputer",dbname="atable",user="au_ser",password="a_password") > rs <- dbSendQuery(con,statement="select * from flock") > data <- fetch(rs,n=-1)If I run the same code as a normal user the following line fails with a segmentation fault con <- dbConnect(m,host="acomputer",dbname="atable",user="au_ser",password="a_password") I have the following relevant software installed MySql 3.23.32 R-1.7.0 RMySQL 0.5.2 Redhat 7.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alle 03:25, venerd? 8 agosto 2003, Matthew.Kelly at csiro.au ha scritto:> If I run the same code as a normal user the following line fails with a > segmentation fault con <- > dbConnect(m,host="acomputer",dbname="atable",user="au_ser",password="a_pass >word")I receive same errors with Mysql 3.x on Debian "woody". Any solution / news / hack? - -- Daniele Medri <daniele.medri @ libero.it> homepage: http://www.linux.it/~madrid/ "Statistics are like bikinis. What they reveal is suggestive, but what they conceal is vital" - Aaron Levenstein -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/OLoNIQMOQEPV3KYRAuRHAJ9dzz4K5vk5ux8wiUQY851ohuq0ZACghrq1 DDusev3EZ/ulPPr+m3GjLEo=Kw75 -----END PGP SIGNATURE-----