Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#4226 closed enhancement (fixed)

Add liblinear

Reported by: Igor Živković Owned by: Igor Živković
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords: nmap
Cc:

Description

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

Change History (5)

comment:1 by Igor Živković, 10 years ago

Priority: lowestlow

comment:2 by Igor Živković, 10 years ago

Owner: changed from blfs-book@… to Igor Živković
Status: newassigned

comment:3 by Igor Živković, 10 years ago

Priority: lownormal

comment:4 by Igor Živković, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 12357.

comment:5 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.