Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2009 07:31:55 +0000
From:      Dmitry Lunts <eingorn777@gmail.com>
To:        Rainer Hurling <rhurlin@gwdg.de>
Cc:        Alexander Leidinger <Alexander@leidinger.net>, freebsd-emulation@freebsd.org
Subject:   Re: Sound disappeared when updating linux_base-fc4->linux_base-fc6
Message-ID:  <23ae50da0907080031w724eb773y8c2ec0ac3d2aaeb2@mail.gmail.com>
In-Reply-To: <4A5370B9.9030403@gwdg.de>
References:  <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> <4A5328D0.9060701@voicenet.com> <4A5370B9.9030403@gwdg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
2009/7/7, Rainer Hurling <rhurlin@gwdg.de>:
> I can confirm that this suggestion from Adam is right. After doing
>
> ln -s /compat/linux/lib/libssl.so.0.9.8g /compat/linux/lib/libssl.so.5
>
> the sound is back :-)
>
> Thanks,
> Rainer

Thanks, Rainer!
The thing is that soft link already exists:

$ ls -al /compat/linux/lib | grep ssl
-rwxr-xr-x   1 root  wheel   228292 Jun 11 08:30 libssl.so.0.9.7f
lrwxrwxrwx   1 root  wheel       16 Jun 11 08:30 libssl.so.5 -> libssl.so.0.9.7f

The only difference I see is that I have libssl.so.0.9.7f, and in your
code snippet
libssl.so.0.9.8g appears.
(I have FreeBSD 7.1-release installed)
Maybe this is the issue?
Where else could I search for reason?
Regards, Dmitry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?23ae50da0907080031w724eb773y8c2ec0ac3d2aaeb2>