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 2008/12/15 03:42:23 UTC

DO NOT REPLY [Bug 46395] New: apache 2.2.11 install on centos 5.2 64bit

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

           Summary: apache 2.2.11 install on centos 5.2 64bit
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ryo.wong@uplinuxes.net


[root@nshk0081 httpd-2.2.11]# make
Making all in srclib
make[1]: Entering directory
`/usr/local/directadmin/custombuild/httpd-2.2.11/srclib'
Making all in apr
make[2]: Entering directory
`/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr'
make[3]: Entering directory
`/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr'
/bin/sh /usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr/libtool
--silent --mode=compile icc -static-intel -pthread  -O3 -unroll2 -ip -mp
-restrict -xP -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  
-I./include
-I/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr/include/arch/unix
-I./include/arch/unix
-I/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr/include/arch/unix
-I/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr/include  -o
passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
./include/apr.h(488): catastrophic error: #error directive: no decision has
been made on APR_PATH_MAX for your platform
  #error no decision has been made on APR_PATH_MAX for your platform
   ^

compilation aborted for passwd/apr_getpass.c (code 4)
make[3]: *** [passwd/apr_getpass.lo] Error 1
make[3]: Leaving directory
`/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/usr/local/directadmin/custombuild/httpd-2.2.11/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/local/directadmin/custombuild/httpd-2.2.11/srclib'
make: *** [all-recursive] Error 1


-- 
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 46395] apache 2.2.11 install on centos 5.2 64bit

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





--- Comment #3 from Ruediger Pluem <rp...@apache.org>  2008-12-15 03:38:24 PST ---
This looks like an issue with the icc as it works fine with gcc for me. Can you
confirm that it works for you uisng gcc?


-- 
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 46395] apache 2.2.11 install on centos 5.2 64bit

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

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

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

--- Comment #6 from Eric Covener <co...@gmail.com> 2011-08-06 22:56:33 UTC ---
Closing -- inconsistent details in report, no followup.

-- 
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 46395] apache 2.2.11 install on centos 5.2 64bit

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





--- Comment #5 from Nick Kew <ni...@webthing.com>  2008-12-15 05:50:31 PST ---
You say you configured
  --with-apr=/usr/local/apr
yet your error message shows it trying to compile bundled APR.  That doesn't
make sense.  Looks more like you're mixing an attempt to build it with an
existing, differently-configured build already on your system.

You should take this to the user support list, and open a bug report only if
discussion there concludes there's a bug.  But since it's here now, I won't
close it just yet.


-- 
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 46395] apache 2.2.11 install on centos 5.2 64bit

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


Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from Ruediger Pluem <rp...@apache.org>  2008-12-14 23:31:49 PST ---
Please post your configure parameters.


-- 
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 46395] apache 2.2.11 install on centos 5.2 64bit

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


Ryo Wong <ry...@uplinuxes.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryo.wong@uplinuxes.net




--- Comment #2 from Ryo Wong <ry...@uplinuxes.net>  2008-12-15 02:47:17 PST ---
(In reply to comment #1)
> Please post your configure parameters.
> 

source /opt/intel/cce/version.number/bin/iccvars.sh

#!/bin/sh
export CC="icc -static-intel" 
export CFLAGS="-O3 -unroll2 -ip -mp -restrict -xP" 
export CXX="icpc -static-intel"
export CXXFLAGS="-O3 -unroll2 -ip -mp -restrict -xP"
"./configure" \
        "--prefix=/usr/httpd/apache-max" \
        "--exec-prefix=/usr/httpd/apache-max" \
        "--with-mpm=worker" \
        "--enable-so" \
        "--enable-suexec" \
        "--enable-unique-id" \
        "--enable-vhost_alias" \
        "--enable-deflate" \
        "--with-suexec-caller=apache" \
        "--with-suexec-docroot=/" \
        "--with-suexec-gidmin=100" \
        "--with-suexec-logfile=/var/log/httpd/suexec_log" \
        "--with-suexec-uidmin=100" \
        "--with-suexec-userdir=/home" \
        "--with-suexec-bin=/usr/sbin/suexec" \
        "--with-apr=/usr/local/apr" \
        "--with-apr-util=/usr/local/apr" \
        "--with-pcre=/usr/local" \
        "--enable-logio" \
        "--enable-rewrite" \
        "--enable-headers"


-- 
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 46395] apache 2.2.11 install on centos 5.2 64bit

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





--- Comment #4 from Ryo Wong <ry...@uplinuxes.net>  2008-12-15 03:55:26 PST ---
(In reply to comment #3)
> This looks like an issue with the icc as it works fine with gcc for me. Can you
> confirm that it works for you uisng gcc?
> 

apache 2.2.10 In this issue does not arise.


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