Open Source Content Management System

Midgard-php 4 Installation

  1. ./mkall –with-apxs=/usr/sbin/apxs

./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.

Designed by Nemein, hosted by Anykey