Re: [External] : Re: [PECL-DEV] New PECL Extension, mysqlnd based
[email protected] (Remi Collet) Mon, 10 May 2021 11:37:56 +0200
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
Le 10/05/2021 à 11:27, Filip Janiszewski a écrit : > 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. Fedora 32, 33, 34 RHEL 7, 8 Remi > > 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 >