Hello, I am working on getting a port of ASSP made for MacPorts.  Just  
a simple package manager for OS X to help in getting all the modules  
installed.

I have it working, aside form three modules that are installed, but  
ASSP tells me they are not.

Jan-21-09 12:27:32 Email::Valid module not installed
Jan-21-09 12:27:32 Mail::SPF module not installed
Jan-21-09 12:27:32 Tie::RDBM module not installed - mysql usage not  
availabl

I started with Email::Valid since it is easy to test.  MacPorts puts  
perl and it's modules elsewhere, so the OS can not jump on them and  
ruin things.

If I make a test file
use Email::Valid;
print (Email::Valid->address('maur...@hevanet.com') ? 'yes' : 'no');

run as perl testfile.pl it will fail, with error that it can not find  
email valid

run as /opt/local/bin/perl testfile.pl it works.

I am guessing, the other two are also just not being located by perl.   
What can I do to solve this? The docs for email valid say this is an  
option:

If you installed the module into an alternative directory, you will  
need to let Perl know where it can be found: use
lib "/path/to/my/modules";

I can tell the port installer to make the modification, but I am not  
sure where to do so.  I also think that ASSP should work no matter  
where you decide to put perl.

Suggestions?  Thanks, look forward to using ASSP, it has been a long  
few days building out the perl ports to make it all work.
--
Scott


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to