Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820635 - dev-libs/libpcre-8.45: Missing /usr/lib64/libpcre.so.1 library
Summary: dev-libs/libpcre-8.45: Missing /usr/lib64/libpcre.so.1 library
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-28 21:02 UTC by Ivo Šmerek
Modified: 2021-10-30 17:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,6.98 KB, text/plain)
2021-10-28 21:06 UTC, Ivo Šmerek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Šmerek 2021-10-28 21:02:39 UTC
I just found out that `/usr/lib64/libpcre.so.1` library is missing in my system even tho I have package libpcre installed. 32bit library `/usr/lib/libpcre.so.1` is on its place. From `e-file libpcre.so.1` I understand that 64bit version should be provided as well.

Can somebody please help me with this? Thank you in advance.
Comment 1 Ivo Šmerek 2021-10-28 21:06:45 UTC
Created attachment 747150 [details]
emerge --info
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-10-28 21:10:15 UTC
# qfile -Cv /lib64/libpcre.so.1
dev-libs/libpcre-8.45: /lib64/libpcre.so.1 -> libpcre.so.1.2.13
Comment 3 Ivo Šmerek 2021-10-29 11:57:48 UTC
Thank you, at least something to work with. The strange thing is I'm getting the following error message when trying to run protontricks:

"env: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory"

I have to explicitly put the library to the `LD_PRELOAD="/lib64/libpcre.so.1"` variable to avoid that error. Symlinking to the `/usr/lib64` directory doesn't work.