It seems that your system-wide libnauty is not linked with libcliquer.
Could you post output of

ldd /usr/lib/x86_64-linux-gnu/libnauty.so

?

It should look approximately like

    linux-vdso.so.1 (0x00007f5878adc000)
    libcliquer.so.1 => /usr/lib64/libcliquer.so.1 (0x00007f5878a1a000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f587881f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f5878ade000)

If there is no libcliquer in your output of ldd, then a quick way to
fix this is to tell Sage to build (lib)nauty, as follows:

   ./configure --with-system-nauty=no --with-system-libnauty=no

and then run make again

    make

HTH
Dima

On Sat, Feb 22, 2025 at 12:55 PM Biểu Trần Lam
<bieutranlam1...@gmail.com> wrote:
>
> Hi, I'm recently trying to install sage by building it from source and got 
> the issue with giac package as follow. Im using Windows with wsl and have 
> installed(i think) most package from the given README file. Can you help me 
> resolve this please
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To view this discussion visit 
> https://groups.google.com/d/msgid/sage-support/38f40d9a-5677-4dc7-9451-6c0a2ec1cd01n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq0%3DD3ej3m%3DLJAUXyPN8KEQELyF7jhO5acaqagHDdbu-aw%40mail.gmail.com.

Reply via email to