Giter Site home page Giter Site logo

Comments (6)

abraxxa avatar abraxxa commented on July 19, 2024

I have a similar issue, the requires in META6.json doesn't allow the Ubuntu 21.04 libsqlite3.so.0 file to be found as valid, installed dependency.
The only thing regarding native lib requirements is https://design.raku.org/S22.html#%3Afrom%3Cnative%3E.

from raku-dbsqlite.

CurtTilmes avatar CurtTilmes commented on July 19, 2024

I released a new version that changes sqlite to sqlite3 in META6.json. Hopefully that helps.

from raku-dbsqlite.

hythm7 avatar hythm7 commented on July 19, 2024

Thanks. that fixed the issue.

from raku-dbsqlite.

abraxxa avatar abraxxa commented on July 19, 2024

Sadly not for me on Ubuntu 21.04:

The following distributions will be upgraded: DB::SQLite:ver<0.7>:auth<github:CurtTilmes>:api<1>
===> Updating: DB::SQLite:ver<0.7>:auth<github:CurtTilmes>:api<1>
===> Searching for missing dependencies: sqlite3:from<native>
===> Failed to find dependencies: sqlite3:from<native>
Failed to resolve some missing dependencies (use e.g. --exclude="sqlite3" to skip)

from raku-dbsqlite.

hythm7 avatar hythm7 commented on July 19, 2024

Are you sure you have libsqlite3-dev linux package installed?
I just tested on debian 10 latest and it works. without libsqlite3-dev I get similar error, after running # apt install libsqlite3-dev and then trying install DB::SQLite it worked without issues.

from raku-dbsqlite.

abraxxa avatar abraxxa commented on July 19, 2024

I've tried that initially but it didn't help so I uninstalled it again.
Installed it again now and it solves the issue.
But from a technical standpoint the files contained in this package aren't required and the real library should be checked instead.

from raku-dbsqlite.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.