Artur Wystub wrote: > > Hello, Hello,
> I've tried to install bugzilla on my linux box but when i > try to run the perl-scripts as a user i get the message "Can't do setuid". > When i'm logged in as root the scripts works. perldoc perldiag [snip] Can't do setuid (F) This typically means that ordinary perl tried to exec suidperl to do setuid emulation, but couldn't exec it. It looks for a name of the form sperl5.000 in the same directory that the perl executable resides under the name perl5.000, typically /usr/local/bin on Unix machines. If the file is there, check the exe cute permissions. If it isn't, ask your sysadmin why he and/or she removed it. John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]