View Single Post
  #2   (View Single Post)  
Old 14th October 2008
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Get it from here:
http://download.sourceforge.net/libp...1.2.32.tar.bz2

And install it the old fashion way:
Code:
# ./configure
# make
# make install
To get the list of files that will be installed under default $PREFIX=/usr do that:
Code:
# make install 2>/dev/null | egrep -o "/usr/bin/install.*$" | awk '{print $NF}' | tr -d "'" | tr -d '"'\
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote