Conrad,
Thanks for your suggestion! What I did earlier today to fix the problem was to
create an libopenal.so link:
home-server:/usr/lib # ln -s libopenal.so.0 libopenal.so
This seems a variation on your (better) suggestion:
OpenALUnix>>openALLibraryName
^ SmalltalkImage current osVersion = 'linux'
ifTrue: ['libopenal.so.0']
ifFalse: ['openal']
Anyway adding it fixed the immediate problem, but I do not think I am hearing
any sound so far :(
Milan
On 2006 May 3 01:43, Conrad Parker wrote:
> On Wed, May 03, 2006 at 12:09:53AM -0400, Milan Zimmermann wrote:
> > Hi,
> >
> > I can drag out and use Demo(Master) and demo(Participants), but when I
> > drag out SimpleDemo (Master) I get
> >
> > "Error: Unable to find Function Address".
> >
> > The error is attached, it talks about OpenAL external call failing.
>
> The quick fix would be to install libopenal-devel
>
> Otherwise, modify OpenALUnix>>openALLibraryName as described in:
>
>
http://bugs.impara.de/view.php?id=3427>
> Conrad.