You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After successful compiling on hpux the test fail as follows:
t/format.t .................. /usr/lib/hpux64/dld.so: Unsatisfied code symbol 'RSA_set0_crt_params' in load module '/data/perl/usr/timlegge/Crypt-OpenSSL-RSA/blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so'.
/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'RSA_get0_crt_params' in load module '/data/perl/usr/timlegge/Crypt-OpenSSL-RSA/blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so'.
/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'RSA_get0_key' in load module '/data/perl/usr/timlegge/Crypt-OpenSSL-RSA/blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so'.
/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'RSA_set0_key' in load module '/data/perl/usr/timlegge/Crypt-OpenSSL-RSA/blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so'.
/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'RSA_get0_factors' in load module '/data/perl/usr/timlegge/Crypt-OpenSSL-RSA/blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so'.
/usr/lib/hpux64/dld.so: Unsatisfied code symbol 'RSA_set0_factors' in load module '/data/perl/usr/timlegge/Crypt-OpenSSL-RSA/blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so'.
Can't load '/data/perl/usr/timlegge/Crypt-OpenSSL-RSA/blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so' for module Crypt::OpenSSL::RSA: Unresolved external at /pro/lib/perl5/5.26.2/IA64.ARCHREV_0-thread-multi-LP64-ld/DynaLoader.pm line 194.
at t/format.t line 4.
I will send a PR to add the 'LDDLFLAGS' => openssl_lib_paths() . ' ' . $Config{lddlflags}, to the Makefile.PL
The text was updated successfully, but these errors were encountered:
timlegge
added a commit
to timlegge/Crypt-OpenSSL-RSA
that referenced
this issue
Jul 3, 2024
After successful compiling on hpux the test fail as follows:
I will send a PR to add the 'LDDLFLAGS' => openssl_lib_paths() . ' ' . $Config{lddlflags}, to the Makefile.PL
The text was updated successfully, but these errors were encountered: