Hi Richard,
When I executed "make" in openssl directory, opensslconf.h file is
generated. When I do "make" in our projects build directory, opensslconf.h
is not generated.
is this file generated by Configure command or make command?
On Mon 13 May, 2019, 10:56 PM Richard Levitte, wrote:
> Well,
Well, you do need to actually build it, i.e. run "make"
What I want to do is exactly what you did that got you that error.
What command did you run after configuring?
Cheers,
Richard
On Mon, 13 May 2019 07:19:31 -0700,
Samiya Khanum wrote:
>
>
> Hi Richard,
>
> I have extracted tar file and e
Hi Richard,
I have extracted tar file and executed Configure command. Do we need to set
anything before Configure?
On Mon 13 May, 2019, 7:33 PM Richard Levitte, wrote:
> What else did you do other than configuring?
>
> Cheers
> Richard
>
> Samiya Khanum via openssl-users skrev: (13
> maj 2019
What else did you do other than configuring?
Cheers
Richard
Samiya Khanum via openssl-users skrev: (13 maj 2019
05:19:18 GMT-07:00)
>Hi,
>
>Earlier our application used openSSL version 1.0.2n. We want to upgrade
>to
>1.1.1b.
>When I compile openssl, I see "opensslconf.h" not found error.
>
>..
Hi,
Earlier our application used openSSL version 1.0.2n. We want to upgrade to
1.1.1b.
When I compile openssl, I see "opensslconf.h" not found error.
../../../../vendor/openssl/include/openssl/e_os2.h:13:34: fatal error:
openssl/opensslconf.h: No such file or directory
With below configure optio