Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 13:53:05 -0600
From:      Antonio Olivares <olivares14031@gmail.com>
To:        Paul Procacci <pprocacci@gmail.com>
Cc:        "@lbutlr" <kremels@kreme.com>, FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: ld-elf.so.1: Shared object "libsegsegv.so.2 not found", required by "asy"
Message-ID:  <CAJ5UdcOuD7c-OQouvi-CXPpTq_irYSq2AKACrMOgA1FT-HSjWQ@mail.gmail.com>
In-Reply-To: <CAFbbPuhze2n36QxUdA1CYTVd5K94mYDrjrB-wd291dUft=w9xQ@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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5UdcOuD7c-OQouvi-CXPpTq_irYSq2AKACrMOgA1FT-HSjWQ>