ld-elf.so.1: Shared object "libsegsegv.so.2 not found", required by "asy"
Antonio Olivares
olivares14031 at gmail.com
Tue Jan 5 19:53:19 UTC 2021
On Tue, Jan 5, 2021 at 1:23 PM Paul Procacci <pprocacci at 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 at kreme.com> wrote:
>
> > On 05 Jan 2021, at 12:01, Paul Procacci <pprocacci at 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 at freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> > freebsd-questions-unsubscribe at freebsd.org"
> >
>
>
> --
> __________________
>
> :(){ :|:& };:
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
Thank you very much for your help. I am closer to resolving the issue.
root at 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 at eightcore:~ # exit
logout
olivares at eightcore:~ $ which asy
/usr/local/texlive/2020/bin/amd64-freebsd/asy
olivares at eightcore:~ $ ls
Desktop Downloads bin share
olivares at eightcore:~ $ cd Downloads/kerTeX/Documents/
olivares at eightcore:~/Downloads/kerTeX/Documents $ ls *.asy
Pythagoras.asy
olivares at eightcore:~/Downloads/kerTeX/Documents $ asy Pythagoras.asy
ld-elf.so.1: Shared object "libgsl.so.25" not found, required by "asy"
olivares at eightcore:~/Downloads/kerTeX/Documents $ su -
Password:
root at 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 at 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 at eightcore:~ # exit
logout
olivares at eightcore:~/Downloads/kerTeX/Documents $ asy Pythagoras.asy
ld-elf.so.1: Shared object "libgsl.so.25" not found, required by "asy"
olivares at eightcore:~/Downloads/kerTeX/Documents $
Now libgsl.so.25 is missing.
Which package provides this?
Best Regards,
Antonio
More information about the freebsd-questions
mailing list