Comment #31 on issue 335 by dottedma: Can't install on 64-bit Linux (linux-x86_64-gcc3)
http://code.google.com/p/gears/issues/detail?id=335
My suspicion is that your patch looks for 64bit libraries in /usr/lib
Nope, the xpidl is compiled to look at /usr/lib (apparently on Ubuntu). Just add the
/usr/lib64 to LD_PRELOAD_PATH. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
