1 2 3 4 | g++ -I/usr/include/libxml2 -Wno-enum-compare wscmd.cpp webstor.a -lcurl -lssl -lxml2 -o wscmd /usr/bin/ld: webstor.a(wsconn.o): undefined reference to symbol 'X509_free@@OPENSSL_1.0.0' //lib/i386-linux-gnu/libcrypto.so.1.0.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status |