Jump to content
  • 0

waveforms: undefined symbol: DmgrSetNetworkConnTimeout


davorin

Question

Good morning (o;

 

Just reinstalled digilent.waveforms_3.17.1_amd64.deb on my Debian 11.1 machine...but when I try to run it I just get in the console:

 

waveforms: symbol lookup error: waveforms: undefined symbol: DmgrSetNetworkConnTimeout

 

Any ideas? ldd doesn't show any unresolved libraries....

 

Update: Tested 3.14.3 and 3.16.3...both versions run fine on Debian 11.1....

 

thanks in advance

richard

 

Edited by davorin
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I also have undefined symbol errors on Ubuntu 18.04 for Waveforms SDK versions 3.16.3 and 3.17.1.  Adept runtime is 2.26.1.

$ python DigitalOut_Duty.py 
[...]
OSError: /usr/lib/libdwf.so: undefined symbol: DstmTransfer

They disappear for both versions when running as sudo.

$ sudo python DigitalOut_Duty.py 
DWF Version: 3.16.3
Opening first device

Generate: 1000.0Hz duty: 1.228% divider: 4
Generating output for 10 seconds...

 

Link to comment
Share on other sites

  • 0

@attila :  I re-installed digilent.adept.runtime_2.26.1-amd64.deb but still get the error

OSError: /usr/lib/libdwf.so: undefined symbol: DmgrIsClientAuthenticationEnabled

Running as sudo eliminates the error, but is obviously a security risk.

Update: The problem was that /usr/lib64 had restricted permissions.  The fix was:

sudo chmod a+r /usr/lib64

 

Edited by trosen
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...