On 21 Nov., 05:50, caretaker82 <caretake...@gmail.com> wrote: > Hello~ > > I am trying to build the latest sage on the latest version of openSUSE > 12.1 (64-bit), and I have come across another libreadline issue that I > have not been able to solve: > > Error: Readline's build claims to have finished, but files that should > have been built weren't. > > I do find, however, that libreadline.so.6.1 and libhistory.so.6.1 were > built and placed in the local/lib64 folder. > > I have posted the entire output at: > > http://shersonb.net/sage-build.txt > > What could be the problem? > > ~Brian
Hi, in your sage-build.txt are the lines OpenSuSE detected ... but not OpenSuSE 11 -> building Sage's version of libreadline. which point to the problem. I create a new readline-6.1.spkg in spkg/standard/ where the line 65 of file spkg-install is replaced by if grep -q 1[1\|2]\\. /etc/SuSE-release 2>/dev/null; then which detects also 12.1 etc.. This solves the readline-issue for me. Unfortunately, I'm still not able to build sage. In package ecl-11.1.1.p1, I get the error ./ecl_min: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory I suspect that the problem is related to the fact, that libgmp.so.3 is installed in local/lib64 and not local/lib, but have no solution yet. Thomas -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org