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

Re: another dependency question[solved]



On Sat, 26 Oct 2013 13:19:43 +0200
Ralf Mardorf <ralf.mardorf@alice-dsl.net> wrote:

> 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
> 
> :)

I use 132x36 terminals usually. This 'use 72 chars linewrap in your
mails please' stuff on this list is simply killing me at times like
this. Thanks for the idea btw.


Reply to: