> 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
