[KLUG Members] Install libiconv problem

Jamie McCarthy members@kalamazoolinux.org
Tue, 7 May 2002 17:30:51 -0400


deal@kzoo.edu (Ralph M. Deal) writes:

> I did install the rpm perl-CPAN but despite a few experiments
> was not able to get that shell.

If the "cpan" command is not available, try:

# perl -MCPAN -e shell

which invokes the same thing.

Hope this solves the problem!

Re this error message:

> gcc -O -shared  localcharset.lo   -Wl,-soname -Wl,libcharset.so.1 -o .libs/libcharset.so.1.0.0
> /usr/bin/ld: cannot find -lgcc_s
> collect2: ld returned 1 exit status
> make[2]: *** [libcharset.la] Error 1

I'm not sure what's going on, sorry.  My guess is that gcc_s is
some kind of shared version of the gcc library that you didn't
have.  Looking through the Makefile generated by the perl module,
I don't see it needing anything like that, so this may be some
strange requirement in the RPM.  Anyway, if it works, it works.