#4226: Add liblinear
-------------------------+-------------------------
 Reporter:  izivkov      |      Owner:  blfs-book@…
     Type:  enhancement  |     Status:  new
 Priority:  lowest       |  Milestone:  current
Component:  BOOK         |    Version:  SVN
 Severity:  normal       |   Keywords:  nmap
-------------------------+-------------------------
 I came across this in nmap, as a recommended external dependency
 with a note that the internal version will be used if any of the
 recommended deps are not installed.   At that point I wondered why a
 recommended dependency wasn't in the book.  I guess this is history,
 lots of things used to be external unless they were required.  I was
 expecting a straight CMMI.

  In fact, liblinear comes with a Makefile to create things, but you
 have to manually install them.  Worse, the default target only
 builds the programs 'predict' and 'train' which may or may not be
 useful.  Nmap is actually looking for at least one of the headers,
 and the library - you need to run 'make lib' to create
 liblinear.so.1.  And all of these need to be installed individually.

  There is also a python directory with its own Makefile - running
 'make' there actually recreates liblinear.so.1 in the TLD.  There
 are also two Python scripts - no idea if those ought to be installed
 anywhere ;-)

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4226>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to