Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Tau 4.5 on Linux: (4 Items)
   
Tau 4.5 on Linux  
When I unpack the 4.5 Tau build on Linux (Ubuntu 7.10) it can't find the qnxlic dll.
If I add /opt/qnx632/host/linux/x86/usr/bin to LD_LIBRARY_PATH it works.

I don't have SElinux installed, btw, and the install worked fine.  The 4.01 IDE has
the same problem if I run qde/eclipse/qde rather than the run_qde.sh

Colin
-- 
cburgess@qnx.com
Re: Tau 4.5 on Linux  
This is not a problem for the IDE itself, but it's a problem that we don't have an installer for it. The Momentics 
installer (which also install the IDE) adds the QNX_HOST/usr/bin path to your LD_LIBRARY_PATH. For users who download 
the IDE zip file, they need to set the LD_LIBRARY_PATH manually.

Re: Tau 4.5 on Linux  
But I did already install the 632 and 4.01 ide - so shouldn't this already be
setup?

Andy Jin wrote:
> This is not a problem for the IDE itself, but it's a problem that we 
> don't have an installer for it. The Momentics installer (which also 
> install the IDE) adds the QNX_HOST/usr/bin path to your LD_LIBRARY_PATH. 
> For users who download the IDE zip file, they need to set the 
> LD_LIBRARY_PATH manually.
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post5920
> 

-- 
cburgess@qnx.com
Re: Tau 4.5 on Linux  
I don't think the 6.3.2 installer actually create (or modify) your LD_LIBRARY_PATH system env var. I simply modify the 
qde startup shell script (run_qde.sh for example), temporary set the env var and launch qde in the same shell context.