Re: Trouble with LiveCode Server on Ubuntu

2016-02-20 Thread Sannyasin Brahmanathaswami
  On February 19, 2016 at 5:46:15 PM, Mike Bonner (bonnm...@gmail.com(mailto:bonnm...@gmail.com)) wrote: > On Fri, Feb 19, 2016 at 8:44 > PM(http://airmail.calendar/2016-02-19%2020:44:00%20HST), Mike Bonner wrote: > > try apt-get install libxext6 Mike... Awesome.. that worked! Yay  %

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Mike Bonner
or just possibly libext Don't have a system I can test on right now, but one of those two should work. On Fri, Feb 19, 2016 at 8:44 PM, Mike Bonner wrote: > try apt-get install libxext6 > > On Fri, Feb 19, 2016 at 8:42 PM, Sannyasin Brahmanathaswami < > bra...@hindu.org> wrote: > >> >> Ok I tr

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Mike Bonner
try apt-get install libxext6 On Fri, Feb 19, 2016 at 8:42 PM, Sannyasin Brahmanathaswami < bra...@hindu.org> wrote: > > Ok I tried regressing to 6.7.5 > > but things got worse: > > root@hinduismtoday:/home/htoday/cgi-bin# ./echo.lc > -bash: ./echo.lc: /home/htoday/cgi-bin/livecode-community-serve

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
  Ok I tried regressing to 6.7.5 but things got worse: root@hinduismtoday:/home/htoday/cgi-bin# ./echo.lc -bash: ./echo.lc: /home/htoday/cgi-bin/livecode-community-server: bad interpreter: No such file or directory root@hinduismtoday:/home/htoday/cgi-bin# ldd livecode-community-server not a

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
  OK, successfully upgraded the Hinduism Today server to Linux 4.4.0-x86_64-linode63 on x86_64 so now we have Ubuntu OS parity now between the two instances on the one where LC works, where I think I have an old version of LC server 6.7.5 we get: /home/himalayan/cgi-bin# ldd ./livecode-commun

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
Ahh... I had already tried the latest 7.2.1 64 LiveCode but I just discovered that the server/instance where it *does* work we have Kernel and CPU where as on Hinduism Today site we have the 4.1.5- version of linux so let me see if I can get the OS upgraded without bringing down the server fir

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Richard Gaskin
Sannyasin Brahmanathaswami wrote: My sys stats say: Operating systemUbuntu Linux 14.04.1 Webmin version 1.780 Virtualmin version 4.16.gpl Time on system Fri Feb 19 14:57:14 2016 Kernel and CPU Linux 4.1.5-x86_64-linode61 on x86_64 but I c

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
My sys stats say: Operating systemUbuntu Linux 14.04.1 Webmin version 1.780 Virtualmin version 4.16.gpl Time on system Fri Feb 19 14:57:14 2016 Kernel and CPU Linux 4.1.5-x86_64-linode61 on x86_64 but I can certainly give the 32-bit version

Re: Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Richard Gaskin
I saw the "(2)No such file or directory" error on one of my VPSes yesterday. Mystified me, since I know the file is there. Looking into it further it turns out that error can happen with executables when the executable is 64-bit on a 32-bit system. I had installed the 64-bit LC Server engine

Trouble with LiveCode Server on Ubuntu

2016-02-19 Thread Sannyasin Brahmanathaswami
  We have two Linode Cloud servers. Both have almost the exact same Ubuntu 14.04 configuration. But on one of them I cannot get LiveCode server to "fire" the layout is correct and exact match for the server that is working. Permssions are all set properly to 755 and the owner and group are co

Re: liveCode server on UBUNTU

2011-11-14 Thread Malte Brill
Ok. After installing the 32 Bit compatibility layer I got it up and running. :-) (Thanks Andre!!!) Crawling back into my cave now. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Re: liveCode server on UBUNTU

2011-11-14 Thread Malte Brill
Hi all, thanks for your patience with me... While with Mikes help, I managed to install the engine under UBUNTU Desktop, I can for the life of me not get it to run on the UBUNTU server version. I do get an error 500, so I suspect now this has something to do with the permissions for the engin

Re: liveCode server on UBUNTU

2011-11-12 Thread Pierre Sahores
Hi Malte, I did extensive tests month ago and did't try again in the last weeks : both revServer and LC server works fine under Redhat Enterprise Linux and CentOS (free version of REHL). Works but can't bind PostgreSQL (needed for all my apps) under OpenSuse. If you can switch your linux box t

Re: liveCode server on UBUNTU

2011-11-11 Thread Mike Bonner
So glad its working. I think its still possible to do it from the httpd.conf but i'm not sure what kind of hoops you'd have to go through to make it work with the way things are setup with the recent ubuntus and apache2. And I didn't do it that way so couldn't tell you what to change either way. Y

Re: liveCode server on UBUNTU

2011-11-11 Thread Malte Brill
Thank you so much for the handholding! Got it running now (even though interestingly not from the commandline) This was the missing step: cd /etc/apache2/sites-enabled # by default there is most likely 1 file, something like 000-default sudo nano 000-default I was doing stuff in httpdconf, whic

Re: liveCode server on UBUNTU

2011-11-11 Thread Mike Bonner
Ok. The folders in question are /etc/apache2/mods-available and /etc/apache2/mods-enabled. At the command line follow the steps. cd /etc/apache2/mods-enabled sudo ln -s /etc/apache2/mods-available/actions.* . # note the period at the end of the line. That means current directory so it knows to cr

Re: liveCode server on UBUNTU

2011-11-11 Thread Andre Garzia
Malte, Can you confirm that livecode server runs from the command line? You can try executing it with a text script such as: --- begin test.lc -- --- end test.lc -- livecodeserver ./test.lc If it can run on the command line then the problem lies with apache configuration. If it can't run on

Re: liveCode server on UBUNTU

2011-11-11 Thread Mike Bonner
Oh, as far as mod-action goes, there are 2 folders. One that shows all available mods and one that has active modes. The active mods are just symbolic links to the available. To do it manually use the ln command (L N lower case) And again, i'm not at keyboard at the moment, but I believe: ln -s /

Re: liveCode server on UBUNTU

2011-11-11 Thread Mike Bonner
I have it running here but its been a bit since I did it. I'll go back over files and stuff and see if I can dredge up some memories and help of someone else doesn't chime in first. On Fri, Nov 11, 2011 at 12:20 PM, Malte Brill wrote: > Hi all, > > I successfully installed liveCode on Mac Os and

liveCode server on UBUNTU

2011-11-11 Thread Malte Brill
Hi all, I successfully installed liveCode on Mac Os and Windows. But on Ubuntu, for the life of me I can not get it up. I assume it has to do with the mod_action not being enabled by default here. However, for the life of me I can not find out how to do so. The installation is rather complicate