[ 51%] Linking C executable paho_c_pub ../libpaho-mqtt3as.so.1.3.8: error: undefined reference to 'SSLeay_version' ../libpaho-mqtt3as.so.1.3.8: error: undefined reference to 'CRYPTO_THREADID_set_numeric' ../libpaho-mqtt3as.so.1.3.8: error: undefined reference to 'ERR_get_erro...
undefined reference to `SSLeay_add_all_algorithms'/cygdrive/d/Programme/utility/libshout-2.4.1/src/tls.c:68:(.text+0x4be): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `SSLeay_add_all_algorithms'/cygdrive/d/Programme/utility/libshout-2.4.1/src/tls.c:69: undefined...
Add this to Apache/conf/httpd.conf (libeay32.dll, ssleay32.dll, libssh2.dll find directly in php7 folder) # load curl and open ssl libraries LoadFile "C:/(path to php folder)/libeay32.dll" LoadFile "C:/(path to php folder)/ssleay32.dll" LoadFile "C:/(path to php folder)/...
Call to undefined function openssl_decrypt() 解决方案: 如果通过上面的步骤还是不能解决参考如下: 1、从php安装根目录中拷贝 libeay32.dll 和 ssleay32.dll 然后 覆盖掉apache/bin 下的对应文件(注意需要将httpd关闭) 最后重启... 查看原文 mcrypt 加密解密在php7.2以后不支持,最新解决方案,不需要装扩展...