Operating System - HP-UX
1827158 Members
2107 Online
109716 Solutions
New Discussion

Re: Unsatisfied Symbols Errors when compiling Mod_ssl and Apache

 
Valery Kolander
Advisor

Unsatisfied Symbols Errors when compiling Mod_ssl and Apache

I am a first timer on compiling so please help! I assume these are in a library?

/usr/ccs/bin/ld: Unsatisfied symbols:
__eprintf (first referenced in /opt/openssl/lib/libcrypto.a(b_print.o)) (code)
__udivdi3 (first referenced in /opt/openssl/lib/libcrypto.a(bn_div.o)) (code)
__umoddi3 (first referenced in /opt/openssl/lib/libcrypto.a(bn_word.o))(code)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
5 REPLIES 5
Bill Douglass
Esteemed Contributor

Re: Unsatisfied Symbols Errors when compiling Mod_ssl and Apache

Those are from libgcc_s.sl. Make sure your have gcc installed, and have libgcc.sl or libgcc.a in your shlib_path.
Valery Kolander
Advisor

Re: Unsatisfied Symbols Errors when compiling Mod_ssl and Apache

Thanks for trying to help, however, I see gcc is installed. However, I will try to see if it is the right version.
Valery Kolander
Advisor

Re: Unsatisfied Symbols Errors when compiling Mod_ssl and Apache

I have reinstalled gcc and libgcc.a is located in /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2.3/libgcc.a I have also added /usr/local/lib to the SHLIB_PATH, but still getting the error. Is there a way I can verify that it will find it?
Valery Kolander
Advisor

Re: Unsatisfied Symbols Errors when compiling Mod_ssl and Apache

I ended up installing a newer version of openssl (0.9.7a) and it now works properly!!
aaa_17
Advisor

Re: Unsatisfied Symbols Errors when compiling Mod_ssl and Apache

Hi,

I face the similar issue (No libgcc_s.sl file searching from whole filesystem even I install the gcc 3.2.3). Please suggest what I should fix this problem?

What is newer version of openssl (0.9.7a)? Is that a newer gcc compiler or something like else?

Thanks!