Search found 7 matches
- Tue Nov 13, 2012 4:37 pm
- Forum: CGIs and the Server
- Topic: Livecode Server MySQL socket
- Replies: 2
- Views: 6314
Re: Livecode Server MySQL socket
Thanks, that works 
- Tue Nov 13, 2012 3:13 pm
- Forum: CGIs and the Server
- Topic: Livecode Server MySQL socket
- Replies: 2
- Views: 6314
Livecode Server MySQL socket
The default MySQL socket using livecode server is /tmp/mysql.sock however my server runs mysql socket at /var/run/mysqld/mysqld.sock. How do i change Livecode server to point to /var/run/mysqld/mysqld.sock ?
- Tue Nov 13, 2012 12:31 pm
- Forum: CGIs and the Server
- Topic: Installing Livecode Server on Debian
- Replies: 8
- Views: 13955
Re: Installing Livecode Server on Debian
Thanks, that fixed it. It is working now. The command to install the lib is:
sudo apt-get install ia32-libs
sudo apt-get install ia32-libs
- Tue Nov 13, 2012 4:30 am
- Forum: CGIs and the Server
- Topic: Installing Livecode Server on Debian
- Replies: 8
- Views: 13955
Re: Installing Livecode Server on Debian
/usr/lib/cgi-bin$ ./livecode-server myscript.lc
-bash: ./livecode-server: No such file or directory
-bash: ./livecode-server: No such file or directory
- Tue Nov 13, 2012 3:05 am
- Forum: CGIs and the Server
- Topic: Installing Livecode Server on Debian
- Replies: 8
- Views: 13955
Re: Installing Livecode Server on Debian
The problem still exist. I don't seem to be able to run it as command line either. It gives me this error:
/usr/lib/cgi-bin$ livecode-server myscript.lc
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the ...
/usr/lib/cgi-bin$ livecode-server myscript.lc
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the ...
- Tue Nov 13, 2012 2:20 am
- Forum: CGIs and the Server
- Topic: Installing Livecode Server on Debian
- Replies: 8
- Views: 13955
Re: Installing Livecode Server on Debian
sites-enabled :
---------------------------
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny ...
---------------------------
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny ...
- Tue Nov 13, 2012 1:04 am
- Forum: CGIs and the Server
- Topic: Installing Livecode Server on Debian
- Replies: 8
- Views: 13955
Installing Livecode Server on Debian
I tried installing Livecode server on a debian server and got this error when I tried to run the hello world lc example:
From Apache error log:
[Mon Nov 12 23:45:10 2012] [error] [client 66.168.28.12] (2)No such file or directory: exec of '/usr/lib/cgi-bin/livecode-server' failed
[Mon Nov 12 23:45 ...
From Apache error log:
[Mon Nov 12 23:45:10 2012] [error] [client 66.168.28.12] (2)No such file or directory: exec of '/usr/lib/cgi-bin/livecode-server' failed
[Mon Nov 12 23:45 ...