After reading this post:
viewtopic.php?f=52&t=4829 I downloaded samtoolbox_linux_v0.11, confirmed that the MD5 sum matches and extracted it to a single 786KB file, samtoolbox, using fileroller. The "file" command reports:
Code: Select all
samtoolbox: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not strippde
I use chmod u+x samtoolbox to make it executable and copied the channel list to the same directory. However, when I cd to the directory and run it using:
Code: Select all
./samtoolbox channel_list_UE26EH4500_1201.scm
I get:
Code: Select all
./samtoolbox: symbol lookup error: ./samtoolbox: undefined symbol: _ZN9QListData11detach_growEPii
I get the exact same results using samtoolbox_linux_v0.10, too. I am running Ubuntu 12.04.1-LTS with Qt libs 4.7.2. What am I doing wrong?
Thanks in advance.