On Mon, 11 Feb 2008, lists wrote: > For info on the list - I've just installed a full Centos5/i686 32bit > environment and the snmp/lvs compile worked first time... > So I assume that it must just be any 64bit platform that has this issue?
AFAIK -fPIC is a flag neccessary to build a shared library (I don't know all the details, I just follow recipes). If the 32 bit build is without the -fPIC then it's building a static library, and the other parts of the build will be making object files for a static library. That it didn't work on the 64bit machine must mean that some other part of the build is working towards a shared library (why static for 32 bit and shared for 64 bit I don't know - you'll have to spelunk the build scripts). The failure has nothing to do with 64/32 bit. Joe -- Joseph Mack NA3T EME(B,D), FM05lw North Carolina jmack (at) wm7d (dot) net - azimuthal equidistant map generator at http://www.wm7d.net/azproj.shtml Homepage http://www.austintek.com/ It's GNU/Linux! _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
