Re: problem with executing binaries in bash

2002-01-17 Thread Romuald DELAVERGNE
Le 2002.01.17 09:40, Benjamin Sommerfeld a écrit :
> 
> ldd pine-bin.linux
> /usr/bin/ldd: ./pine-bin.linux: Permission denied
> 
> 
> do you have any problem what i could do? i update every day, so there 
> should be no problem with that.
> 
> thanks in advance, benjamin sommerfeld
> 

Perhaps the filesystems is mounted without the right of execution.

Romuald.



Re: problem with executing binaries in bash

2002-01-17 Thread Timo --Blazko-- Boewing
On Thu, 2002-01-17 at 09:40, Benjamin Sommerfeld wrote:
> bash: ./pine-bin.linux: Permission denied

Hello Benjamin,

sorry that i cannot help you, but i have the same problem with
self-coded stuff. Even when running'em as root, i get the permission
denied error.
Maybe some libs aren't there but causing the wrong error msg?

Hope to see the solution :-)

Timo



problem with executing binaries in bash

2002-01-17 Thread Benjamin Sommerfeld
hi everybuddy.

i got a problem with executing binaries in the bash in "sid".
for example, when i try to start pine:

[EMAIL PROTECTED]:~$ ./pine-bin.linux
bash: ./pine-bin.linux: Permission denied

[EMAIL PROTECTED]:~$ ls -l pine-bin.linux
-rwxr-xr-x1 bsommerf users 6321927 Jan 17 09:24 pine-bin.linux


as you see, the file should be executable ldd won't help either...

ldd pine-bin.linux
/usr/bin/ldd: ./pine-bin.linux: Permission denied


do you have any problem what i could do? i update every day, so there 
should be no problem with that.

thanks in advance, benjamin sommerfeld

--