On Sat, Sep 24, 2011 at 9:39 PM, WillD <[email protected]> wrote: > I'm using DataMapper in a ruby app running Sinatra on Windows Vista. > I've had it working for quite some time and now I'm getting this error > message popping up in a windows dialogue box whenever I require 'data- > mapper' > > "The procedure entry point __xmlDefaultSAXHandler could not be located > in the dynamic link library libxml2-2.dll" > > The app still starts up and runs fine, but the error message keeps > popping up every time I start the app. > > Any help would be much appreciated! >
Does your application require/depend on Nokogiri? Did you install or update libxml2 dlls in your computer? What is the value of environment variable of PATH? Is Ruby bin directory first? -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
