|
Hello, I tried to add a symbolic link in a ANE, it's a symbolic link to a myLib.so.4.1.2 shared library I tried too to add the symbolic link in the ANE like a zip : Thanks |
Replies: 6 comments 23 replies
|
Hi I'm not quite sure what you're trying to do here? Do you want to have an ANE that has just a symbolic link to a library that's not included in the ANE itself? I'm not quite sure why you'd want that but the risk would then be that it's installed onto a computer without the library that it links to? If your ANE has a dependency on a library that's external then you probably don't need to include the link, assuming the library is expected to be present in the normal library folder of the target machine. Or you could write a shim library that is packaged like normal into the ANE but just searches for and opens up the real target library and then passes through the API calls? thanks |
|
CMake generate on Ubuntu I thinked the ANE is a zip file, |
|
Ah I see, so you are generating the library file with version information ( It doesn't appear that we support symbolic links within the ANE itself (as you've found .. yes an ANE is a zip file but it's processed by our Java ADT toolchain so needs to conform to the support that we have in that). The whole thing would work perfectly fine if you renamed thanks |
|
I tried too to rename |
|
Hello, the ANE is correctly packaged with the symlink, but |
Sure, please check the later .so file:
https://transfer.harman.com/message/IGuUSEuECnaZkKdvKzAP5u
thanks