Displaying 1 result from an estimated 1 matches for "workaera".
Did you mean:
work_area
2014 Aug 12
1
openssh-6.6p1 link error to openssl
Hello all,
I am trying to force to link openssh to link openssl from my workaera
home/xxx/openssl/lib & home/xxx/openssl/include
Instead of default link ?/usr/lib/? etc
./configure --with-ssl-dir=/home/xxx/install/open_ssl
--with-cppflags="-I/home/xxx/install/open_ssl/include"
--with-ldflags="-L/home/xxx/install/open_ssl/lib"
With this I cou...