Installation on 64bit distribution failure
                
                Brought to you by:
                
                    cannam
                    
                
            
            
        
        
        
    Hi,
I cannot install the sdk 2.0 on my 64bit system. All libraries are copied at the wrong place and not found by the rpm package system.
The reason is that Makefile.in uses hardcoded library pathes for the libpath instead of using the autotools mechanism for locating the libpath (so it resolves to either /usr/lib or /usr/lib64 f.e.)
Regards