出错提示为:
/usr/bin/ld: main.o: undefined reference to symbol 'AES_set_encrypt_key'
/usr/bin/ld: note: 'AES_set_encrypt_key' is defined in DSO /usr/lib/libcrypto.so.10 so try adding it to the linker command line
/usr/lib/libcrypto.so.10: could not read symbols: Invalid operation
注:
我的工程,在fedora8+qt+openssl上是没有问题的。
但是拿到fedora13就出这样的问题了。是不是系统某些东西变了?