On Mon, Apr 6, 2009 at 4:06 PM, Mojca Miklavec <mojca.miklavec.lists@gmail.com> wrote:
On Mon, Apr 6, 2009 at 15:18, luigi scarso wrote:
>
> On Mon, Apr 6, 2009 at 3:11 PM, Mojca Miklavec wrote:
>>
>> On Mon, Apr 6, 2009 at 14:55, luigi scarso wrote:
>> >
>> > texlua: error while loading shared libraries: libstdc++.so.5: cannot
>> > open
>> > shared object file: No such file or directory
>> > Linux  2.6.15-1.2054_FC5smp #1 SMP Tue Mar 14 16:05:46 EST 2006 i686
>> > i686
>> > i386 GNU/Linux
>> >
>> > What's happened ?
>>
>> This has nothing to do with Hans' beta. See
>>    http://thread.gmane.org/gmane.comp.tex.context/48892
>> but I'm clueless. The binaries have been compiled on Debian Etch. Does
>> pdfTeX work on your machine?
>
> I don't know -- with minimals
> I use only  luatex

You don't need to compile the documents to be able to test. Just run
   pdftex --version
(unless you excluded it already during the setup)

You can still try to compile luatex yourself.
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 .

--
luigi