On Wednesday, January 15, 2003, at 08:07 AM, Ken Williams wrote:
...
On Wednesday, January 15, 2003, at 12:55 AM, Jeff Kolber wrote:
Hi list.
each time I invoke Perl (5.8 on os x 10.2.3) I get this action seen is syslog;
/usr/libexec/fix_prebinding: /usr/bin/perl could not be launched prebound.
/usr/libexec/fix_prebinding: /usr/bin/perl couldn't be prebound in the past, and probably can't be prebound now.
/usr/libexec/fix_prebinding: 2003-01-15 00:51:22 -0500: prebinding for perl done.
I can't comment on how to get fix_prebinding to work, but your analysis about FCGI is correct - the penalty for not prebinding only happens at application startup, and doesn't affect things thereafter. So FCGI would help, but I do recommend figuring out what's wrong with perl and fixing it anyway.
Mike Schienle