On Tuesday, November 24, 2015 at 4:49:53 PM UTC-8, Nils Bruin wrote:
>
> On another computer I got something different (and that's an up-to-date 
> fedora 22!):
>
> XPCOMGlueLoad error for file /usr/lib64/firefox/libxul.so:
> /usr/lib64/firefox/libxul.so: undefined symbol: sqlite3_unlock_notify
>

Ah, I think I know what happens there: from within the sage shell, firefox 
doesn't work, because the changed library paths lead to a different  
library:

sage-sh$ ldd /usr/lib64/firefox/libxul.so | grep libsqlite
    libsqlite3.so.0 => /usr/local/sage/sage-git/local/lib/libsqlite3.so.0 
(0x00007f560c4c8000)
normal-sh$ ldd /usr/lib64/firefox/libxul.so | grep libsqlite
    libsqlite3.so.0 => /lib64/libsqlite3.so.0 (0x00007f3b525ee000)

so it seems "sage --notebook=ipython" needs to be patched to invoke firefox 
via native-execute. Apparently "sage -notebook" already does something more 
robust in that respect.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to