Hi Hadi, > here is my packages file. > http://paste.debian.net/79366/
That looks normal to me. The configure script is failing early on, so my suggestion is to test the lines in the configure script and see which one is not working for you. For example: LIQDIR=`ls -d liquidsoap* | head -1` echo $LIQDIR should return: liquidsoap or, packages=`grep -v '\#' PACKAGES` for i in $packages ; do ls -d $i* | head -1 ; done should output a list of the subdirectories for the packages you have chosen. Cheers! Daniel ------------------------------------------------------------------------------ WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply import a virtual appliance and go from zero to informed in seconds. http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
