From: Dan Nelson Date: December 11 2003 9:28pm Subject: Re: UDF on AMD64 List-Archive: http://lists.mysql.com/mysql/155524 Message-Id: <20031211212826.GM2435@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Dec 11), Ollie Gallardo said: > I just recently built myself a dual Opteron system and installed > mysql for AMD64 on it. I previously ran my databases on regular 32 > bit systems and had my UDF working fine. The UDF is written in C. > Before I try and install the UDF on the new system should I recompile > it using AMD64 libraries? Yes; UDFs are native machine binaries, and I doubt a 32-bit UDF .so would even load into a 64-bit mysqld. -- Dan Nelson dnelson@stripped