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@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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to