Hello, I've seen this issue previously mentioned, however I did not see any resolution or reply to the issue.
Rundown: FreeBSD 4.9-RELEASE PHP 4.3.3 Apache 1.3.28 libtool 1.3 Automake and Autoconf installed I get the following output from my ./mkall --- BEGIN --- autoheader: `config.h.in' is unchanged Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20021010 checking build system type... i386-unknown-freebsd4.9 checking host system type... i386-unknown-freebsd4.9 checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking whether gcc and cc understand -c and -o together... yes checking if compiler supports -R... yes checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/m ain -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM checking for PHP extension directory... /usr/local/lib/php/20020429 checking how to run the C preprocessor... gcc -E checking for gawk... no checking for mawk... no checking for nawk... nawk checking for midgard support... yes, shared checking for midgard-config... /usr/local/bin/midgard-config checking for apxs... /usr/local/sbin/apxs checking whether to compile for old mod_midgard (non-MMP, activated by default). .. no checking whether to keep depracated features... no checking for midgard experimental functions support... no checking whether to include profiling calls... no ======================== IMPORTANT ========================= If this is the first time you're installing Midgard, or you have recently upgraded PHP, make sure to check your php.ini to verify that extension_dir at least includes /usr/local/lib/php/20020429 ================================================================ checking for ranlib... ranlib checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed make: no target to make. make: don't know how to make install. Stop --- END --- I'm using the following configure line in my mkall script ./configure --without-old-mod-midgard I have tried it with just ./configure and ./configure --with-aegir-patches but there has not been any difference. Any suggestions would be extremely helpful. Thanks, Damien Heiser --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
