Message322022
The configure script doesn't work with a proper openssl installation either. Even though there is a "lib" directory in the directory given to --with-openssl=<myssl>, libssl.so.1.1 isn't found, because there is still a "-L<myssl>/lib" missing in some of the compiler calls.
LDFLAGS="-L<myssl>/lib" ./configure --with-openssl=<myssl> is required, which seems somehow redundant. Bug? |
|
| Date |
User |
Action |
Args |
| 2018-07-20 15:47:53 | fthommen | set | recipients:
+ fthommen, christian.heimes, [email protected] |
| 2018-07-20 15:47:53 | fthommen | set | messageid: <[email protected]> |
| 2018-07-20 15:47:53 | fthommen | link | issue34028 messages |
| 2018-07-20 15:47:53 | fthommen | create | |
|