# .bashrc # Example .bashrc for matrpcuser # You may either copy the relevant lines for LD_LIBRARY_PATH # to matrpcuser's .bashrc file on your server, or replace # matrpcuser's .bashrc startup script with this one. # User specific aliases and functions # Source global definitions if [ -f /etc/bashrc ]; then # set this to the location of # the global bashrc on your server . /etc/bashrc fi # change the path below to the path of Matlab's libeng.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/matlab2009a/bin/glnxa64 export LD_LIBRARY_PATH