[plt-scheme] Segfault in web server (due to missing library??)

From: Todd O'Bryan (toddobryan at gmail.com)
Date: Fri Oct 30 14:18:24 EDT 2009

There is a libssl-dev available in the Ubuntu repos. Probably the same
in Debian.

Also, I had something similar happen with libcrypt. There was a
libcrypt.so.4 or something installed, but no libcrypt.so without a
version. Adding a symlink from the unversioned name to the versioned
name fixed it.

Todd

On Fri, Oct 30, 2009 at 12:45 PM, David Storrs <david.storrs at gmail.com> wrote:
>
>
> On Fri, Oct 30, 2009 at 12:34 PM, David Storrs <david.storrs at gmail.com>
> wrote:
>>
>>
>> On Thu, Oct 29, 2009 at 5:35 PM, Jay McCarthy <jay.mccarthy at gmail.com>
>> wrote:
>>>
>>> Try openssl-dev
>>
>>  > dpkg -S openssl-dev
>> dpkg: *openssl-dev* not found. [snip]
>
> That's embarrassing; I copied the wrong chunk of my checking.
>
> What I meant to copy boils down to "yup not installed, couldn't find in
> package list via dpkg, doublechecked online at
> http://packages.debian.org/{stable|unstable|testing}/libdevel/ and found no
> openssl-dev library per se, just things that use it.  Tried "sudo apt-get
> install libcurl4-openssl-dev" as a random pick; crash persists.
>
> Dave
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.