nempo Guru


Joined: 16 Apr 2002 Posts: 360 Location: Linkoping, Sweden
|
Posted: Thu Nov 21, 2002 9:00 pm Post subject: openssh + uClibc, installation error |
|
|
I'm trying to install openssh with uClibc. I have already compiled openssl in 'prefix' but when I try to compile openssh it complaints that it cannot find openssl. ./configure --help tells me that the default location it looks for opensslv.h in is 'prefix'/include and this is where openssl installed its files including opensslv.h ('prefix'/include/openssl/ to be exact but I assume openssh knows that it is in the dir openssl/ under the include dir).
The exact error message is:
Code: |
checking whether snprint correctly terminates long strings... no
configure: WARNING: ****** Your snprintf() function is broken, complain to your vendor
checking OpenSSL header version... not fond
configure: error: OpenSSL version header not found.
|
|
|