Hello!
I'm new to synth and I'm trying to rebuild my ports. Some php56 packages (like textproc/php56-xmlreader and databases/php56-pdo_mysql) fail.
Looking in the synth log files I find the following line:
PHP_EXT_DIR=20131226
and the build fails like this:
===> php56-xmlreader-5.6.34_2 depends on file: /usr/local/lib/php/20131226/dom.so - not found
If I build the same package using make the same line looks like the following:
===> php56-xmlreader-5.6.34_2 depends on file: /usr/local/lib/php/20131226-zts/dom.so - found
Why doesn't synth detect that zts is on? Is it something I should set somewhere?
Thanks!
Francesco
I'm new to synth and I'm trying to rebuild my ports. Some php56 packages (like textproc/php56-xmlreader and databases/php56-pdo_mysql) fail.
Looking in the synth log files I find the following line:
PHP_EXT_DIR=20131226
and the build fails like this:
===> php56-xmlreader-5.6.34_2 depends on file: /usr/local/lib/php/20131226/dom.so - not found
If I build the same package using make the same line looks like the following:
===> php56-xmlreader-5.6.34_2 depends on file: /usr/local/lib/php/20131226-zts/dom.so - found
Why doesn't synth detect that zts is on? Is it something I should set somewhere?
Thanks!
Francesco