cancel
Showing results for 
Search instead for 
Did you mean: 

GUI for JAVE; LD_LIBRARY_PATH

former_member636724
Discoverer
0 Kudos

I'v finally installed N4S on my SLES10-Box and can connect with JAVA-GUI 7.10rev8 from Linux-systems and Windows-systems both.

But unfortunately, on both systems the grafical mode of the Worklflowbuilder isn't working.

When attempting to start, the whole Workflowbuilder is closed at all, without any error-message.

This failure is an old one.

Now I'v fond out, that the N4s-Installet creates an .cshrc-file withinte home directory of n4sadm.

One of the intentions of this script is to set a environment varialble LD_LIBRARY_PATH.

Unfortunately first the syntax of the combined path value is incorrect.

When changin the account to n4sadm with 'su - n4sdam' the error 'setenv too many arguments' is dispayed.

On Unix/Linux systems instead of using ' .' as path segment deliminator, ';' shold be used.

But there seems to be an second failure.

The existing .cshrc-script is exclusively collecting any version of 'libjvm.so' on my system.

Probabely there shold be collected all necessary libraries.

That seems to be the reason for the mentioned failure.

Additionally on Windows-systems an environment variable LD_LIBRARY_PATH does not exist at all.

Could anybody describe, which libraries should be collected into LD_LIBRARY_PATH on Linux and Windows-systems.

Kind regards

Jochen Seliger

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member906139
Active Participant
0 Kudos

Hello,

The LD_LIBRARY_PATH environment variable tells the shell which directories to search for client or shared general libraries. You must specify the directory that contains your client libraries before you can use the System.

Regards,

Abhay