Hi Stephen,

Am 26.02.2014 um 04:08 schrieb Stephen Blackie <pomrak...@hotmail.com>:

> Hello Nickolas and Dagobert,
> 
>   I am not that familiar with Linux, so please bare with me.  I did a "which 
> svn", "svn --version", "echo $LD_LIBRARY_PATH" outside of and inside of tmux. 
>  
> 
> Not within TMUX
> -----------------------------------------------------
> projects/kp-742$ which svn
> /stec/apps/utilities/svn_1.7.10/bin/svn
> 
> projects/kp-742$ /stec/apps/utilities/svn_1.7.10/bin/svn --version
> svn, version 1.7.10 (r1485443)
>    compiled Jul 12 2013, 09:33:50
> 
> projects/kp-742$ echo $LD_LIBRARY_PATH
> /stec/apps/utilities/svn_1.7.10/lib:/usr/lib:/usr/lib64:/usr/local/lib
> 
> 
> 
> Within TMUX
> -----------------------------------------------------
> projects/kp-742$ which svn
> /usr/bin/svn
> 
> projects/kp-742$ /usr/bin/svn --version
> svn, version 1.7.10 (r1485443)
>    compiled Jul 12 2013, 09:33:50
> 
> projects/kp-742$ echo $LD_LIBRARY_PATH
> /usr/local/lib:/stec/apps/utilities/svn_1.7.10/lib:/usr/lib:/usr/lib64:/usr/local/lib
> 
> 
> Both look the same, except that the LD_LIBRARY_PATH when inside TMUX has a 
> repeat of "/usr/local/lib" compared to when not inside tmux.

No, not at all. Your LD_LIBRARY_PATH is completely different as the order is 
very important. You most
certainly have another lib version in /usr/local/lib than in svn_1.7.0/lib 
which results in the linker problem.

> Do you have any other hints in trying to debug this?  The company has setup 
> the default shell to be "tcsh" is that helps.  I am not doing anything 
> special in terms of setup scripts, as far as I know.  I have my main 
> "~/.cshrc" that gets executed that I am aware of.  It is not to say the 
> company admin have other scripts running during my login.  There is another 
> point that I should probably make.  I do not have admin access on this 
> computer, so I needed to following the instruction (found here: 
> http://www.linuxquestions.org/questions/linux-software-2/installing-tmux-from-source-as-non-root-user-857098/#post4263868)
>  to get tmux to build and run on this machine.

Check the configuration files for your shell and make sure the LD_LIBRARY_PATH 
is the same:
  https://en.wikipedia.org/wiki/Unix_shell#Configuration_files_for_shells
(or better, get rid of it entirely by setting the correct linker flags)

To test just set the LD_LIBRARY_PATH inside tmux the same as from the outside 
and see if it works.


Bets regards

  — Dago

-- 
"You don't become great by trying to be great, you become great by wanting to 
do something,
and then doing it so hard that you become great in the process." - xkcd #896

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to