[JDEV] Net::Jabber problem

DJ Adams dj.adams at pobox.com
Sun Apr 15 13:30:23 CDT 2001


On Sun, Apr 15, 2001 at 07:19:46PM +0200, Maciej Frankiewicz wrote:
> I installed Net::Jabber library and tried to run "component_exec.pl" script.
> What I got was:
> 
> [root at foo examples]# ./component_exec.pl
> Can't locate object method "new" via package "Net::Jabber::Component" at
> ./compo
> nent_exec.pl line 11.
> 
> what can be wrong?

Look like the install didn't work properly, or you installed it in a 'non-
standard' place. 

Do this

perl -MNet::Jabber -e 'print $Net::Jabber::VERSION'

- what do you get?

dj






More information about the JDev mailing list