Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 2:39 PM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> How come? I want all of ASSP to use the new perl I have in place, if >> >> I do not change that line, then ASSP will use Apple's perl, which I >> do >> not at all wan

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >How come? I want all of ASSP to use the new perl I have in place, if > >I do not change that line, then ASSP will use Apple's perl, which I >do >not at all want to use. I have installed a newer version, totally >indepen

Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 1:06 PM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> >> I would like to go with adding in use lib 'path'; in ASSP, where >> would >> be the best place to put this in ASSP? >> >> Other than changing the >> #!/usr/bin/perl

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: > >I would like to go with adding in use lib 'path'; in ASSP, where >would >be the best place to put this in ASSP? > >Other than changing the >#!/usr/bin/perl at the top of all ASSP scripts, is there anything >else >I shoul

Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 12:47 AM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> The thing is, I feel this could be an ASSP issue. There is >> nothing that says that perl must list in /usr/bin/perl, but ASSP >> assumes it is there, and that modul

Re: [Assp-user] Install issues

2009-01-22 Thread Scott Haneda
On Jan 22, 2009, at 12:40 AM, Fritz Borgstedt wrote: > Questions and Answers for users of ASSP Anti-Spam SMTP Proxy > schreibt: >> The thing is, I feel this could be an ASSP issue. > > > But you tested it with another testfile: >> >> If I make a test file >> use Email::Valid; >> print (Email::Val

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >The @INC array is a list of directories ASSP searches when attempting >to load modules. To display the current contents of the @INC >array:perl -e "print join(\"\n\", @INC);" Sorry, use it in this form: perl -e 'print join

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >The thing is, I feel this could be an ASSP issue. There is >nothing that says that perl must list in /usr/bin/perl, but ASSP >assumes it is there, and that modules are also in a semi popular >location. The @INC array i

Re: [Assp-user] Install issues

2009-01-22 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >The thing is, I feel this could be an ASSP issue. But you tested it with another testfile: > >If I make a test file >use Email::Valid; >print (Email::Valid->address('maur...@hevanet.com') ? 'yes' : 'no'); > >run as perl test

Re: [Assp-user] Install issues

2009-01-21 Thread Joseph L. Casale
>The thing is, I feel this could be an ASSP issue. Not from what I can tell by your test file scenario... Let us know how it goes! jlc -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell

Re: [Assp-user] Install issues

2009-01-21 Thread Scott Haneda
On Jan 21, 2009, at 6:14 PM, Joseph L. Casale wrote: >> I know the modules are installed, and I know they work, I just need >> to >> find out how to tell ASSP to look for them in the location I have >> decided to put them. > > I would post this in the perl users list (beginners- > subscr...@per

Re: [Assp-user] Install issues

2009-01-21 Thread Joseph L. Casale
>I know the modules are installed, and I know they work, I just need to >find out how to tell ASSP to look for them in the location I have >decided to put them. I would post this in the perl users list (beginners-subscr...@perl.org) more of a question for them. There are quite a few slick peop

Re: [Assp-user] Install issues

2009-01-21 Thread Scott Haneda
Ok, thank you, though that does not address my questions. Let me try again in a different way. If I have perl installed and built out custom, so it is in a non standard location... I have edited all the ASSP files to point to the new location of perl, however, there are three perl modules

Re: [Assp-user] Install issues

2009-01-21 Thread Fritz Borgstedt
Questions and Answers for users of ASSP Anti-Spam SMTP Proxy schreibt: >Suggestions? Thanks, look forward to using ASSP, it has been a long >few days building out the perl ports to make it all work. I use normally: sudo perl -MCPAN -e shell o conf make /usr/bin/make install Compress::Zlib i

[Assp-user] Install issues

2009-01-21 Thread Scott Haneda
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 i