Octave 3-24 from Packman

Hi all,

I installed Octave-3.2.4 from Packman rep, but when I tried to run application, erro message:

bobby@dini:~> type octave
octave is hashed (/usr/bin/octave)
bobby@dini:~> octave
octave: symbol lookup error: /usr/local/lib/libreadline.so.6: undefined symbol: PC

Anone who expereciende with this problem, would you share with me how to fix it?

Thank you.

bobby76 wrote:

> /usr/local/lib/libreadline.so.6: undefined
> symbol: PC

Nobody else can have this problem since nobody else will have a libreadline
in /usr/local.
What happened? You have a libreadline on your system which is not installed
as part of opensuse or one of its additional repositories and seems to be
somehow compiled or installed by you and which is to old (therefore the
missing symbol).

Check why you have this library /usr/local/lib/libreadline.so.6 and if you
need it at all. Remove it and use the one from the opensuse repo’s.


openSUSE 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.5 | GeForce
9600 GT | 4GB Ram
openSUSE 11.3 64 bit | Intel Core2 Duo T9300@2.50GHz | KDE 4.5 | Quadro FX
3600M | 4GB Ram

Thanks for the tip.