Posts filed under “Mac OSX”

MAC Snow Leopard MySQL 32Bit to 64Bit

My MySQL Installation is copied from a 32Bit System to a new Snow Leopard System running with 64Bit. While Installing some Daemons, i needed to upgrade MySQL to 64Bit. I downloaded MySQL5 Package from here: http://www.mysql.com/downloads/mysql/ I ran into some Issues, but at least this worked for me: First Ive stopped running MySQL-Server: sudo /Library/StartupItems/MySQLCOM/MySQLCOM [...]

Sphinx on Mac OSX

I ran in the problem, that i could not compile Sphinx correctly. I got many errors and warnings until make task died. The first error looked like this: /usr/include/iodbcunix.h:128: error: conflicting declaration ‘typedef unsigned int DWORD’ The Solution was just adding a little configure parameter: ./configure –without-unixodbc –prefix=/usr/local/ After that it works like a charm! [...]