makefile - trying to build rpm, receive ld error -
i'm trying install squid source. issue command make gets error @ end:
/usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make[3]: *** [basic_ncsa_auth] error 1 make[3]: leaving directory `/root/squid-3.4.6/helpers/basic_auth/ncsa' make[2]: *** [all-recursive] error 1 make[2]: leaving directory `/root/squid-3.4.6/helpers/basic_auth' make[1]: *** [all-recursive] error 1 make[1]: leaving directory `/root/squid-3.4.6/helpers' make: *** [all-recursive] error 1 any ideas how solve this?
you not have openssl development toolkit installed.
yum install openssl
Comments
Post a Comment