On Mar 16, 2008, at 9:38 PM, Richard Nelson wrote: > I installed Gnucash2 and everything is working now except I cannot > update stock prices. I ran /sw/bin/gnc-fq-update, and it reports no > packages to install. I then ran /sw/bin/gnc-fq-dump, and it reports > that > Crypt::SSLeay is not installed and that I should run gnc-fq-update as > root to install it. I rebuilt crypt-ssleay-pm588, no help. "which > perl" > gives me /opt/local/bin/perl. Is there something else I can do to get > Finance::Quote working? Thanks! > > Richard > That looks like macports' perl. Try hiding it (maybe by moving all of / opt/local to somewhere not in your path). I've patched the gnucash upstream gnc-fq-update so that it points at fink instead of CPAN, so when you try that, you certainly won't be installing anything that / opt/local/bin/perl can see.
The other option is to find a way to get your default perl updated with Crypt::SSLeay. My experience has been that you can play games with perl behind gnucash's back, as long as every perl module you need is installed for whichever perl your system launches by default. Dave -- David Reiser [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
