cancel
Showing results for 
Search instead for 
Did you mean: 

sapgui on linux error

Former Member
0 Kudos

Hi guys ..

I am installing SAPGUI on frdora 6 and the installation was a success.. when i tried to start gui i got the following error..

-


[root@hbssrvr1 bin]# pwd

/opt/SAPClients/SAPGUI6.40rev6/bin

[root@hbssrvr1 bin]# ./guistart /H/192.168.0.18/S/3200

Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(Unknown Source)

at java.lang.ClassLoader.loadLibrary(Unknown Source)

at java.lang.Runtime.loadLibrary0(Unknown Source)

at java.lang.System.loadLibrary(Unknown Source)

at sun.security.action.LoadLibraryAction.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.awt.Toolkit.loadLibraries(Unknown Source)

at java.awt.Toolkit.<clinit>(Unknown Source)

at com.sap.platin.Gui.main(Gui.java:31)

[root@hbssrvr1 bin]#

Is there env. var to be set befrore running the gui.. if so pls tell me..

regards

sandy

Accepted Solutions (1)

Accepted Solutions (1)

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Sandy,

first of all, you need to install the package libXp-1.0.0-8.

Afterwards it may you may have to create additional links:

[code]

$ ll /usr/lib/libXp.so*

lrwxrwxrwx 1 root root 14 Oct 27 12:22 /usr/lib/libXp.so -> libXp.so.6.2.0

lrwxrwxrwx 1 root root 14 Oct 27 12:21 /usr/lib/libXp.so.6 -> libXp.so.6.2.0

-rwxr-xr-x 1 root root 31380 Oct 1 22:27 /usr/lib/libXp.so.6.2.0

[/code]

Especially the /usr/lib/libXp.so.6 link (if it not exists)

Cheers,

Hannes

Former Member
0 Kudos

Hi Hannes,

Thanku you very much.. it worked>>>

regards

sandy

Former Member
0 Kudos

hi Hannes

Thanx for your help.. i got another problem.. when i tried to open a screen layout from Tx SE80,it is not coming properly.. Moreover when selected ,say,Program or Package form the dropdown menu its getting exited form the gui.. what could be the problem??

Also what i have to do to get the logon icon on my desktop

Regards

Sandy

hannes_kuehnemund
Active Contributor
0 Kudos

i reply in the other thread

Answers (0)