Mogens Kjaer wrote:
Kevin Ratcliffe wrote:
Hi
I recently installed FC2 on a PC and am currently trying to migrate a
CGI script written in perl from a RH7.3 PC. When I use the CGI
program I'm getting the following in my apache error_log.
Can't do setuid
What's in the first line of the script?
I have
#!/usr/bin/suidperl -T
for at suid perl script.
suidperl needs to be installed, there's a perl-suidperl rpm
in the distribution for this.
Mogens
Thanks a lot. I had never heard of suidperl before. My script works a
treat once more.
Kev