On Jun 4, 2007, at 11:08 AM, Gustavo Schroeder wrote:

startup.pl content:

#!/usr/bin/env /usr/local/bin/perl
use Authen::Simple::NIS

Error presented:
[Mon Jun 04 07:56:38 2007] [error] /usr/local/apache2/conf/startup.pl
did not return a true value at (eval 2) line 1.\n
[Mon Jun 04 07:56:38 2007] [error] Can't load Perl file:
/usr/local/apache2/conf/startup.pl for server cabal:0, exiting...

thoughts?


append startup.pl with
"

1;
"

it needs to return true ( return 1 ) like a standard perl module/package

// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|   CEO/Founder SyndiClick Networks
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|      FindMeOn.com - The cure for Multiple Web Personality Disorder
|      Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|      RoadSound.com - Tools For Bands, Stuff For Fans
|      Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Reply via email to