undefined reference to `psl_get_version'
undefined reference to `psl_is_cookie_domain_acceptable
undefined reference to `psl_free
vim libcurl/configure 搜索psl,可以找到相关的PSL选项
--without-libpsl即可。
./configure CPPFLAGS="-fPIC" --prefix=$(LIBCURL_STATIC) --disable-shared --enable-static --disable-ldap --disable-ldaps --without-librtmp --without-libpsl --with-openssl=$(OPENSSL10X_STATIC);