|
From: Dannes W. <di...@ex...> - 2014-10-19 20:36:49
|
answering myself…. > On 19 Oct 2014, at 22:22 , Dannes Wessels <di...@ex...> wrote: > > I found out today that our application does not start anymore on the latest MacOSX 10.10 Yosemite; > After some debugging (with the console option) I found: > >> + DIST_ARCH=universal >> + [[ 10.10 < 10.5.0 ]] >> + DIST_BITS=32 > > the newest OS is detected as an older version :-) Do you know an way to work around this elegantly? http://www.snip2code.com/Snippet/200005/OSX-Yosemite-10-10-elasticsearch-service/ <http://www.snip2code.com/Snippet/200005/OSX-Yosemite-10-10-elasticsearch-service/> might be a nice route (line 270) regards Dannes |