Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while loading shared libraries: libpcre.so.3 #33

Closed
christianh17 opened this issue Jul 28, 2023 · 3 comments
Closed

error while loading shared libraries: libpcre.so.3 #33

christianh17 opened this issue Jul 28, 2023 · 3 comments

Comments

@christianh17
Copy link

Sorry, but the error persists. I just tried to get it working but got the same error.
I used a fresh debian inside proxmox. The hints from the closed issue regarding the same problem did not help.
Do you have an idea what to do?
Kind regards
Tueftler

@MerlinsSake
Copy link

I had the same problem
I solved this by editing the Dockerfile as follows

After the following lines:
FROM python:3-slim
WORKDIR /opt/warp

I added the lines:

RUN apt-get update
RUN apt-get install -y build-essential libpq-dev libpcre3 libpcre3-dev

In the second env, where the first is copied, this librarys are missing

@donbalon4
Copy link

@MerlinsSake thank you, your solution worked for me too!

@Hiten1928
Copy link

Hiten1928 commented Jan 12, 2024

@MerlinsSake Do you know if there is anything that fixed the issue, I am still facing it on MacOS. Here is the stack trace on startup:

warp-warp-demo-db-1     | creating configuration files ... ok
warp-warp-demo-wsgi-1   | uwsgi: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory
warp-warp-demo-db-1     | running bootstrap script ... ok

Thank you in advance! I am kinda stuck and have tried pretty much all the instructions on stackoverflow or the past issue this has been linked to.

@aileo aileo mentioned this issue Feb 14, 2024
@sebo-b sebo-b closed this as completed in 9e75c9f Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants