Neko is a high-level dynamically typed programming language which can also be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Reproducible: Always
Created attachment 212922 [details] The ebuild for neko-1.8.1 This ebuild has been floating around on the internet for a while. I've just updated it so that it will work with the most recent release.
Created attachment 212923 [details, diff] Patch to fix installation issues By default, the installer will prompt for the location to find the missing file. This patch causes it to just fail with no prompting.
Created attachment 212924 [details, diff] enable 64bit compiliation flag In the makefile, it seems as though you're supposed to manually comment/uncomment an extra define to indicate a 64 bit target. this patch checks the output of `$(CC) -dumpmachine` to see if it's a 64bit target.
Created attachment 212925 [details, diff] mysql 'recompile with -fPIC' fix I ran into the issue listed on http://bugs.mysql.com/bug.php?id=8796 so I used the suggestion that's the very last comment, and changed from linking to libmysqlclient_r.a to libmysqlclient_r.so
Created attachment 212949 [details] updated ebuild with incorporated suggestions from #gentoo-sunrise _Many_ fixes were made.
Created attachment 212950 [details, diff] patch to enable 64bit compilation options this uses $CHOST instead of `gcc -dumpmachine`
Created attachment 212951 [details, diff] allows for parallel make There are dependencies missing in the makefile that force one to use emake -j1. This patch adds the dependencies, so that one may use greater than -j1
Created attachment 212953 [details] (1/2) of files needed for mod_neko This is the apache config for mod_neko.
Created attachment 212954 [details] (2/2) for mod_neko
*** This bug has been marked as a duplicate of bug 135419 ***