[Nottingham] irssi compilation error

Johannes Kling jok at printk.net
Mon Dec 27 18:54:53 GMT 2004


Hello,

> make[3]: *** No rule to make target 
> `/usr/lib/perl5/5.8.3/i586-linux-thread-multi/Config.pm', needed by 
> `Makefile'.  Stop.

That seems to indicate you're missing Perl's Config module. Either use
your favoured package manager or the CPAN[1] module to install
it. Alternatively, install it manually. There's also a chance that
irrsi just can't find it, so if you're certain it is there, your best
bet is probably to symlink it into the place where irssi expects to
find it.

> /bin/sh: line 1: cd: irc: No such file or directory
> /bin/sh: line 1: cd: ui: No such file or directory
> /bin/sh: line 1: cd: textui: No such file or directory

These errors are likely follow-on problems from the previous
errors. Make should probably have generated those executables.

> I ran make install as root.

Irssi might not need this, but did you run a plain "make" before this?

Regards,
  Jo

[1] Try "perl -MCPAN -e shell"; if you've not used it before, just hit
enter until it asks you for mirrors, choose the appropriate ones, and
then issue "install Config".

--
perl > *




More information about the Nottingham mailing list