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

Re: another dependency question[solved]



On Sat, 2013-10-26 at 15:08 +0400, Reco wrote:
> export LD_LIBRARY_PATH=/usr/lib/mesa-diverted/i386-linux-gnu/:
> $LD_LIBRARY_PATH # Should be one line

The mailing list policy allows to make code one line, even if it should
be to much chars :).

export LD_LIBRARY_PATH=/usr/lib/mesa-diverted/i386-linux-gnu/:$LD_LIBRARY_PATH

Alternatively

export LD_LIBRARY_PATH=\
/usr/lib/mesa-diverted/i386-linux-gnu/\
:$LD_LIBRARY_PATH

:)



Reply to: