Issue 37230 - setting LD_LIBRARY_PATH for Java unnecessary when registering components
Summary: setting LD_LIBRARY_PATH for Java unnecessary when registering components
Status: ACCEPTED
Alias: None
Product: Installation
Classification: Application
Component: code (show other issues)
Version: 680m62
Hardware: All All
: P4 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 09:50 UTC by joachim.lingner
Modified: 2013-08-07 15:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joachim.lingner 2004-11-16 09:50:56 UTC
In instset_native Java components are registered using regcomp. In solenv there
is code that sets the LD_LIBRARY_PATH. With 680m62 there comes a recomp script
that ensures that the LD_LIBRARY_PATH is properly set.
Comment 1 joachim.lingner 2004-11-16 14:24:11 UTC
JL->IS: You need not set the LD_LIBRARY_PATH for Java in solenv. For example,
the LD_LIBRARY_PATH would contain
/so/env/Linux_JDK_1.4.1_03/jre/lib/i386/client:/so/env/Linux_JDK_1.4.1_03/jre/lib/i386/native_threads:/so/env/Linux_JDK_1.4.1_03/jre/lib/i386
These entries can be removed.
Comment 2 ingo.schmidt-rosbiegal 2004-11-17 08:53:58 UTC
Accepted
Comment 3 ingo.schmidt-rosbiegal 2005-01-24 16:11:21 UTC
Setting to OOo Later. Everything works fine, it is only superfluous to set the
LD_LIBRARY_PATH in Perl scripts.