Hello,
since i am trying to fix my troubles with recompiling different php versions in CWPpro, i maybe found some strange things.
I always get error-messages in the php build logs like "bz2" not found.
So i tried to "ld -libbz2 --verbose" and see
attempt to open //usr/lib64/libibbz2.so
So libibbz2.so is definiteley not installed, because there is no libibbz2 lib, right?
I tested with other libs like librt, and found out, that ld is also searching for the libIBrt.so file? Where is this coming from and
how to fix that?
attempt to open //usr/lib64/libibrt.so failed
OS: AlmaLinux 8
Update:
The output of ldconfig is correct...
[root@s1 ~]# ldconfig -p | grep bz2
libbz2.so.1 (libc6,x86-64) => /usr/lib64/libbz2.so.1
libbz2.so (libc6,x86-64) => /usr/lib64/libbz2.so
Thank you very much,
regards