Gossamer Forum
Quote Reply
Mailer.pm ???
My knowledge of perl is quite limited so I was pleased to pay someone to install L2 and the expirator mod for me. When the installer failed to make the expirator operable they simply chose to walk away. I have massaged the installation ever so slightly and have edged towards completion on my own but I am now receiving the following message when I attempt to send mail to an expired record.

Error Message : fatal error: Can't locate /Mailer.pm in @INC (@INC contains: /usr/local/etc/httpd/htdocs/irealtor/cgi-bin/links/admin /usr/local/lib/perl5/5.00503/i386-freebsd /usr/local/lib/perl5/5.00503 /usr/local/lib/site_perl /usr/local/lib/site_perl .) at /usr/local/etc/httpd/htdocs/irealtor/cgi-bin/links/admin/nph-expirator.cgi line 344.

Script Location : /usr/local/etc/httpd/htdocs/irealtor/cgi-bin/links/admin/nph-expirator.cgi
Perl Version : 5.00503

I would be pleased to receive any advice that would help me get this thing on track. Please keep in mind my basic level of knowledge in this area if you respond.

Thanks in advance,

Stevo

Quote Reply
Re: Mailer.pm ??? In reply to
You need to have the Mailer.pm in the directory where you have all your other lib files (like links.def and site_html_templates.pl)...whatevever directory you configured for the $db_lib_path, which is defined by the $db_script_path in the links.cfg.

About installing your script...you need to contact one of the Installers in the Resource Center in the Links section.

Regards,



Eliot Lee
Quote Reply
Re: Mailer.pm ??? In reply to
My DB script path appears to be as follows:

$db_script_path = "/usr/local/etc/httpd/htdocs/irealtor/cgi-bin/links/admin"; $db_script_path = "/usr/local/etc/httpd/htdocs/irealtor/cgi-bin/links/admin";

My cgi-bin/links/admin directory already contains mailer.pm as well as links.lib and site_html_templates.pl etc If I understand your response correctly then the above is as it should be according to your response.

Where do I go now please?

With Thanks,

Stevo

Quote Reply
Re: Mailer.pm ??? In reply to
My DB script path appears to be as follows:

$db_script_path = "/usr/local/etc/httpd/htdocs/irealtor/cgi-bin/links/admin"; $db_script_path = "/usr/local/etc/httpd/htdocs/irealtor/cgi-bin/links/admin";

My cgi-bin/links/admin directory already contains mailer.pm as well as links.def and site_html_templates.pl etc If I understand your response correctly then the above is as it should be according to your response.

Where do I go now please?

With Thanks,

Stevo

Quote Reply
Re: Mailer.pm ??? In reply to
Please ignore my previous post with thanks!
Stevo

Quote Reply
Re: Mailer.pm ??? In reply to
You can delete duplicate posts by clicking on the Edit button and then clicking on the Delete checkbox.

For more info on how to use this forum, click on the FAQ link at the top of the page.

Regards,

Eliot Lee
Quote Reply
Re: Mailer.pm ??? In reply to
It should be Capital Mailer.pm.

If during the transfer it was changed to mailer.pm, then you need to rename the file to Mailer.pm.

Regards,

Eliot Lee