[Freeswitch-users] Make error on Scientific Linux 6.1 [SOLVED]

Cliff Wells cliff at develix.com
Mon Oct 24 18:46:03 MSD 2011


On Mon, 2011-10-24 at 14:04 +0200, Patrick Lists wrote:
> On 10/24/2011 10:31 AM, Cliff Wells wrote:
> > As an aside, I also spotted a bug in configure that repeatedly passes
> > -L/usr/lib6464 as an argument to gcc, but fixing this didn't appear to
> > resolve any issues.
> 
> Do you mind sharing a patch?

Ha, yes:

for f in `find . -type f -print0 | xargs -0 grep -l "lib6464"`; do 
    sed -i s/lib6464/lib64/g $f
done

;-)

I may take an actual look at fixing it now that my major issue is out of
the way (I had to have that box up for production this morning).


Cliff





Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list