Livecode 9 Server seems not to run when custom installed on On-Rev and HostM

Ralf Bitter rabit at revigniter.com
Thu May 31 07:02:15 EDT 2018


Hi Matthias,

to get LC server 9 running on On-Rev I was told by the support team:

“We can't upgrade glibc because of operating system incompatibilities. However, 
we have installed it along side the current 2.12 version at  /opt/glibc-2.14/bin”

This means you have to launch the server executable with the glibc location
prepended to LD_LIBRARY_PATH.

So, I put

export LD_LIBRARY_PATH=/opt/glibc-2.14/bin:$LD_LIBRARY_PATH path/to/livecode-server

towards the end of ~/.bashrc, but this didn’t help.


By the way, even my 32bit LC 9 business version installation fails on Diesel.
Did you install the community version?


Ralf


> On 31. May 2018, at 00:47, Matthias Rebbe via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hi,
> today i noticed that i don´t get Livecode Server 9 Business to work  on On-Rev and HostM accounts.
> 
> In Browser i get an “Internal Server Error” and when running from command line in SSH session i get:
> ./livecode-server: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./livecode-server)
> 
> I´ve filed already a bug <https://quality.livecode.com/show_bug.cgi?id=21319 <https://quality.livecode.com/show_bug.cgi?id=21319>>.
> 
> Did anyone else run into this? Or maybe is using Livecode Server 9?
> 
> Regards,
> 
> Matthias Rebbe





More information about the use-livecode mailing list