-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: 1.0.1
-
Component/s: kms_message
-
None
A user in mongodb/mongo-php-driver#1097 reported a problem compiling libmongocrypt on Alpine Linux (3.10 according to this Dockerfile) due to ssize_t being undefined.
This Stack Overflow thread suggests that ssize_t is supported in POSIX but not standard C, although I'm not sure why it wouldn't exist on Alpine.
- related to
-
PHPC-1553 Conditionally define ssize_t if it is not available
- Closed
-
MONGOCRYPT-416 Publish libmongocrypt builds for Alpine Linux
- Closed
-
CDRIVER-3533 Ensure files referencing ssize_t include sys/types.h
- Backlog