You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/30 21:26:28 UTC

DO NOT REPLY [Bug 50999] New: it seems the configure wrong detect my apr-util version,i've already installing apr-util 1.3.10

https://issues.apache.org/bugzilla/show_bug.cgi?id=50999

           Summary: it seems the configure wrong detect my apr-util
                    version,i've already installing apr-util 1.3.10
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: petrus@ibm-jti.com


eems the configure wrong detect my apr-util version,i've already installing
apr-util 1.3.10,but the configure files said i need apr-util version 1.3.0 or
later

checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

Configuring Apache Portable Runtime library ...

checking for APR... yes
  setting CC to "gcc"
  setting CPP to "gcc -E"
  setting CFLAGS to " -g -O2 -pthread"
  setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE"
  setting LDFLAGS to " "

Configuring Apache Portable Runtime Utility library...

checking for APR-util... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... -std=gnu99
checking for pcre-config... /usr/local/bin/pcre-config
configure: Using external PCRE library from /usr/local/bin/pcre-config
  setting PCRE_INCLUDES to "-I/usr/local/include"
  setting PCRE_LIBS to "-L/usr/local/lib -lpcre"
  setting HTTPD_LDFLAGS to "$(PCRE_LIBS)"

Configuring Apache httpd ...

  setting INCLUDES to "-I."
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I/usr/local/apr-httpd//include/apr-1" to INCLUDES
  adding "-I/usr/local/apr-util-httpd//include/apr-1" to INCLUDES
  adding "-I/usr/local/include" to INCLUDES

Applying OS-specific hints for httpd ...

  forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
checking for rm... /bin/rm
checking for pkg-config... /usr/bin/pkg-config
checking for rsync... /usr/bin/rsync
checking for gawk... gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for lynx... lynx
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for APR version 1.3.0 or later... yes
checking for APR-util version 1.3.0 or later... no
configure: error: APR-util version 1.3.0 or later is required

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 50999] it seems the configure wrong detect my apr-util version,i've already installing apr-util 1.3.10

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50999

noedadon85@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #3 from noedadon85@gmail.com ---
I suggest to the apache team that BEFORE making something public you have to
test it. The installation process is full of bugs and this one : 

configure: error: APR version 1.3.0 or later is required

Is still not resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 50999] it seems the configure wrong detect my apr-util version,i've already installing apr-util 1.3.10

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50999

--- Comment #2 from petrus <pe...@ibm-jti.com> 2011-04-01 07:10:04 EDT ---
(In reply to comment #1)
> Insufficient information for a bug report: you haven't told us your configure
> line or your APR installation path.  If it's not detected by default then you
> have to use --with-apr-util.
> 
> Please use the user support list for help with build and configuration issues.

i'm sorry i forget to include this :
"./configure --prefix=/usr/local/apache --with-apr=/usr/local/apr-httpd/
--with-apr-util=/usr/local/apr-util-httpd/"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 50999] it seems the configure wrong detect my apr-util version,i've already installing apr-util 1.3.10

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50999

Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #1 from Nick Kew <ni...@webthing.com> 2011-03-30 21:45:54 EDT ---
Insufficient information for a bug report: you haven't told us your configure
line or your APR installation path.  If it's not detected by default then you
have to use --with-apr-util.

Please use the user support list for help with build and configuration issues.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 50999] it seems the configure wrong detect my apr-util version,i've already installing apr-util 1.3.10

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=50999

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Eric Covener <co...@gmail.com> ---
Still no details.  Apache builds on Linux for most people.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org