libxml2.so.2

I'm trying to run Heroes of Newerth (linux game) on FreeBSD 9.0 AMD64. When I run it, it says:

Code:
./hon-x86: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

But when I use the find command, I see that I have:

/usr/local/lib/libxml2.so.5
/usr/local/lib/libxml2.so



And I don't think I can run hon-x86_64 because linux emulation is only 32bit? I think.
 
Back
Top