On Mon, Apr 6, 2009 at 5:02 PM, Mojca Miklavec < mojca.miklavec.lists@gmail.com> wrote:
On Mon, Apr 6, 2009 at 16:51, luigi scarso wrote:
Ah, ok now I understand .
The error was in minimals/bin/texlua
ldd texlua linux-gate.so.1 => (0x00266000) libstdc++.so.5 => not found libm.so.6 => /lib/libm.so.6 (0x00d82000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0709a000) libc.so.6 => /lib/libc.so.6 (0x00101000) /lib/ld-linux.so.2 (0x004f5000)
not in minimals/tex/texmf-linux/bin/texlua ldd texlua linux-gate.so.1 => (0x00d1c000) libm.so.6 => /lib/libm.so.6 (0x00d82000) libc.so.6 => /lib/libc.so.6 (0x00101000) /lib/ld-linux.so.2 (0x004f5000)
This error stops installation , I suppose .
I don't understand. Both files have the same md5sum (as well as same size and timestamp of 31. March), 6b3ed056830bb3f7b2ac496f4909ab1f.
Does the installation folder (bin) refresh when you update minimals (you can check by deleting everything inside bin :) :) :)?
./first-setup.sh receiving file list ... done bin/ bin/mtx-update.lua bin/mtxrun bin/texlua sent 109 bytes received 5204081 bytes 77099.11 bytes/sec total size is 5203177 speedup is 1.00 texlua: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory #ls -alR .: totale 8188 drwxr-xr-x 4 root root 4096 6 apr 17:16 . drwxr-xr-x 10 root root 4096 26 mar 12:02 .. drwxr-xr-x 2 root root 4096 31 mar 17:09 bin -rwxr-xr-x 1 luigi luigi 1659 3 nov 11:16 first-setup.sh ./bin: totale 5108 drwxr-xr-x 2 root root 4096 31 mar 17:09 . drwxr-xr-x 4 root root 4096 6 apr 17:16 .. -rwxr-xr-x 1 root root 310125 6 apr 11:05 mtxrun -rw-r--r-- 1 root root 19128 3 apr 13:44 mtx-update.lua -rwxr-xr-x 1 root root 4873924 31 mar 17:09 texlua As I wrote, installation aborts on error in bin/texlua . -- luigi