Re: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based
[email protected] (Filip Janiszewski) Mon, 10 May 2021 09:27:36 +0000
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <BY5PR10MB4228D94C64D0A90C43E8579D91549@BY5PR10MB4228.namprd10.prod.outlook.com> |
Hi Remi, Yes, it should work only with 8.0 onward, the source code has not been released yet to a public repository, we're working here to create a mirror of our private repo on github so that the code will be available. As for the KRB5 issue, what OS/release are you using to build the code? I might have to check for compatibility issues and fix them. Thanks a lot ________________________________ From: Remi Collet <[email protected]> Sent: Monday, May 10, 2021 11:21 AM To: [email protected] <[email protected]>; Filip Janiszewski <[email protected]> Subject: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based Also krb5 support seems broken PKG_CHECK_MODULES([KRB5], [libkrb5]) Which library provides this PKG_CHECK_MODULES([KRB5], [krb5]) Seems better (build passes), but cannot be loaded modules/mysqlnd.so: undefined symbol: GSS_C_NT_USER_NAME Remi