Hi,
I can't compile zlib as a self contained extension to php_zlib.so. I have read readme.self-contained-extensions. I downloaded latest versions of all 4 tools needed to compile it. It is autoconf-2.50, automake-1.5, libtool-1.4.2 and m4-1.4. I compiled and installed all those tools.
Now when I copy ext/zlib somewhere, change directory to that directory and run phpize this fault happends:
./aclocal.m4:794: error: m4_defn: undefined: _m4_divert_diversion
./aclocal.m4:347: PHP_SUBST is expanded from...
./aclocal.m4:794: the top level
autoheader: error: shell error while sourcing /tmp/ahqXoKul/traces.sh
You should update your `aclocal.m4' by running aclocal.
What's wrong, what should I do?
I have installed PHP-4.0.5 as a apache module. My OS is Linux SuSE 7.1.
Thanks for help