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 2006/03/10 17:53:47 UTC

DO NOT REPLY [Bug 38922] New: - Apache 2.2 will not compile on AIX 4.3.3.11

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38922>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38922

           Summary: Apache 2.2 will not compile on AIX 4.3.3.11
           Product: Apache httpd-2
           Version: 2.2.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: dwachtve@hotmail.com


Greetings,

I am attempting to compile apache 2.2.0 on AIX 4.3.3.11 with gcc 3.3.0 and 
gettext 0.10.35 and receive the following error:


       /bin/sh /usr/local/httpd-2.2.0/srclib/apr/libtool --silent --mode=compil
e gcc -g -O2 -pthread   -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -
D_L
ARGEFILE64_SOURCE   -I./include -I/usr/local/httpd-
2.2.0/srclib/apr/include/arch
/unix -I./include/arch/unix -I/usr/local/httpd-2.2.0/srclib/apr/include  -o 
netw
ork_io/unix/multicast.lo -c network_io/unix/multicast.c && touch 
network_io/unix
/multicast.lo
network_io/unix/multicast.c: In function `do_mcast':
network_io/unix/multicast.c:189: error: `IPV6_JOIN_GROUP' undeclared (first use
in this function)
network_io/unix/multicast.c:189: error: (Each undeclared identifier is reported
only once
network_io/unix/multicast.c:189: error: for each function it appears in.)
network_io/unix/multicast.c:192: error: `IPV6_LEAVE_GROUP' undeclared (first 
use
in this function)
make: 1254-004 The error code from the last command is 1.

Your help with this matter is greatly appreciated.

Thanks,

David D. Wachtveitl

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

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


DO NOT REPLY [Bug 38922] - Apache 2.2 will not compile on AIX 4.3.3.11

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38922>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38922


trawick@apache.org changed:

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




------- Additional Comments From trawick@apache.org  2006-03-11 12:21 -------
Please edit multicast.c and, at around line 186, change

#if APR_HAVE_IPV6

to

#if APR_HAVE_IPV6 && defined(IPV6_JOIN_GROUP) && defined(IPV6_LEAVE_GROUP)

and run make again and confirm that it builds successfully.

Thanks!

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

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


DO NOT REPLY [Bug 38922] - Apache 2.2 will not compile on AIX 4.3.3.11

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38922>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38922


trawick@apache.org changed:

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




------- Additional Comments From trawick@apache.org  2006-03-11 22:27 -------
committed to apr trunk (latest development) and apr 1.2.x (bundled with Apache
httpd 2.2.x)


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

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


DO NOT REPLY [Bug 38922] - Apache 2.2 will not compile on AIX 4.3.3.11

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38922>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38922


dwachtve@hotmail.com changed:

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




------- Additional Comments From dwachtve@hotmail.com  2006-03-11 16:12 -------
Yes, thank you very much that fixed the issue and the compile now completes.  
I very much appreciate your timely response to this issue!!

Dave W.


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

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


DO NOT REPLY [Bug 38922] - Apache 2.2 will not compile on AIX 4.3.3.11

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38922>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38922


trawick@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Build                       |APR
         OS/Version|other                       |AIX
            Product|Apache httpd-2              |APR
            Version|2.2.0                       |HEAD




------- Additional Comments From trawick@apache.org  2006-03-11 16:51 -------
>that fixed the issue and the compile now completes. 
Great, I'll commit the fix soon.  I was curious to see if you ran into any other
issues, and am glad to see that you didn't.

Thanks for using Apache!

I'm moving the problem report to product "APR," the portability layer used by
Apache which had the build problem.

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

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


DO NOT REPLY [Bug 38922] - Apache 2.2 will not compile on AIX 4.3.3.11

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38922>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38922


trawick@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




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

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