From: Arcadio Buendia Date: 2007-10-31T20:08:07+09:00 Subject: Re: error with mysql install. manually copy the libmysql.dll in \ruby\bin directory you can copy it from mysql server bin dir this will not fix the rdoc gen erro procedure but will let connect to mysql server from ruby progs Junkone wrote: > when i install mysql, i get the following error > Select which gem to install for your platform (i386-mswin32) > 1. mysql 2.7.3 (mswin32) > 2. mysql 2.7.1 (mswin32) > 3. mysql 2.7 (ruby) > 4. mysql 2.6 (ruby) > 5. Skip this gem > 6. Cancel installation >> 1 > Successfully installed mysql-2.7.3-mswin32 > Installing ri documentation for mysql-2.7.3-mswin32... > Installing RDoc documentation for mysql-2.7.3-mswin32... > While generating documentation for mysql-2.7.3-mswin32 > ... MESSAGE: Unhandled special: Special: type=17, text="" > ... RDOC args: --op e:/ruby/lib/ruby/gems/1.8/doc/mysql-2.7.3-mswin32/ > rdoc --exc > lude ext --main README --quiet ext README docs/README.html > (continuing with the rest of the installation) > > > When i try to use it, i get further errors > the procedure entry point mysql_stmt_row_tell could not be located in > the dynamic link library LIBMYSQL.DLL > can you point how to fix it please. -- Posted via http://www.ruby-forum.com/.