Hello, I have installed Octave and QtOctave for openSUSE 11.2 RC1 and when I launch octave in console, I get this error: octave: error while loading shared libraries: liboctave.so: cannot open shared object file: No such file or directory There is nothing in /usr/lib/, the libraries are in /usr/lib64/octave (I have 64bit system). As root I used echo "/usr/lib64/octave-3.0.2" > /etc/ld.so.conf.d/octave.conf && ldconfig and it works. /etc/ld.so.conf.d/octave.conf has to be there with one line in it to get it working: $ cat /etc/ld.so.conf.d/octave.conf /usr/lib64/octave-3.0.2 After the change it works fine... Best regards, Vojtěch Zeisek
-- Vojtěch Zeisek http://www.natur.cuni.cz/~zeisek/ Jabber: [email protected] ICQ: 273-557-509 Skype: vojta.sc
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
