On Wed, 23 Jan 2002, Aleksey wrote: > Neither one helps :-( > Tried running as root as well as adding exec permissions for all: > > [aleksey@botik aleksey]$ su > Password: > [root@botik aleksey]# ./swatgrs_set > bash: ./swatgrs_set: No such file or directory > [root@botik aleksey]# chmod a+x swatgrs_set > [root@botik aleksey]# ll > ... > -rwxr-xr-x 1 aleksey aleksey 104318 Jan 22 20:31 swatgrs_set* > [root@botik aleksey]# ./swatgrs_set > bash: ./swatgrs_set: No such file or directory > [root@botik aleksey]# >
What does 'ldd swatgrs_set' show? You should get a list of libraries that the program will call. If you don't have the correct libraries the system will give the above error. You'd get a permission denied message if there was aproblem with the executable bit.
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
