Quoting Subrata Modak ([EMAIL PROTECTED]): > I solved this as setcap was in /sbin. While it compiled fine then. But > is not running after installing: > > $ ./runltp -f filecaps > > <<<test_start>>> > tag=Filecaps stime=1225705967 > cmdline="filecapstest.sh" > contacts="" > analysis=exit > initiation_status="ok" > <<<test_output>>> > incrementing stop > Filecaps 0 CONF : System doesn't support execution of the test > setcap not installed. Please install libcap-2.11 or newer from > ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2 > <<<execution_status>>> > > $ which setcap > /sbin/setcap > > $ echo $LD_LIBRARY_PATH > :/lib:/usr/lib:/usr/local/lib
Yeah, if say you're on fedora/redhat, log in as yourself and do 'su', you won't get /sbin in your $PATH. If you do 'su -' you will. I don't know whether that's something LTP should work around or not. -serge ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
