How do I verify it's a 64-bit build

2002-01-18 Thread Hatton Steven
Sorry about the previous, seemingly stupid question asking for clarification on the LDFLAGS. I was not able to hit http://home.earthlink.net/~jaymzh666/mysql.html , so I did not realize that answer was there. I now seem to have a successfully built MySQL 3.23.47 using what I believe is a

Re: How do I verify it's a 64-bit build

2002-01-18 Thread Sinisa Milivojevic
Hatton Steven writes: Sorry about the previous, seemingly stupid question asking for clarification on the LDFLAGS. I was not able to hit http://home.earthlink.net/~jaymzh666/mysql.html , so I did not realize that answer was there. I now seem to have a successfully built MySQL 3.23.47

Re: How do I verify it's a 64-bit build

2002-01-18 Thread Dr. Michael Wittmann
you could use: file /path-to/mysqld the output will tell you if mysqld is a 32 or 64 bit ELF executable. Hatton Steven wrote: Sorry about the previous, seemingly stupid question asking for clarification on the LDFLAGS. I was not able to hit