Menu

#7 internal server errors

closed
nobody
None
5
2001-03-24
2001-02-07
andrew
No

Discussion

  • Nobody/Anonymous

    Logged In: YES
    user_id=149163
    Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; Hotbar 2.0)

    hehe , I should have new it would'nt of worked first
    go.
    When running the test from my work machine to my
    machince installed with acmemail
    http://eziekiel.com/cgi-bin/acmemail.cgi i get the
    dreaded internal server error. In my error logs are
    follows
    Can't locate Mail/Cclient.pm in @INC (@INC
    contains: . /lib/place /usr/lib/perl5/5.00503/i386-
    linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5
    .005/i386-linux /usr/lib/perl5/site_perl/5.005 .)
    at /home/httpd/cgi-bin/acme/acmemail.cgi line 46.
    BEGIN failed--compilation aborted at /home/httpd/cgi-
    bin/acme/acmemail.cgi line 46.
    [Wed Feb 7 17:25:05 2001] [error] [client
    198.142.9.20] Premature end of script
    headers: /home/httpd/cgi-bin/acme/acmemail.cgi
    [Wed Feb 7 17:25:26 2001] [error] [client
    198.142.9.20] attempt to invoke directory as
    script: /home/httpd/cgi-bin/acme.

    Am i close ? Im in the process of looking at pointers
    to these errors but any expert suggestions would also
    be greatly appreciated..

    Thanx

     
  • Nobody/Anonymous

    Logged In: YES
    user_id=149686
    Browser: Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)

    i am a newbie and just finished installing all the perl
    modules and got the script running. i had a similar
    problem as you. from what it looks like, you are
    missing a perl module for ccmail.

    what i did with the similar problem is reload all the
    modules again. it knew which modules needed
    updating, etc. then when i ran the script again, no more
    errors.

    hmm... go figure.

     
  • Wim Kerkhoff

    Wim Kerkhoff - 2001-03-24

    Logged In: YES
    user_id=165

    You need to install the Mail::Cclient perl module. The
    instructions are in the documentation, or you can also try
    from the command line as root:

    $# perl -MCPAN -e shell
    cpan> install Mail::Cclient

    If this fails, go to /root/.cpan/build/Mail-Cclient/ (or
    wherever cpan builds things) and run 'perl Makefile.PL'
    there for more instructions. You will need the source for
    the UW IMAP server.

     
  • Wim Kerkhoff

    Wim Kerkhoff - 2001-03-24
    • status: open --> closed
     

Log in to post a comment.