cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Hana : perl compilation error LCM loading Gui :: App :: LCMGuiApp

Former Member
0 Kudos

Hello!

There is a problem for installing SAP HANA to run the script.

linux-pvbk: / home / fedor / hana / HDB_LCM_LINUX_X86_64 # ./hdblcmgui

a result of the following error SAP HANA Installer Runtime Error: perl compilation error (LCM loading Gui :: :: App :: LCMGuiApp): CAN not load wxWidgets Properly: Can not load '/home/fedor/hana/HDB_LCM_LINUX_X86_64/instruntime/Wx.so' for module Wx: libpng12.so.0: CAN not Open Shared Object file: No such file or Directory DynaLoader.pm at line 193. at sdbrun / Require.pl line 62. BEGIN failed - compilation Aborted at SDB / Install / App / Gui.pm line 6. BEGIN failed - compilation Aborted at LCM / Gui / App / LCMGuiApp .pm line 6. I SUSE SERVER not really understand, why could not someone who knows what this error is and how to remove it? Thanks all for answers!

Regards   

Deeru

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello All,

I have also just run into this problem. I removed all the AppleDouble files (files that start with '._' ) and I was then able into install the studio and client. To remove all the '._' files I did the following from the directory I extracted the files to ...

1. find -iname '._*' -exec rm -v '{}' \;


2. Fix dependencies on “libjpeg62” run this command:

            sudo apt-get install libjpeg62


           or 


          Go to yast tool -> software management -> search type -> libjpeg62 package * clieck on install tab.



Regards

Deeru

Answers (2)

Answers (2)

Robin-Feng
Explorer
0 Kudos

I fix this issue (SUSE 15 SP3 for SAP) with below solution:

zypper -n install -t pattern x11 gnome_basic

Refert to: https://www.net-pioneers.com/1262/install-gnome-on-sles-15-sp1/

desgallagher
Contributor
0 Kudos

Hi Deeru,

We have seen the problem before where an old glibc version at Linux OS level was used for HANA Installation. Please check that glibc version is up to date.

Kind Regards,

Des

Former Member
0 Kudos

Hi Des,

Thank you ..

As per sap note I have already updated glibc version  to GCC 4.7.

getting below error :

can not load wxWidgets Properly: Can not load '/home/fedor/hana/HDB_LCM_LINUX_X86_64/instruntime/Wx.so' for module Wx: libjpeg.so.62: CAN not Open Shared Object file: No such file or Directory DynaLoader.pm at line 190. at sdbrun / Require.pl line 62. BEGIN failed .


Regards 

Deeru