Search the Knowledgebase |
Browse by Category or Article ID |
|
|
|
|
|
| Using dongles under Linux x64 with LM-X License Manager v3.3 and v3.31 |
| User Opinions (2 votes) |
100%
0%
|
|
Thank you for rating this answer.
|
Article ID: 213
Last Updated: 18th May 2011 05:21:13 am
For LM-X v3.3 and 3.31, we updated our dongle library from Hasp HL to Sentinel HASP v5.0.
Our supplier, Aladdin, does not compile the dongle library under Linux x64 using the -fPIC flag. Unfortunately, this means that you cannot use our shared object liblmx-vendor.so together with dongles.
To make dongles work under Linux x64, you must replace libhasphlsupport.a with the shared object libhasp_linux_x86_64_demo.so, included in the LM-X v3.3 distribution.
To make the extendeddll example and other code that uses shared objects together with our Hasp HL dongles work, in platform.mk, change:
DONGLELIB = libhasphlsupport.lib to DONGLELIB = libhasp_linux_x86_64_demo.so
Additionally, libhasp_linux_x86_64_demo.so must be supplied with every application using the shared object liblmx-vendor.so.
|
| Attachments |
|
No attachments were found.
|