-
Bug
-
Resolution: Done
-
Critical
-
httpd 2.4.29 DR5
-
None
Hello,
executing of pcretest failed for me because libpcre.so.1 could not be found
ldd ./2.4.29/jbcs-httpd24-2.4/bin/pcretest libpcre.so.1 => file not found
So to retest I unpacked and called postinstall on 2.4.
{6,23,29}in order. And called ldd
[hudson@jwssol02-02 socheck]$ ldd ./2.4.29/jbcs-httpd24-2.4/bin/pcretest libpcre.so.1 => /tmp/preichl/2.4.6/jbcs-httpd24-2.4/lib64/libpcre.so.1 libpcreposix.so.0 => /usr/lib/64/libpcreposix.so.0 libc.so.1 => /lib/64/libc.so.1 libpcre.so.0 => /usr/lib/amd64/libpcre.so.0 [hudson@jwssol02-02 socheck]$ ldd ./2.4.6/jbcs-httpd24-2.4/bin/pcretest libpcre.so.1 => /tmp/preichl/2.4.6/jbcs-httpd24-2.4/lib64/libpcre.so.1 libpcreposix.so.0 => /usr/lib/64/libpcreposix.so.0 libc.so.1 => /lib/64/libc.so.1 libpcre.so.0 => /usr/lib/amd64/libpcre.so.0 [hudson@jwssol02-02 socheck]$ ldd ./2.4.23/jbcs-httpd24-2.4/bin/pcretest libpcre.so.1 => /tmp/preichl/2.4.6/jbcs-httpd24-2.4/lib64/libpcre.so.1 libpcreposix.so.0 => /usr/lib/64/libpcreposix.so.0 libc.so.1 => /lib/64/libc.so.1 libpcre.so.0 => /usr/lib/amd64/libpcre.so.0
Output of ldd for all versions seems to contain:
libpcre.so.1 => /tmp/preichl/2.4.6/jbcs-httpd24-2.4/lib64/libpcre.so.1