This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- Using toolkit libraries in Ubuntu 18.04
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 19, 2019
12:12 PM
Using toolkit libraries in Ubuntu 18.04
I've been able to build the toolkit and run the utilities to install licenses - but I've not been able to link the libraries into my application to flex-enable it.
I'm running:
gcc 6.5.0
cmake 3.12.4
glibc 2.27
When linking the executable I get an error "x64_lsb/liblmgr_pic_trl.a(cmn_dynlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'"
I'm linking with the -ldl option.
Does anyone have any suggestions?
Thanks!
I'm running:
gcc 6.5.0
cmake 3.12.4
glibc 2.27
When linking the executable I get an error "x64_lsb/liblmgr_pic_trl.a(cmn_dynlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'"
I'm linking with the -ldl option.
Does anyone have any suggestions?
Thanks!
(0) Replies