| Summary: | configure: error: OpenSSL version header not found | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Raja Rajan <raja.rajan> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | major | CC: | longwave |
| Priority: | P2 | ||
| Version: | 3.6.1p2 | ||
| Hardware: | UltraSPARC | ||
| OS: | SunOS | ||
|
Description
Raja Rajan
2003-06-26 04:18:34 AEST
Check to see if you have an LD_LIBRARY_PATH set. If so unset it and try again. Also try without the --with-dir-ssl=. If either/both work.. Please mark it as a dup of bug #601. - Ben > ./configure --prefix=/opt --sysconfdir=/etc/ssh --with-dir-ssl=/usr/local/ssl
As the correct configure option is --with-ssl-dir: did you really specify
--with-dir-ssl, or is that a typo in the bug report only?
Please re-open if you can reproduce with --with-dir-ssl. Whoops, make that --with-ssl-dir. To solve this problem on Solaris7 for x86 we used the following options to configure: /configure --with-dir-ssl=/usr/local/ssl --with-ldflags="-L/usr/local/ssl/lib" --with-cppflags="-I/usr/local/ssl/include” |