Facing Problem with Libxml.rb
Posted
by Rakesh
on Stack Overflow
See other posts from Stack Overflow
or by Rakesh
Published on 2010-05-28T06:47:09Z
Indexed on
2010/05/28
6:51 UTC
Read the original article
Hit count: 351
ruby-on-rails
Hi Folks,
I downloaded one of the rails app from server and tried running it.I faced an error on migration
D:\Radiant\trunk>rake db:migrate (in D:/Radiant/trunk) rake aborted! 126: The specified module could not be found. - D:/Radiant/trunk/config/../ven dor/plugins/libxml-ruby/lib/libxml_ruby.so
I got the windows version of libxml_ruby.so and tried again.
i got the error saying " libxml2.dll " not found.Then i checked the file libxml.rb ..it says the below lines .
If running on Windows, then add the current directory to the PATH
for the current process so it can find the pre-built libxml2 and
iconv2 shared libraries (dlls).
Can anybody explain me what actually this mean?
Regards Rakesh S
© Stack Overflow or respective owner