This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243289 - internal terminal has different LD_LIBRARY_PATH than usual system terminal
Summary: internal terminal has different LD_LIBRARY_PATH than usual system terminal
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.0
Hardware: All Unix
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 14:00 UTC by Vladimir Voskresensky
Modified: 2014-04-24 02:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2014-03-26 14:00:06 UTC
I see different env in usual terminal and inside IDE:
usual terminal 
#echo $LD_LIBRARY_PATH 
/lib:/usr/lib

from IDE:
#echo $LD_LIBRARY_PATH
/usr/jdk/instances/jdk1.7.0/jre/lib/i386/server:/usr/jdk/instances/jdk1.7.0/jre/lib/i386:/usr/jdk/instances/jdk1.7.0/jre/../lib/i386:/usr/bin/../java/bin/../jre/lib/amd64/client:/usr/bin/../java/bin/../jre/lib/amd64/server:/usr/bin/../java/bin/../jre/lib/i386/client:/usr/bin/../java/bin/../jre/lib/i386/server:/lib:/usr/lib
Comment 1 Vladimir Voskresensky 2014-03-26 14:02:10 UTC
that cause linker to look in different places for dynamic libraries and application can not run from internal terminal
Comment 2 Vladimir Voskresensky 2014-03-26 14:11:13 UTC
http://hg.netbeans.org/cnd-main/rev/4537142c11ab
Comment 3 Quality Engineering 2014-03-27 03:09:25 UTC
Integrated into 'main-silver', will be available in build *201403270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4537142c11ab
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #243289 - internal terminal has different LD_LIBRARY_PATH than usual system terminal
- clean up LIBRARY_PATH modified by NB
Comment 4 Quality Engineering 2014-04-24 02:06:11 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/961d60638bfc
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #243289 - internal terminal has different LD_LIBRARY_PATH than usual system terminal
- clean up LIBRARY_PATH modified by NB
(transplanted from 4537142c11abc36f16d2329db37723d232a25a43)