lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks, Hisham.

The issue can be reproduced on debian buster and alpine linux 3.8.

debian buster:
/usr/lib/gcc/x86_64-linux-gnu/7/libstdc++fs.a
/usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.a
/usr/lib/gcc/x86_64-linux-gnu/7/libstdc++.so
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25

apline linux 3.8:
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.22

Thanks.

Andriy Kornatskyy

________________________________________
From: lua-l-bounces@lists.lua.org <lua-l-bounces@lists.lua.org> on behalf of Hisham <h@hisham.hm>
Sent: Monday, July 23, 2018 4:40 PM
To: Lua mailing list
Subject: Re: [ANN] LuaRocks 3.0.0

On 23 July 2018 at 09:55, Andriy Kornatskyy <andriy.kornatskyy@live.com> wrote:
> It appears luarocks 3.0.0 fails to install xml package.
>
> [1] https://luarocks.org/modules/gaspard/xml
>
> Steps to reproduce:
>
> luarocks install xml
>
> Error: Could not find library file for STDC++
>
> It works with luarocks 2.4.4.

Thank you for the report!

What is the location of the file libstdc++.so in your system?

-- Hisham