I think a simple yum install openal-soft-devel should fix your issue.
That will install the headers and libopenal.so. No need to do manual
symlinking.
At least, I don't need to do so, and I have practically the same setup...

Good luck

2010/4/3, John Denker <j...@av8n.com>:
> On 04/03/2010 10:21 AM, dave perry wrote:
>> I get the following error compiling fgfs.
>>
>> /usr/bin/ld: cannot find -lopenal
>>
>> But /usr/lib64/libopenal.so.0 => libopenal.so.1 => libopenal.so.1.11.753.
>
> Note that "libopenal.so" (with no suffix) is not listed.
>
>> My .bashrc has the line
>> export
>> LD_LIBRARY_PATH=/usr/lib:/usr/lib64:/usr/local/lib:/usr/local/lib64:/usr/local/lib/osgPlugins
>>
>> so I don't see why ld is not finding -lopenal?
>
> As a test (and, probably, a workaround) try installing a symlink
> with the name "libopenal.so".
>
> ========================
>
> This of course leaves two unanswered questions:
>  1) Why is libopenal.so missing from the out-of-the-box system?
>  2) Why was its absence not detected during the autoconfigure step?
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flightgear-devel
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to