Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2003 11:26:41 +0200
From:      Plamen Stoev <ps@ro-ni.net>
To:        dirk@freebsd.org
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   ports - mod_php4 pr
Message-ID:  <20030314092641.GA8414@ns.shumen.spnet.net>

next in thread | raw e-mail | index | archive | help
Description:

===>  Extracting for mod_php4-4.3.1
>> Checksum OK for php-4.3.1.tar.bz2.
===>  Patching for mod_php4-4.3.1
===>  Applying FreeBSD patches for mod_php4-4.3.1
===>  Configuring for mod_php4-4.3.1
===>   mod_php4-4.3.1 depends on file: /usr/local/sbin/apxs - found
===>   mod_php4-4.3.1 depends on file: /usr/local/libexec/autoconf213/autoconf - found
===>   mod_php4-4.3.1 depends on shared library: pth.20 - found
===>   mod_php4-4.3.1 depends on shared library: mysqlclient.10 - found
configure.in:384: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:526: warning: AC_TRY_RUN called without default to allow cross compiling
ext/iconv/config.m4:55: warning: AC_TRY_RUN called without default to allow cross compiling
ext/imap/config.m4:203: warning: AC_TRY_RUN called without default to allow cross compiling
ext/imap/config.m4:213: warning: AC_TRY_RUN called without default to allow cross compiling
ext/qtdom/config.m4:36: AC_PROG_CXXCPP was called before AC_PROG_CXX
ext/xml/config.m4:5: warning: AC_TRY_RUN called without default to allow cross compiling
ext/xslt/config.m4:95: warning: AC_TRY_RUN called without default to allow cross compiling
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working sed... sed
checking host system type... i386-portbld-freebsd4.8
Updated php_version.h
checking for gcc... cc
checking whether the C compiler (cc -O -pipe -march=pentiumpro -I/usr/local/include ) works... yes
checking whether the C compiler (cc -O -pipe -march=pentiumpro -I/usr/local/include ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking for AIX... no
checking if compiler supports -R... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for bison... no
checking for byacc... byacc
configure: warning: You will need bison if you want to regenerate the PHP parsers.
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking flex version... 2.5.4 (ok)
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking for mod_charset compatibility option... no
checking for Apache 2.0 module support via DSO through APXS... apxs:Error: Invalid query string `MPM_NAME'
configure: error: You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropiate switch --with-apxs (without the 2)
===>  Script "configure" failed unexpectedly.
      Please report the problem to dirk@FreeBSD.org [maintainer] and attach
      the "/usr/ports/www/mod_php4/work/php-4.3.1/config.log" including the
      output of the failure of your make command. Also, it might be a good
      idea to provide an overview of all packages installed on your system
      (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/www/mod_php4.
*** Error code 1

Stop in /usr/ports/www/mod_php4.

#

Fix:

--- Makefile.orig    Fri Mar  7 08:12:44 2003
+++ Makefile       Fri Mar 14 11:09:16 2003
@@ -46,7 +46,7 @@
 .endif

 .if defined(WITH_APACHE2)
-CONFIGURE_ARGS=        --with-apxs2=${PREFIX}/sbin/apxs \
+CONFIGURE_ARGS=        --with-apxs2=${PREFIX}/sbin/apxs2 \
                --with-tsrm-pth
 PLIST_SUB=     MOD_DIR=libexec/apache2
 .else



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030314092641.GA8414>