Skip to main content
Solved

cvpgadd failing on Redhat9 with bash error 127

  • August 30, 2022
  • 4 replies
  • 514 views

Forum|alt.badge.img+5

Trying to run a local install on a new redhat9 system

See the following messages in sh.log

“./install: error while loading shared libraries: libpython2.7.so.1.0: … No such file or directory

Systems has libpython3 files.  Not “2”.

Running 11.24

Don’t see that listed in the system requirements for Linux.

Best answer by DavidB

@Gseibak Ok.  Turns out to be an issue with fapolicy.

The suggested fix was to run: “fapolicyd-cli -f add /opt/commvault/”

When I mentioned that to our Linux systems people.  They were not happy with having to import the entire folder with its 1000+ files.

 

4 replies

Forum|alt.badge.img+10
  • Vaulter
  • August 30, 2022

Hi David, 

 

Any security policies in place for this new server? using fapolicy ?


Forum|alt.badge.img+5
  • Author
  • Novice
  • August 30, 2022

@Gseibak fapolicy is being used.  But do not see any indication of anything being blocked at this point.

I’m told that RHEL9 does not support the version 2 python libs. So am suspicious of that for now.

Just as a test. I created a symlink for libpython2.7.so.1.0 pointing at the version3 lib, and got a different response from the installer “symbol lookup error” which I sort of expected given the version difference.

But it does suggest to me that the installer is able to access the file.


Forum|alt.badge.img+5
  • Author
  • Novice
  • September 13, 2022

Tried this on another system and fails at same place.  Anyone know of any issues related to Redhat 9?

Or know of a workaround for Python?


Forum|alt.badge.img+5
  • Author
  • Novice
  • Answer
  • September 14, 2022

@Gseibak Ok.  Turns out to be an issue with fapolicy.

The suggested fix was to run: “fapolicyd-cli -f add /opt/commvault/”

When I mentioned that to our Linux systems people.  They were not happy with having to import the entire folder with its 1000+ files.