Community Server 8 dp 15 on Mac OS X Server 10.6.8
Posted: Sun Mar 06, 2016 10:02 pm
Is anyone running the current version of LiveCodeCommunityServer-8_0_0_dp_15-Server on Mac OS X Server 10.6.8 (Snow Leopard)?
I was trying to just do a test run today via the commandline and hit a proverbial brickwall of an error:
In terminal, I typed:
sh-3.2# ./livecode-community-server /Library/WebServer/Documents/test.lc
And got this back as an immediate error:
dyld: Library not loaded: /usr/lib/libcurl.4.dylib
Referenced from: /Library/WebServer/CGI-Executables/LiveCodeCommunityServer-8_0_0_dp_15/./livecode-community-server
Reason: Incompatible library version: livecode-community-server requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0
The contents of my 'test.lc' file are just:
<?lc
put "Hello World!" && the date && the time
?>
According to the LC documentation, I should have received the following back (or something similar):
Hello World! 3/6/2016 15:00:00
EDIT
I went back through some of the previous versions of Community Server and the above error started occurring after LiveCodeCommunityServer-7_0_2_rc_1-Mac.
All subsequent versions (7.0.2 rc-2 all the way up to 8.0.0 dp-15) of Community Server are giving me the above error.
And for the record, I have just begun my trek into evaluating if LC would be useful for me to use. I've been following it for quite some time, but I haven't actually used it yet.
I was trying to just do a test run today via the commandline and hit a proverbial brickwall of an error:
In terminal, I typed:
sh-3.2# ./livecode-community-server /Library/WebServer/Documents/test.lc
And got this back as an immediate error:
dyld: Library not loaded: /usr/lib/libcurl.4.dylib
Referenced from: /Library/WebServer/CGI-Executables/LiveCodeCommunityServer-8_0_0_dp_15/./livecode-community-server
Reason: Incompatible library version: livecode-community-server requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0
The contents of my 'test.lc' file are just:
<?lc
put "Hello World!" && the date && the time
?>
According to the LC documentation, I should have received the following back (or something similar):
Hello World! 3/6/2016 15:00:00
EDIT
I went back through some of the previous versions of Community Server and the above error started occurring after LiveCodeCommunityServer-7_0_2_rc_1-Mac.
All subsequent versions (7.0.2 rc-2 all the way up to 8.0.0 dp-15) of Community Server are giving me the above error.
And for the record, I have just begun my trek into evaluating if LC would be useful for me to use. I've been following it for quite some time, but I haven't actually used it yet.