octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53446] Segmentation fault of standalone progr


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #53446] Segmentation fault of standalone program (stable branch 4.3.0+)
Date: Mon, 26 Mar 2018 19:24:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #5, bug #53446 (project octave):

OK I found that what is wrong.


export LD_LIBRARY_PATH=/opt/octave-stable/lib/octave/4.3.0+:$LD_LIBRARY_PATH
export PATH=/opt/octave-stable/bin:$PATH


and start octave


export LD_LIBRARY_PATH=/opt/octave-stable/lib/octave/4.3.0+:$LD_LIBRARY_PATH
export PATH=/opt/octave-stable/bin:$PATH



octave:1> getenv LD_LIBRARY_PATH
ans = /opt/octave-stable/lib/octave/4.3.0+:/usr/local/lib


but
octave:2> system bash
$ echo LD_LIBRARY_PATH
/usr/local/lib

It is reasonable because 'system bash' creates a new bash session.

Sorry for noise.
Please close this 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53446>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]