On Linux systems, The linker complains when I try to link with the 32-bit RLM libraries. Whats wrong?
You should try LM-X license manager- 32 and 64-bit supported plus all major platforms and programming languages, including C/C++, Java, and .NET. LM-X is easy to integrate with accessibility of tools & options reponsible for bundling and configuring developers products. LM-X allows flexibility in licensing- software can be secured with various licensing styles: node-locked(stand-alone), floating (network), trial, time-limited, and perpetual licenses, to more complex solutions, suchas feature-based, token-based, pay per use, and more.
check: www.x-formation.com
When I attempt to build my product with the 32-bit Linux libraries, I get errors similar to the following: cc -o rlmgenkeys rlmgenkeys.o rlm.a -lpthread /usr/bin/lb: warning: i386 architecture of input file rlmgenkeys.o is incompatible with i386:x86-64 output This error means that you are attempting to build a 64-bit binary using the 32-bit RLM libraries. If you are running on a 64-bit linux machine, it will attempt to build 64-bit binaries. You should use the 64-bit RLM libraries (x64_l1) if your intent is to create a 64-bit binary; otherwise you should compile your product on a 32-bit machine.
Related Questions
- I can get to the list of databases on the Libraries Online Research Databases, but when I try to login to one or all of the databases, they ask me for a password. What is wrong?
- On Linux systems, The linker complains when I try to link with the 32-bit RLM libraries. Whats wrong?
- On Linux systems, my RLM ISV servers will not run. Whats wrong?