procmail
[Top] [All Lists]

Procmail chokes on object for module Msql

1998-06-25 01:01:17
Hi Everyone,

I'd like to thank everyone on this list for the knowledge
that they have contributed to the group.  I've learned a
great deal just by reading the archives.  Since I'm rather
new to procmail I'm having a problem that I couldn't find
in the archives.  I've created a recipe to call a perl
script.  I've figured out how to call the script and it
works great.  Problem is that as soon as I add code to
access a msql database it chokes.  It works fine when called
thru by http or using telnet but when procmail calls it
I get errors.  Does procmail call perl scripts differently?

The recipe:

:0 h c
 * ^To:.testing
 | /disk33/usr/tkulzer/public_html/aweber/auto/test.pl

Here's the part in the perl that it chokes on:

use Msql;

And here is the procmail log file error:

procmail: [12403] Thu Jun 25 01:52:26 1998
procmail: Match on "^To:.testing"
procmail: Assigning
"LASTFOLDER=/disk33/usr/tkulzer/public_html/aweber/auto/test.pl"
procmail: Assigning "VERBOSE=off"
procmail: Executing
"/disk33/usr/tkulzer/public_html/aweber/auto/test.pl"
Can't find loadable object for module Msql in @INC
(/usr/pkg/perl5.004/lib/i86pc-solaris/5.004 /usr/pkg/perl5.004/lib
/usr/pkg/perl5.004/lib/site_perl/i86pc-solaris
/usr/pkg/perl5.004/lib/site_perl .) at
/disk33/usr/tkulzer/public_html/aweber/auto/test.pl line 9
BEGIN failed--compilation aborted at
/disk33/usr/tkulzer/public_html/aweber/auto/test.pl line 9.


Any ideas?  I'm sure it's something very simple but I'm
so novice I have no idea...

Thanks for your help,
Tom Kulzer

InSat Wireless Modem - $19.95 per month
http://www.electsuccess.com/alpha/?tom

<Prev in Thread] Current Thread [Next in Thread>
  • Procmail chokes on object for module Msql, Tom Kulzer <=