---------- Forwarded message ----------
From: Gustavo Schroeder <[EMAIL PROTECTED]>
Date: Jun 4, 2007 12:22 PM
Subject: Re: Failed to resolve handler
To: Jonathan Vanasco <[EMAIL PROTECTED]>


[Mon Jun 04 08:17:06 2007] [error] Authen::Simple::NIS version 1
required--this is only version 0.3 at
/usr/local/apache2/conf/startup.pl line 4.\nBEGIN failed--compilation
aborted at /usr/local/apache2/conf/startup.pl line 4.\nCompilation
failed in require at (eval 2) line 1.\n

any idea where can I find Authen::Simple::NIS v1?

On 6/4/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:

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