Date: Tue, 5 Jan 2021 14:22:21 -0600 From: Antonio Olivares <olivares14031@gmail.com> To: Paul Procacci <pprocacci@gmail.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: ld-elf.so.1: Shared object "libsegsegv.so.2 not found", required by "asy" Message-ID: <CAJ5UdcOJ0iV_mB8Udh_1_MASYHZ7E%2Bs9NvVfqqEz4uHd17k%2B2w@mail.gmail.com> In-Reply-To: <CAFbbPui6wBUK9Wo%2BsiQGgzhR=oZZJ8xDfgo1bFcqR-5UKJ2cRw@mail.gmail.com> References: <CAJ5UdcMs8SrQ2hQbBtP7hR6Yw4zxtQomYA-sUxBXf08-EBGg9g@mail.gmail.com> <CAFbbPui4ekfDTyzQJ3f2jomO2=xXxhCzgpRWzrtZpMbZOy-rJw@mail.gmail.com> <B885A5F0-D353-4CEC-A918-19CB22628B08@kreme.com> <CAFbbPuhze2n36QxUdA1CYTVd5K94mYDrjrB-wd291dUft=w9xQ@mail.gmail.com> <CAJ5UdcOuD7c-OQouvi-CXPpTq_irYSq2AKACrMOgA1FT-HSjWQ@mail.gmail.com> <CAFbbPui6wBUK9Wo%2BsiQGgzhR=oZZJ8xDfgo1bFcqR-5UKJ2cRw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 5, 2021 at 2:07 PM Paul Procacci <pprocacci@gmail.com> wrote: > > Install the package: gsl > > ;) > > ~Paul > > On Tue, Jan 5, 2021 at 2:53 PM Antonio Olivares <olivares14031@gmail.com> wrote: >> >> On Tue, Jan 5, 2021 at 1:23 PM Paul Procacci <pprocacci@gmail.com> wrote: >> > >> > That's a pretty good observation. My google search of libsegsegv found >> > libsigsegv and I didn't notice. >> > >> > >> > On Tue, Jan 5, 2021 at 2:06 PM @lbutlr <kremels@kreme.com> wrote: >> > >> > > On 05 Jan 2021, at 12:01, Paul Procacci <pprocacci@gmail.com> wrote: >> > > > The package that includes the shared object I believe is: libsigsegv >> > > >> > > I assume the name in the subject is a typo then? >> > > >> > > -- >> > > Once upon a time, a woman was picking up firewood. She came upon a >> > > poisonous snake frozen in the snow. She took the snake home and >> > > nurse it back to health. One day the snake bit her on the cheek. >> > > As she lay dying, she asked the snake, "Why have you done this to >> > > me?" And the snake answered, "Look, bitch, you knew I was a >> > > snake." >> > > >> > > _______________________________________________ >> > > freebsd-questions@freebsd.org mailing list >> > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> > > To unsubscribe, send any mail to " >> > > freebsd-questions-unsubscribe@freebsd.org" >> > > >> > >> > >> > -- >> > __________________ >> > >> > :(){ :|:& };: >> > _______________________________________________ >> > freebsd-questions@freebsd.org mailing list >> > https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> Thank you very much for your help. I am closer to resolving the issue. >> >> root@eightcore:~ # pkg install libsigsegv >> Updating FreeBSD repository catalogue... >> FreeBSD repository is up to date. >> All repositories are up to date. >> The following 1 package(s) will be affected (of 0 checked): >> >> New packages to be INSTALLED: >> libsigsegv: 2.12 >> >> Number of packages to be installed: 1 >> >> 18 KiB to be downloaded. >> >> Proceed with this action? [y/N]: y >> [1/1] Fetching libsigsegv-2.12.txz: 100% 18 KiB 18.0kB/s 00:01 >> Checking integrity... done (0 conflicting) >> [1/1] Installing libsigsegv-2.12... >> [1/1] Extracting libsigsegv-2.12: 100% >> ===== >> Message from libsigsegv-2.12: >> >> -- >> Note that the stackoverflow handling functions of this library need >> procfs mounted on /proc. >> root@eightcore:~ # exit >> logout >> olivares@eightcore:~ $ which asy >> /usr/local/texlive/2020/bin/amd64-freebsd/asy >> olivares@eightcore:~ $ ls >> Desktop Downloads bin share >> olivares@eightcore:~ $ cd Downloads/kerTeX/Documents/ >> olivares@eightcore:~/Downloads/kerTeX/Documents $ ls *.asy >> Pythagoras.asy >> olivares@eightcore:~/Downloads/kerTeX/Documents $ asy Pythagoras.asy >> ld-elf.so.1: Shared object "libgsl.so.25" not found, required by "asy" >> olivares@eightcore:~/Downloads/kerTeX/Documents $ su - >> Password: >> root@eightcore:~ # pkg install libsegsegv >> Updating FreeBSD repository catalogue... >> FreeBSD repository is up to date. >> All repositories are up to date. >> pkg: No packages available to install matching 'libsegsegv' have been >> found in the repositories >> root@eightcore:~ # pkg install libsigsegv >> Updating FreeBSD repository catalogue... >> FreeBSD repository is up to date. >> All repositories are up to date. >> Checking integrity... done (0 conflicting) >> The most recent versions of packages are already installed >> root@eightcore:~ # exit >> logout >> olivares@eightcore:~/Downloads/kerTeX/Documents $ asy Pythagoras.asy >> ld-elf.so.1: Shared object "libgsl.so.25" not found, required by "asy" >> olivares@eightcore:~/Downloads/kerTeX/Documents $ >> >> Now libgsl.so.25 is missing. >> >> Which package provides this? >> >> Best Regards, >> >> >> Antonio > > > > -- > __________________ > > :(){ :|:& };:\ Dear Paul, I am getting closer to resolving this. Now I get error: error: could not load module 'plain' olivares@eightcore:~/Downloads/kerTeX/Documents $ asy Pythagoras.asy error: could not load module 'plain' olivares@eightcore:~/Downloads/kerTeX/Documents $ which tex /usr/local/texlive/2020/bin/amd64-freebsd/tex olivares@eightcore:~/Downloads/kerTeX/Documents $ which latex /usr/local/texlive/2020/bin/amd64-freebsd/latex olivares@eightcore:~/Downloads/kerTeX/Documents $ which asy /usr/local/texlive/2020/bin/amd64-freebsd/asy olivares@eightcore:~/Downloads/kerTeX/Documents $ Best Regards, Antonio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5UdcOJ0iV_mB8Udh_1_MASYHZ7E%2Bs9NvVfqqEz4uHd17k%2B2w>