Files
packages/lang
Michael Heimpold dc137819de php7-pecl-krb5: fix build error and runtime loading
The build throws several (non-fatal) build errors:
-snip-
...
checking for kerberos support... yes, shared
checking path to krb5config tool... no
checking for kerberos KADM5 support... no
checking whether we have krb5config...
./configure: line 3974: --libs: command not found
./configure: line 3975: --cflags: command not found
checking for required linker flags...
checking for required compiler flags...
./configure: line 3988: --version: command not found
checking for kerberos library version...
checking for krb5_free_string... no
checking for krb5_chpw_message... no
checking for krb5_principal_get_realm... no
checking how to print strings... printf
...
-snap-

To fix this give configure the path to krb5-config tool.

The runtime error which is fixed by the change is:
PHP Warning:  PHP Startup: Unable to load dynamic library 'krb5.so'
 (tried: /usr/lib/php/krb5.so (Error relocating
 /usr/lib/php/krb5.so: krb5_get_init_creds_opt_free: symbol not found),
 ...

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-11-30 22:04:41 +01:00
..
2019-11-04 22:54:57 +08:00
2019-09-27 10:09:44 -07:00
2019-08-19 12:16:37 -07:00
2019-11-01 14:55:02 +08:00
2019-08-15 13:23:41 +02:00
2018-11-27 09:04:10 -08:00
2019-11-01 14:55:02 +08:00
2019-04-27 17:24:45 +08:00
2019-11-01 14:55:02 +08:00
2018-12-28 10:27:17 -02:00
2019-10-13 16:43:02 -04:00
2018-12-15 22:55:34 -08:00
2019-04-19 18:04:14 -07:00
2019-08-16 11:23:47 +09:00
2019-06-04 14:52:05 +09:00
2019-10-05 12:22:01 -07:00
2019-10-05 12:22:02 -07:00
2019-07-20 19:15:26 -07:00
2019-10-05 12:22:05 -07:00
2019-11-18 16:20:54 -08:00
2019-10-27 16:07:11 -03:00
2019-11-27 23:29:54 -08:00
2019-11-18 15:38:13 -08:00