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 dynamic executable
root@hinduismtoday:/home/htoday/cgi-bin# ldd ./livecode-community-server
not a dynamic executable
root@hinduismtoday:/home/htoday/cgi-bin#

So then I went the other way: installed 80 DP14 linux 64

now we get something new:

% /home/htoday/cgi-bin# ./echo.lc
/home/htoday/cgi-bin/livecode-community-server: error while loading shared 
libraries: libXext.so.6: cannot open shared object file: No such file or 
directory

ldd show one missing dependency.. apt-get install cannot find it.

% /home/htoday/cgi-bin# apt-get install libXext.so.6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libXext.so.6
E: Couldn't find any package by regex 'libXext.so.6'
 

/home/htoday/cgi-bin# ldd ./livecode-community-server
        linux-vdso.so.1 =>  (0x00007ffc5a7ee000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007efe1ec8e000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x00007efe1ea70000)
        libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 
(0x00007efe1e73a000)
        libXext.so.6 => not found
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007efe1e532000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x00007efe1e22d000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007efe1df27000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x00007efe1dd11000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007efe1d94b000)
        /lib64/ld-linux-x86-64.so.2 (0x000055dc8d5d8000)
        libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 
(0x00007efe1d72c000)
        libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 
(0x00007efe1d527000)
        libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 
(0x00007efe1d321000)

That's it for today.. 


On February 19, 2016 at 5:17:19 PM, Sannyasin Brahmanathaswami 
(bra...@hindu.org(mailto:bra...@hindu.org)) wrote:

> I'll go ahead and try regressing on the HT server... since it is running 
> XOOPS/php and our very few LC cgi are failing but not the whole site.. we can 
> test without grave consequences.  

_______________________________________________
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