Midgard-php 4 Installation
./mkall âwith-apxs=/usr/sbin/apxs
If you experience an error message that states âProvide an AUTOCONF_VERSION environment variable, pleaseâ. This means you have multiple versions of autoconf installed. Doing the following instead (without quotes), env AUTOCONF_VERSION=2.13 ./mkall. Replace the version number with the one you have installed.
If you experience âltconfig: you must specify a host type if you use --no-verify' Tryltconfig --help' for more information.â This means you picked the wrong autoconf version for the libtool you installed. Try the same thing mentioned above but change the version number.
Add extension=midgard.so into your php.ini file.
Add the extensions path to extension_dir. Type âphp-config âextension-dirâ. Place the retunred path into your php.ini file.
