I installed the eggPlant15.20.rpm off your website for our Linux/RedHat7 system, and is pointed to by Jenkins eggPlant plugin.
When builds are ran via Jenkins, the logs show error with some library file regarding eggPlant:
/usr/local/bin/eggplant: /usr/GNUstep/System/Tools/gpbs: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
After attempts to download ld-linux.so.2 library package, now we get same error as above but with other libraries. When installing several packages, we still are getting above error but everytime with different library file.
Some installs include:
#sudo yum install glibc-common glibc (mutual dependency)
#sudo yum install glibc.i686
I was wondering if the eggPlant RedHat installation is not sufficient, and whether we need other dependencies.
Running efls also causes these library messages:
[root@RHEL-BLD1 Library]# efls
/usr/GNUstep/System/Tools/gpbs: /usr/GNUstep/System/Library/Libraries/libjpeg.so.62: no version information available (required by /usr/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.23)
/usr/GNUstep/System/Tools/gpbs: /usr/GNUstep/System/Library/Libraries/libjpeg.so.62: no version information available (required by /lib/libtiff.so.3)
[root@RHEL-BLD1 Library]#
Googling the above libraries does not provide much help.
Below are the messages when ran from Jenkins:
[root@RHEL-BLD1 Library]# efls
/usr/GNUstep/System/Tools/gpbs: /usr/GNUstep/System/Library/Libraries/libjpeg.so.62: no version information available (required by /usr/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.23)
/usr/GNUstep/System/Tools/gpbs: /usr/GNUstep/System/Library/Libraries/libjpeg.so.62: no version information available (required by /lib/libtiff.so.3)
[root@RHEL-BLD1 Library]#
I need help on what the main cause of the above libraries are.
Thanks in advance.