Opened 13 years ago
Closed 13 years ago
#1975 closed defect (fixed)
MgServer cannot start if IPv6 is not installed
Reported by: | wuma | Owned by: | wuma |
---|---|---|---|
Priority: | high | Milestone: | 2.4 |
Component: | Server | Version: | |
Severity: | critical | Keywords: | |
Cc: | External ID: | 1449130 |
Description
With RFC118: Support IPv6 implemented, MgServer cannot start on a windows box without IPv6 installed. Windows XP and Windows 2003 don't have IPv6 installed by default, then MgServer cannot start on above platforms.
The reason is: along with ACE_HAS_IPV6
, below pre-directive has to be also defined to make ACE work on a platform without IPv6 installed:
ACE_USES_IPV4_IPV6_MIGRATION
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | ace_ipv4_ivp6_migration.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.1.0 |
Note:
See TracTickets
for help on using tickets.
r6550