I'm not sure if this will (properly) work or not. However, I manually went into the configure file and looked for --no-verify. I then put in "localhost" at the end of that line and it seemed to finish configuring.
--- BEGIN --- checking whether ln -s works... yes loading cache /dev/null within ltconfig checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static works... -static checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache /dev/null configure: creating ./config.status config.status: creating config.h --- END --- Is there something else I should have done? Or maybe there needs to be something done with the configure scripts? Thanks! Damien Heiser -----Original Message----- From: Heiser, Damien Sent: Wednesday, December 31, 2003 9:59 AM To: '[EMAIL PROTECTED]' Subject: [midgard-user] Issues with midgard-php4-1.5.0 mkall 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
