chuck54
Group: Members
Posts: 54
Joined: Nov. 2003 |
|
Posted: July 09 2004,14:46 |
|
I am working on a nmap 3.55 from source right now. My method is
./configure --prefix=/home/user/nmap-dsl/ make make install
Then tar home/user/nmap/ into a .dsl, see what dependencies are missing by trying to run it from a plain vanilla DSL live cd. Then inserting the missing files as needed into a new .dsl package. (Call it version -2 or something, this can get messy!)
Im not sure how well this would scale to a more complicated piece of software though, and nmap isnt fully functional even now.
Have fun!
|