Results 4 comments of MGlaus

I've managed to get version 1.14.0 of the extension working. The issue is still there, but with a different exception. ``` PHP Fatal error: Uncaught MongoDB\Driver\Exception\InvalidArgumentException: Failed to parse URI...

> Assuming this is unrelated, any issue pertaining to libmongocrypt can be reported via the [MONGOCRYPT](https://jira.mongodb.org/browse/MONGOCRYPT) project in MongoDB's JIRA. I've reported it by now. I didn't have time yesterday...

I took a look at the configure script, and i saw that the checks for `res_nsearch` and `res_search` try to link `-lresolv`. AFAIK no such library is available on FreeBSD,...

I've managed to get a build working. Following changes have i made. ``` diff --git a/scripts/autotools/libmongoc/CheckResolv.m4 b/scripts/autotools/libmongoc/CheckResolv.m4 index c44da842..6dea186d 100644 --- a/scripts/autotools/libmongoc/CheckResolv.m4 +++ b/scripts/autotools/libmongoc/CheckResolv.m4 @@ -6,7 +6,7 @@ need_libresolv="no" old_LIBS="$LIBS"...