in reply to Re^2: script-problem
in thread script-problem

Maybe your script is on a filesystem mounted with the noexec option. do any other (non-perl) binaries or scripts work in that directory?

Replies are listed 'Best First'.
Re^4: script-problem
by Anonymous Monk on Oct 21, 2004 at 09:12 UTC
    i'm sorry, that is not the case either.
    snippet from my /etc/fstab:
    /dev/hda7 /data ext3 user,auto 0 + 0
    i don't know if that matters, but i use debian unstable. and i'm quite lost with my problem right now :(...
Re^4: script-problem
by Anonymous Monk on Nov 08, 2004 at 15:58 UTC
    ok, i'm sorry, i fixed the problem. the filesystem wasn't mounted with the noexec option, but it wasn't mounted with the exec option either. after adding that to /etc/fstab everything works well now. thanks for your help!