On Sun, Feb 12, 2023 at 01:37:58PM -0500, Camm Maguire wrote:
> Greetings!  This seems to work, but not I'm getting "Cannot connect to
> FRICAS server" in sman during the doc build stage.  Any suggestions?

Do you mean:

session: Cannot connect to FriCAS server!

The actual connection is done in src/lib/sockio-c.c, in function
'connect_to_local_server' starting at line 772.  There is not
much which can go wrong here.  Normally there should be error
message explaing reason for failure.  Of course, if there is
error message one should look at it.  At first glance only way
to get failure without extra error message is when 'configure'
decides that there are no Unix domain sockets on the machine.
For this one should check if 'config/fricas_c_macros.h' in build
directory contains line:

#define HAVE_SOCKADDR_UN 1


-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20230213002355.um7xqb5tbxmx7b56%40fricas.math.uni.wroc.pl.

Reply via email to