Uploaded image for project: 'JBoss Core Services'
  1. JBoss Core Services
  2. JBCS-585

pcretest uses wrong path to libpcre.so.1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • httpd 2.4.29 ER1 Natives
    • httpd 2.4.29 DR5
    • pcre
    • 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

            gzaronik@redhat.com George Zaronikas
            preichl@redhat.com Pavel Reichl
            Pavel Reichl Pavel Reichl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: