[MXS-1334] Build on FreeBSD 11 looks for libdl - how can it be told not to? Created: 2017-07-27 Updated: 2017-09-25 Resolved: 2017-09-25 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.5 |
| Fix Version/s: | 2.2.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roland Giesler | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | freebsd, maxscale | ||
| Environment: |
FreeBSD 11 |
||
| Issue Links: |
|
||||||||
| Description |
|
libdl is linux specific is provided by libc in FreeBSD. How would one remove the requirement for libdl to allow MaxScale to build? |
| Comments |
| Comment by markus makela [ 2017-07-28 ] |
|
I did a quick test with the latest development branch of MaxScale on Alpine Linux: https://github.com/mariadb-corporation/MaxScale/tree/develop-alpine |
| Comment by markus makela [ 2017-08-21 ] |
|
lifeboy Please try building again using the develop branch. |
| Comment by Roland Giesler [ 2017-08-21 ] |
|
markus makela, thank you, I will. Can't do it right away however, but once I have I'll report back here. |
| Comment by markus makela [ 2017-09-18 ] |
|
lifeboy Any update on this issue? |
| Comment by markus makela [ 2017-09-25 ] |
|
Closing as fixed as libdl is now resolved dynamically by CMake. |