luigi scarso wrote:
On Mon, Apr 6, 2009 at 3:16 PM, Taco Hoekwater
mailto:taco@elvenkind.com> wrote: 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?
You need a different cplusplus runtime. Look for a linux package named libstdc++5 or so something like that. Luatex 0.37 is using a dynamic stdc++ library (next version will be static again)
ok --when will be next release ?
Not today. Just "yum install libstdc++5" (or yast or urpmi or whatever your flavour of linux uses) Best wishes, Taco