[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: custom library path for libcrypto(openssl)
[Thread Prev] | [Thread Next]
- Subject: Re: custom library path for libcrypto(openssl)
- From: Tilo Eckert <tilo.eckert@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 2 Aug 2018 09:54:31 +0200
- To: libssh@xxxxxxxxxx
Hi Arul,
you can simply adjust the PATH environment variable by prepending the
path to your libcrypto.so before calling cmake, e.g.:
PATH=${OPENSSLDIR}/lib/:$PATH
Regards
Tilo
Am 01.08.2018 um 11:14 schrieb Arul Prakash Selvakumar:
> Hi,
>
>
>
> I’m trying to build the libssh library (0.6.5). While building the
> ‘libcrypto.so’ library is always picked up from /usr/lib64. I want to
> override that with a custom path to look for that library. I have never
> used CMake before, so I’m not sure how to do that. I tried few things in
> Cmakelists.txt but it didn’t work. Is there a way to achieve this?
>
>
>
> Thanks,
>
> -Arul
>
>
>
> ------------------------------------------------------------------------
> This email message is for the sole use of the intended recipient(s) and
> may contain confidential information. Any unauthorized review, use,
> disclosure or distribution is prohibited. If you are not the intended
> recipient, please contact the sender by reply email and destroy all
> copies of the original message.
> ------------------------------------------------------------------------
| custom library path for libcrypto(openssl) | Arul Prakash Selvakumar <aselvakumar@xxxxxxxxxx> |