hesco has asked for the wisdom of the Perl Monks concerning the following question:
My coding partner and I, working in two different environments, have been struggling with Log::Log4perl. It works fine in my sandbox. But his machine, and the initial deployment environment for this script doesn't seem to support it. He installed the module, but apparently some sort of persistance issue we've been unable to track down throws compile time errors about "redefining" the logger.
So we want to wrap our logging statements into conditionals to address this issue and make our code work in both environments.
Can anyone here advise how we might do that, please?
Thanks,
-- Hugh
P.S. The C reference was his. I personally know almost nothing of the language.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Seeking defined() for compile time
by saintmike (Vicar) on May 05, 2006 at 19:18 UTC | |
|
Re: Seeking defined() for compile time
by ikegami (Patriarch) on May 05, 2006 at 18:05 UTC | |
|
Re: Seeking defined() for compile time
by billh (Pilgrim) on May 07, 2006 at 20:22 UTC |