On Tue, Mar 22, 2016 at 8:14 AM, Chris Sutcliffe <ir0nh...@gmail.com> wrote: > On 22 March 2016 at 10:58, Marco Atzeri wrote: >> >> On 22/03/2016 14:46, Corinna Vinschen wrote: >>> >>> - On x86_64 the libprocps-ng4 and libprocps-ng-devel packages are missing. >> >> Are you sure ? >> >> $ tar -tf libprocps-ng4/libprocps-ng4-3.3.10-1.tar.xz >> usr/bin/cygprocps-4.dll >> usr/share/man/man3/ >> usr/share/man/man3/openproc.3.gz >> usr/share/man/man3/readproc.3.gz >> usr/share/man/man3/readproctab.3.gz >> >> >> $ tar -tf ./libprocps-ng-devel/libprocps-ng-devel-3.3.10-1.tar.xz >> usr/include/ >> usr/include/proc/ >> usr/include/proc/alloc.h >> .. >> usr/lib/pkgconfig/libprocps.pc > > Yes, the libprocps-ng4 and libprocgs-ng-devel directories are missing > in the x86_64 directory. They are present in the i686 directory. > > Cheers, > > Chris > > -- > Chris Sutcliffe
wget requires that you end the url with a slash in order to download properly. wget -r -np http://wayneng.x10host.com/procps-ng-3.3.10-1/x86_64/ wget -r -np http://wayneng.x10host.com/procps-ng-3.3.10-1/i686/ These 2 work, but remove the slash on the end and it will complain that libprocps-ng4 is not a directory. -- Wayne Porter