* Andrew Hitchcock <adpowers at gmail.com> [2006-04-03 22:00:00]: > I didn't notice the new release until I saw it on Slashdot. I > installed Freenet on OS X and tried running using the run.sh script > (since it didn't automatically start) and I get this error: > > /Users/Andrew/freenet/./bin/wrapper: > /Users/Andrew/freenet/./bin/wrapper: cannot execute binary file > > I tried modifying run.sh, but I still get the error if I remove that dot: > > /Users/Andrew/freenet/bin/wrapper: /Users/Andrew/freenet/bin/wrapper: > cannot execute binary file > > Any thoughts on what I should try? > Thanks, > Andrew >
Indeed, there is no "direct" MacOs support atm : you have to either : - get the wrapper yourself http://sourceforge.net/project/showfiles.php?group_id=39428 - launch the node with java -cp -Xmx100M freenet-cvs-snapshot.jar:freenet-ext.jar freenet.node.Node I think it's explained on the wiki somewhere ;) http://wiki.freenetproject.org/ NextGen$ > On 4/3/06, Ian Clarke <ian at locut.us> wrote: > > Ok, the announcement text is looking good, but still needs more > > feedback, so please check it out: > > > > http://wiki.freenetproject.org/ZeroPointSevenAnnouncementDraft > > > > The plan is to send this to the announcement mailing list, and add it > > to the news section of the website, probably mid-afternoon PST. > > > > We also need installation to be as easy as possible, so if you > > haven't already tried 0.7 - please visit this web page: > > > > http://freenetproject.org/index.php?page=download-new > > > > And let us know about any problems you encounter, or anything you > > feel could be vague, unclear, or counter-intuitive. > > > > Ian. > > > > _______________________________________________ > > Devl mailing list > > Devl at freenetproject.org > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20060404/7283b686/attachment.pgp>
