From bb49de83ff2e4163ae4a9251c7b3e1a073955536 Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Sat, 20 Aug 2011 19:47:19 +0000 Subject: [PATCH] added note about /etc/hosts entry --- wiki/ReleaseNotes.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki index 372467d0..c7574d67 100644 --- a/wiki/ReleaseNotes.wiki +++ b/wiki/ReleaseNotes.wiki @@ -18,7 +18,7 @@ The high-level changes since version 4.1 are: Known issues with 4.2: * the CORE 4.2 source tarball fails to build on Fedora.
Fix this by changing this line in configure.ac: `AC_SUBST(libev_CFLAGS,)` to `AC_SUBST(libev_CFLAGS, [-I/usr/include/libev])`
This was due to an attempt to remove pkg-config as a dependency, but has been fixed in SVN and newer. - + * Fedora 15 does not add the hostname to the 127.0.0.1 localhost line of the `/etc/hosts` file, which causes CORE to print an error: "couldn't open socket: can't assign requested address" when the execute button is pressed. * [http://code.google.com/p/coreemu/issues/detail?id=39 issue 39] OSPF hellos become synchronized after 1 hr of running * [http://code.google.com/p/coreemu/issues/detail?id=56 issue 56] wait for services shutdown * [http://code.google.com/p/coreemu/issues/detail?id=63 issue 63] EMANE events not restricted to localhost lo device