i using php screw 1.2.1.
installation is sucesfully finished.
but when i tryed to execute encrypted script via httpd,
error was ocurred.
then i showed a error log and found a message.
/usr/local/apache/bin/httpd: error while loading shared
libraries: /usr/local/lib/php/extensions/php_screw.so:
undefined symbol: inflateInit_
i used this script for envrypting.
<? phpinfo() ?>
my hardware and software is ...
ibm intelistaiton
Turbolinux 7 server
apache 1.3.27
php 4.2.2
(configure option is
'./configure' \
'--enable-mbstring' \
'--enable-mbstr-enc-trans' \
'--with-apxs=/usr/local/apache/bin/apxs' \
'--with-pgsql=/usr/local/pgsql' \
'--enable-mbregex' \
'--with-DEAPI' \
'--enable-trans-sid' \
'--enable-wddx' \
'--with-xml' \
)