sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.05k stars 280 forks source link

Does this include glibc-devel? #12

Closed RaeesBhatti closed 8 years ago

RaeesBhatti commented 8 years ago

Hello there, I need glibc-devel to build mongodb on Alpine. Does this package has that bundled with the bin? If not, how can I get that?

andyshinn commented 8 years ago

This is an a compatibility layer package for running binaries that only work on glibc. You should be building against musl development libs if on Alpine. If it is not building, start by filing bugs upstream to see if they can support musl (then next the Alpine bug tracker).

RaeesBhatti commented 8 years ago

Okay, thanks