php -v - i'm willing to bet it's 5.5 which is an issue. zend only supports 5.4 so we had to roll with 5.4. can you verify and let me know please?
Best regards,
syntaks
max@venus ~/coins/neoscoin/Linux-64-bit $ php -v
PHP 5.5.9-1ubuntu4.3 (cli) (built: Jul 7 2014 16:36:58)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
By the way: I tried to copy the missing /usr/lib/php5/20121212/ext/ZendGuardLoader.so from Linux-64-bit/ext/ZendGuardLoader.so.
The result is:
max@venus ~/coins/neoscoin/Linux-64-bit $ ./runSetup.sh
Zend Guard Loader requires Zend Engine API version 220100525.
The Zend Engine API version 220121212 which is installed, is newer.
Contact Zend Technologies at
http://www.zend.com/ for a later version of Zend Guard Loader.
Yes, unfortunately that's one detail right now is that zend doesn't support 5.5 yet. We have a few options here though:
1. We can change your system's PHP to 5.4
2. We can grab php-5.4 from their site and specify the new path to the binary
3. In v2 we hope to handle all of this grunt work for you so you don't have to
If you need help with option #1 or #2, just let me know if that's the route you'd like to take. Neos v2 is due to be released within the 1.5 weeks or earlier.