Operating System - HP-UX
1833776 Members
2231 Online
110063 Solutions
New Discussion

Re: Unsatisfied code symbol

 
Achilles_2
Regular Advisor

Unsatisfied code symbol

Hello All,

I was able to build vim-0.14.1 on my HP-UX 11.23. When I start the vim, I get following the error messages: /usr/lib/hpux32/dld.so: Unsatisfied code symbol '__udivsi3' in load module '/usr/local/bin/vim'. Killed
Please give me a good solution

With Thanks,
Achilles
2 REPLIES 2
Elmar P. Kolkman
Honored Contributor

Re: Unsatisfied code symbol

Strange... Do you get this message on the machine where you build it, or is this on another machine? If the latter, then you're missing a shared library. If the first, I don't know why it does this. Unless the shared libraries don't match with the stubs used when linking, which shouldn't happen.
Every problem has at least one solution. Only some solutions are harder to find.
Steve Steel
Honored Contributor

Re: Unsatisfied code symbol

Hi

http://www.chataboutcomputing.com/Compiling_PHP_as_module_on_Itanium-7930918-192-a.html

I beleieve this url will point you in the right direction


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)