Installation problem

Asked by Avraham Chelly

Hello

I had a problem during the installation of the package. the libqwad.so.1 cannot be opened though it is located in the current directory (/usr/local/lib64). May I miss something?
Thanks for your kind assistance.
Avraham

Question information

Language:
English Edit question
Status:
Solved
For:
Quantum wells, wires and dots Edit question
Assignee:
Alex Valavanis Edit question
Last query:
Last reply:
Revision history for this message
Alex Valavanis (valavanisalex) said :
#1

Hi Avraham,

If you haven't installed anything in /usr/local before, you might need to add it to your library path. Try adding the following to the end of your ~/.bashrc file:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64
export PATH=$PATH:/usr/local/bin

Revision history for this message
Alex Valavanis (valavanisalex) said :
#2

It should then work from your next login

Revision history for this message
Avraham Chelly (avi69) said :
#3

It is working.Thanks for your kind assistance.
Avraham

On Wed, Aug 2, 2017 at 5:47 PM, Alex Valavanis <
<email address hidden>> wrote:

> Your question #654912 on Quantum wells, wires and dots changed:
> https://answers.launchpad.net/qwwad/+question/654912
>
> Assignee: None => Alex Valavanis
>
> --
> You received this question notification because you asked the question.
>

--
Avraham Chelly, PhD.
Lab Manager,
Advanced Semiconductor Devices Lab.
Faculty of Engineering,
Bar-Ilan University, Israel
http://www.eng.biu.ac.il/chellyr/
Tel: (+972)35317387

Revision history for this message
Alex Valavanis (valavanisalex) said :
#4

Great; thanks for the feedback. I'll mark this as solved.

Revision history for this message
Alex Valavanis (valavanisalex) said :
#5

Marking as solved, following user feedback