Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct openssl version may not be found #50

Open
timlegge opened this issue Jul 3, 2024 · 0 comments
Open

Correct openssl version may not be found #50

timlegge opened this issue Jul 3, 2024 · 0 comments

Comments

@timlegge
Copy link

timlegge commented Jul 3, 2024

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

timlegge added a commit to timlegge/Crypt-OpenSSL-RSA that referenced this issue Jul 3, 2024
timlegge added a commit to timlegge/Crypt-OpenSSL-RSA that referenced this issue Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant