WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  apache 2.4.6 installation

    Posted Wed August 07, 2013 03:36 AM
    HI ALL

    I know this is not the correct forum to discuss about apache issue. But I am looking for some to help me to fix the APache 2.4.6 issue.

    I am facing below error during executing apachectl -k start

    /httpd-2.4.6/bin/httpd: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory

    Thanks
    Venkata


  • 2.  apache 2.4.6 installation

    Posted Tue August 27, 2013 06:26 AM
    Hi Venkata,

      I suggest the next one.
     
      search in /lib or /lib64 (depending your bit mode) libpcre.so or similar file.
     
      in may case /lib64/libpcre.so.0.0.1
     
      lrwxrwxrwx.  1 root root      16 Mar  7  2012 libpcre.so.0 -> libpcre.so.0.0.1

        -rwxr-xr-x.  1 root root  184088 Dec  4  2009 libpcre.so.0.0.1


      then create a symbolic link to the file:
     
      ln -s /lib64/libpcre.so.0.0.1 /lib64/libpcre.so.0
     
      in your case the command will be something like this
     
      ln -s /LIB_BITMODE/libpcre.FILE /LIB_BITMODE/libpcre.so.1
     
      Hope this helps.
     
    regards