problems with home in @INC

Matias Kreder <[email protected]> Fri, 29 May 2009 10:07:58 -0300
Newsgroups gmane.network.irc.irssi.user
Message-ID <[email protected]>
Hi Guys

I'm having a problem to load a perl module, because Irssi.pm is not in
@INC, and
that is why my home folder has an @ for example
/home/[email protected]/ and I see
in the error that the @ is not working, I don't have root privileges
in that server to
put the libs into /usr/lib

Can't locate Irssi.pm in @INC (@INC contains:
                     /home/myname.mycompany.com/.irssi/scripts
                     /home/myname.mycompany.com/share/irssi/scripts
                     /usr/lib/perl5/5.8.8/ppc-linux-thread-multi-64int
/usr/lib/perl5/5.8.8

/usr/lib/perl5/site_perl/5.8.8/ppc-linux-thread-multi-64int
                     /us
/usr/lib/perl5/vendr_perl/5.8.8/ppc-linux-thread-multi-64int
                     /usr/lib/perl5/venndor_perl/5.8.8
/usr/lib/perl5/vendor_perl .) at (eval 16) line 1.
r/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl

 when it should be /home/[email protected]/

first I configured it with:

./configure --prefix=/home/[email protected]/

and also tried with:

./configure --prefix=/home/[email protected]/
-with-perl-lib=/home/[email protected]/.irssi/scripts

I also tried with:

/set perl_use_lib

Any hints?
Thanks!