Error linking svm_python: undefined reference to "exp@@GLIBC_2.2.5"
0
votes
1
answer
2779
views
I've been trying to use the SVM-python implementation provided at tfinley.net.
When I use the command make on the extracted directory, I get the following errors:
/usr/bin/ld: svm_light/svm_common.o: undefined reference to symbol 'exp@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:92: recipe for target 'svm_python_learn_hideo' failed
make: *** [svm_python_learn_hideo] Error 1
This is the implementation I am trying to use.
Asked by AdveRSAry
(101 rep)
Oct 13, 2016, 04:35 PM
Last activity: Jun 17, 2025, 08:07 AM
Last activity: Jun 17, 2025, 08:07 AM