Yes - I've had flow-tools install instantly via apt-get. Sweet.

Joe



"Andrew O'Brien" <[email protected]> 
Sent by: [email protected]
02/18/2009 04:06 PM

To
"Armin Garcia" <[email protected]>, <[email protected]>
cc

Subject
RE: [Flow-tools] Problems installing floow-tools on debian from 
sourcecode....







> Hi everybody, i have some problems trying install Flow-tools 
> form source code... The next lines are the output of the 
> problem (I mean Error)  of this build...
> Does anybody knows what is happening here?
> I dont have all requeriments to build it?

I have no comment on the compilation error - althrough I am wondering
why you're attempting to install such an old version: 0.66. Even as far
back as debian sarge (2005) they shipped with 0.67.

> Another question if I dont disturb anyone... Where is the 
> path of flow-tools when its installed using apt-get on debian?

To see the list of files in an installed debian package:

 dpkg -L flow-tools

The binaries are installed in /usr/bin.

If you want to install all the build dependencies for a given debian
package (if you wanted to recompile it from source, for example):

 apt-get build-dep flow-tools

To download and extract the debian source archive (includes applying the
debian-specific diffs) do the following. This requires that you have
some "deb-src" sources in /etc/apt/source.list:

 apt-get update
 apt-get source flow-tools

If you make local modifications then you can create a debian package
from that source tree by:

 cd $unpacked_source_dir
 dpkg-buildpackage -b     or     ./debian/rules binary

Hope this helps.

Cheers,

Andrew

_______________________________________________
Flow-tools mailing list
[email protected]
http://mailman.splintered.net/mailman/listinfo/flow-tools

_______________________________________________
Flow-tools mailing list
[email protected]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to