R
Railway

✋|help

OSError: libheif.so.1: cannot open shared object file: No such file or directory

Ccaptjay988/21/2023
Hello, I have tried everything i can to get my django project deployed, the build completes, but deployments fails with the error in the title.
PROJECT ID: c30a6509-6a6f-4653-a886-7e223aa4a144
Bbrody1928/21/2023
try adding this to a nixpacks.toml file in your project
[phases.setup]
aptPkgs = ["...", "libstdc++6"]
nixPkgs = ["...", "libheif"]
Ccaptjay988/21/2023
So i managed to overcome that error by copying the lib files from /usr/lib/x86_64-linux-gnu/ to the/usr/lib
Now i am getting this: OSError: /nix/store/wprxx5zkkk13hpj6k1v6qadjylh3vq9m-gcc-11.3.0-lib/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /usr/lib/libgdal.so.30)
Bbrody1928/22/2023
^

Looking for more? Join the community!

Recommended Posts
Flask app not workinghey there am very new to railway, i would love to get some help, I am not familiar with hosting a weAverage Cost of Ghost CMS Blog?Hi so I've recently moved over to Railway.app, after hearing great things about it and getting boggewebhook outdated docs and issuesHello First of, https://docs.railway.app/diagnose/webhooks this documentation seems outdated. I'm Configure GitHub PATHow do I configure my GitHub PAT (Personal Access token) while deploying my nestJS app on railway?How can I SSH into my CLI application?Hello, I have an CLI python app deployed but I need to connect to the service. I couldnt find how. IPostgres pricing questionsI'm starting to index a few data to my railway postgres. I need to clarify a few questions: 1. WhaDashboard: View cost by service is brokenI think postgres should be a new row?Memory not released even after postgres table droppedHello. Project ID: 6dee0732-68aa-4ae0-a472-7d02880e238a I created a table on 19th August and then Can only view 100 lines of logsI can only see the last 100 lines fo the logs in log viewer I have opted in to "priority boarding"Unexpected crash - Rust crashes after building with libgssapi-krb5 referenceHey, first time posting an error - my Railway deployment is crashing with the following error: erroDocker Service CRON Restart?Hi guys, i have a single docker service running. I'd like to restart this service periodically via tCan't set a private project to publicWhenever I try to set a private project to public, I get the error "All services in a public projectcan railway forward traffic to a self signed web application?i'm deploying an application and for some reason it needs to use self signed certificate, could railPrisma timeoutI am trying to use a fairly large query with Prisma and get `Timed out fetching a new connection fr