

The ported World of Warcraft binary contains a call to Error Reporting.app. Now, programs that need the development files will find them and will blend with the system since we have been using the MySQL that the system has installed.ĭisable World of Warcraft Error Reporting Then, we copy over the libraries and header files:Ĭp -Rap /usr /src /mysql /usr / /usr /

RESTART SHAREMOUSE INSTALL
configure -prefix= /usr -disable-dependency-tracking -with-unix-socket-path= /var /mysql /mysql.sock -with-mysqld-user=mysql -with-ssl -with-extra-charsets=complex -enable-thread-safe-client -enable-local-infile -enable-shared -with-plugins=innobase -with-plugins=federated -with-mysqlmanager & make -j4Īfter which, we install using a fake root in order to extract just the libraries and includes: This can be done by getting the tar.gz package for the MySQL version and compiling the package with: Mysql Ver 14.12 Distrib 5.0.92, for apple-darwin10.0 (i386 ) using EditLine wrapperĪnd compiling it in order to get the libraries and header files. This requires downloading the mysql current version (5.0.92): On OSX Server (Snow Leopard, at the time of writing), the development files for MySQL are not installed along with the binary files.
