funkypenguin / bandersnatch

Bandersnatch - the Jabber logger
http://www.funkypenguin.co.nz/projects/bandersnatch/
8 stars 3 forks source link

Can't locate POE/Preprocessor.pm #1

Closed thonixx closed 11 years ago

thonixx commented 11 years ago

Hi

I wanted to try Bandersnatch on my Ubuntu server but ran into the following error:

"Can't locate POE/Preprocessor.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at ./bandersnatch2.pl line 88."

After some research I found out that this seems to be a very old relict from past. Is this really meant to be that way?

funkypenguin commented 11 years ago

I'm afraid so - bandersnatch was written when POE was current. To make it work with modern perl, an alternative to POE would be needed. It probably exists, just a matter of porting the bandersnatch code...

D

On Friday, November 23, 2012, thonixx wrote:

Hi

I wanted to try Bandersnatch on my Ubuntu server but ran into the following error:

"Can't locate POE/Preprocessor.pm in @INC https://github.com/INC (@INChttps://github.com/INCcontains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at ./bandersnatch2.pl line 88."

After some research I found out that this seems to be a very old relict from past. Is this really meant to be that way?

— Reply to this email directly or view it on GitHubhttps://github.com/funkypenguin/bandersnatch/issues/1.

thonixx commented 11 years ago

thanks for your answer. so i will try it with another logging module.

Freundliche Grüsse / kind regards Michael Tanner

On 22.11.2012 19:05, David Young wrote:

I'm afraid so - bandersnatch was written when POE was current. To make it work with modern perl, an alternative to POE would be needed. It probably exists, just a matter of porting the bandersnatch code...

D

On Friday, November 23, 2012, thonixx wrote:

Hi

I wanted to try Bandersnatch on my Ubuntu server but ran into the following error:

"Can't locate POE/Preprocessor.pm in @INC https://github.com/INC (@INChttps://github.com/INCcontains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at ./bandersnatch2.pl line 88."

After some research I found out that this seems to be a very old relict from past. Is this really meant to be that way?

— Reply to this email directly or view it on GitHubhttps://github.com/funkypenguin/bandersnatch/issues/1.


Reply to this email directly or view it on GitHub: https://github.com/funkypenguin/bandersnatch/issues/1#issuecomment-10641730

mxmxchere commented 11 years ago

i have the same problem.

@thonixx which logging module will you use now?

thonixx commented 11 years ago

mod_logdb. But I am currently testing it.

mxmxchere commented 11 years ago

thank you, i use mod_log_chat works easy and does what it should do

thonixx commented 11 years ago

i was successful with mod_logdb and it works like a charm