|
From: Amr A. A. <aa...@re...> - 2008-09-12 20:05:07
|
Hello, I've got a problem with getting my application to run on a Solaris machine. I've had no problem getting it to run on a linux machine. Basically, here's the error: Running xxx... ld.so.1: wrapper-solaris-sparc-32: fatal: libm.so.2: open failed: No such file or directory Killed So it can't find libm.so.2 A workaround I've found was to create a symlink to libm.so.1 I tried that and now get this message instead: Running xxx... Illegal Instruction - core dumped So, there seems to be a dependency on that math library that can't be satisfied with that symlink hack. Anyone have issues like this? Or has any suggestions? I can't seem to be able to find libm.so.2 to download online, so a link to that would be great, then I could at least just bundle it with the application. Thanks, Amr. -- Refractions Research Suite 300 - 1207 Douglas St Victoria, BC, V8W 2E7, Canada ph: (250) 383-3022 fax:(250) 383-2140 |