After much digging and coaxing, I've gotten Ruby and Rails installed on an AIX 5.3 box. However, I can't seem to get the mysql gem to install. I've googled a bit, and I've found some similar error messages, but nothing has worked. I have the mysql aix binaries installed in /usr/local/mysql. If I do
$sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql, I get: "*** extconf.rb failed ***" If I change to the gem directory and run: $sudo ruby extconf.rb --with-mysql-conf=/usr/local/mysql/bin/mysql_config I get the following: checking for mysql_ssl_set()... no checking for mysql.h... no checking for mysql/mysql.h... no *** extconf.rb failed *** I've tried a number of switch option, but nothing seems to work. Any suggestions will be much appreciated. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---