I am just testing the current Mileston V1.2.M04 for unix. I have an issue with the definition of $DIST_ARCH in 233 and 240:
Regarding the http://en.wikipedia.org/wiki/Uname and as much as I understood from the code of uname, the `uname -m` switch might result in less confusing messages than -p can. On my machine building coreutils-8.7 from http://ftp.gnu.org/gnu/coreutils/, `uname -p` produces the output "Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz". I think there are two options: 1: adding some logic that will translate "Intel Core" to something like "i686" 2: switch statements in bin/neo4j:233 and bin/neo4j:240 since `-m` seems to have a higher chance to return the right thing. Regards Mao PU _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

