Endpoint Protection

 View Only
  • 1.  SEP RedHat Package dependency Troubleshooting.

    Posted Apr 04, 2016 05:41 PM

    I am installing SEP 12.1.6 on RedHat 6.4. I get the error in prechecking    "Installation requires 32bits glibc library. Please install it and try again." as SEP on linux has some 32bit dependencies. I run the recommended "yum install glibc.i686 libgcc.i686 libX11.i686" and get this error. 3_0.JPG

    I manually try to install the "required" package as specified but I get the below message.4.JPG

     Has anybody had the same problems with their RH servers? How did you resolve the dependency problem. Appreciate any help peeps!



  • 2.  RE: SEP RedHat Package dependency Troubleshooting.

    Posted Apr 04, 2016 05:59 PM

    EDIT:

    Another message that I get upon trying to install:

     

    5.JPG

    Thanks!



  • 3.  RE: SEP RedHat Package dependency Troubleshooting.

    Posted Apr 04, 2016 06:21 PM

    Found this:

    https://www-secure.symantec.com/connect/articles/how-install-sep-1216-mp3-linux-rhel-72



  • 4.  RE: SEP RedHat Package dependency Troubleshooting.
    Best Answer

    Posted Apr 05, 2016 03:43 PM

     The following commands resolved the issue for me:

    yum downgrade glibc glibc-headers glibc-common glibc-devel
    package-cleanup --dupes
    package-cleanup --cleandupes
    yum clean all
    yum update

    cheers!