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

Getting exception on AIX (IBM). SSL looking for binaries for AIX(IBM) platform. #424

Closed
AnujRajSingh opened this issue Jan 10, 2019 · 9 comments

Comments

@AnujRajSingh
Copy link

I am trying to use booringSSL on AIX(IBM) platform using java
IBM J9 VM (build 2.9, JRE 1.8.0 AIX ppc64-64-Bit Compressed References 20180626_390413 (JIT enabled, AOT enabled)
and
Maven dependency

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-tcnative-boringssl-static</artifactId>
    <version>2.0.17.Final</version>
  </dependency>

I am getting Exception

INFO | jvm 1 | 2018/12/06 13:23:26 | Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_tcnative_aix_ppc_64WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:233)WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | at io.netty.util.internal.NativeLibraryLoader.loadFirstAvailable(NativeLibraryLoader.java:96)WrapperSimpleApp Error:
INFO | jvm 1 | 2018/12/06 13:23:26 | ... 67 moreWrapperSimpleApp Error:

Do I need to build the binaries for AIX?

Thanks

@normanmaurer
Copy link
Member

normanmaurer commented Jan 11, 2019 via email

@AnujRajSingh
Copy link
Author

Thanks!!

@sheetal-s
Copy link

Hi Anuj
I am facing the same issue, what did you ultimately do to address this, I need to support HP-UX as well.
Any pointers will be helpful.

@ankitshubham97
Copy link

@AnujRajSingh I am getting similar issue (grpc/grpc-java#5369 and netty/netty#8871). Could you tell how did you do that for AIX?

@AnujRajSingh
Copy link
Author

You Need to build binaries on the AIX (Though this one for Linux, you need corresponding packages for AIX https://netty.io/wiki/forked-tomcat-native.html#wiki-h3-13) Thanks Anuj

@ankitshubham97
Copy link

@AnujRajSingh Did you also make any change in the netty-tcnative code? Or its pom.xml?

@ankitshubham97
Copy link

@AnujRajSingh And which JDK did you use? If I am correct, IBM does not provide its own JDK.

@vikashbhattar
Copy link

Can someone provide the steps to compile binaries on AIX?

@slandelle
Copy link

@vikashbhattar AIX is sold by IBM and very few people have access to it. IMHO, instead of reaching out to an open source community, you should probably ask your IBM support.

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

6 participants