logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
error when installing aolserver4 in Fedora Core4
: One Message
Begin main content
Forum OpenACS Q&A: Re: error when installing aolserver4 in Fedora Core4
Search:
Back to OpenACS Q&A
2
:
Re: error when installing aolserver4 in Fedora Core4
(response to
1
)
Posted by
Gustaf Neumann
on
11/29/05 09:55 AM
This is a well known issue with gcc4.
Change the line 843 in aolserver*/nsd/conn.c from
connPtr = (Conn *) conn = itPtr->conn;
to
conn = itPtr->conn;
connPtr = (Conn *) conn;
and ask the aolserver developers, when next version will be out.
Back to OpenACS Q&A