[MDEV-27680] S3 plugin fails to build on FreeBSD: unable to find library -lcurl Created: 2022-01-30 Updated: 2022-10-24 Resolved: 2022-10-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Platform FreeBSD, Storage Engine - S3 |
| Affects Version/s: | 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.5.18 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
FreeBSD 13 |
||
| Description |
|
curl package is installed:
|
| Comments |
| Comment by Andrew Hutchings [ 2022-08-25 ] |
|
Linking issue is due to just trying to link with `-lcurl` instead of the curl library found by CMake. |