Re: [Radiant] setup_database error

2006-10-19 Thread jlopez
Sorry for the spam : ( But I solved the problem. I was pointing to the wrong place to look for the libraries. It wasn't /usr/bin but /usr/local/mysql/bin/ Sorry for the spam again next time I'll wait a couple of days of persistent errors before writing. Jose. > If I ruby extconf.rb --with-mysq

Re: [Radiant] setup_database error

2006-10-19 Thread jlopez
If I ruby extconf.rb --with-mysql-config=/usr/bin/mysql_config like I did before to make it work I get ruby extconf.rb --with-mysql-config=/usr/bin/mysql_config checking for mysql_ssl_set()... no checking for mysql.h... no checking for mysql/mysql.h... no *** extconf.rb failed *** It looks I'm mi

Re: [Radiant] setup_database error

2006-10-19 Thread jlopez
Hi, Now I'm having a similar problem with the mysql gem on a different server. When I /gem install mysql and choose 2 there is an error. > 2 Building native extensions. This could take a while... /usr/local/ruby/lib/ruby/1.8/fileutils.rb:243: command not found: ruby extconf.rb install mysql ERRO

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
Thenks Bohdi! I got Radiant installed succesfully after struggling with the mysql gem. I followed http://www.rubyforums.com/showthread.php?t=132 Thanks! .. > I tried gem install mysql -- --with-mysql-include=/usr/include/mysql > --with-mysql-lib=/usr/lib/mysql > > Whis is supposed to work

Re: [Radiant] setup_database error

2006-10-05 Thread Bodhi
On Oct 6, 2006, at 4:10 AM, [EMAIL PROTECTED] wrote: > I tried gem install mysql -- --with-mysql-include=/usr/include/mysql > --with-mysql-lib=/usr/lib/mysql > > Whis is supposed to work on Fedora 3. > > Select which gem to install for your platform (i686-linux) > 1. mysql 2.7.1 (mswin32) > 2.

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
Sorry for the spam. But my question would be, how can I know mysql's installation directory so to correctly set the gem install with mysql prefix. ? Jose. > I tried gem install mysql -- --with-mysql-include=/usr/include/mysql > --with-mysql-lib=/usr/lib/mysql > > Whis is supposed to work on Fedo

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
I tried gem install mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql Whis is supposed to work on Fedora 3. Select which gem to install for your platform (i686-linux) 1. mysql 2.7.1 (mswin32) 2. mysql 2.7 (ruby) 3. mysql 2.6 (ruby) 4. mysql 2.5.1 (ruby) 5. Canc

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
Carlos, Thanks for the info. I had already read that post elsewhere but It wasn't so detailed as the one you sent me. I'll be trying that out today on Fedora 3. I have a doubt though. What do the following lines mean? -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql If

Re: [Radiant] setup_database error

2006-10-05 Thread Carlos Gonzalez
Jose, I had a similar problem a few days ago. I found out that some connection problem with the database are due to the Ruby MySQL bindings. Maybe you can get an answer for your problem here: http://wiki.rubyonrails.com/rails/pages/Mysql+Connection+Problems - Carlos 2006/10/5, [EMAIL PROTECTED]

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
Hi, In response to Bodhi. Im running mysql Ver 14.7 Distrib 4.1.20, for redhat-linux-gnu (i686) using readline 4.3. I viewed the file /ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_recor d/connection_adapters/mysql_adapter.rb but I didn't see the version. How can I get its version

Re: [Radiant] setup_database error

2006-10-05 Thread Bodhi
On Oct 5, 2006, at 12:28 PM, [EMAIL PROTECTED] wrote: > Hi, > > I'm having an installation problem with Radiant. > Creating tables... > -- drop_table("config") > -- create_table("config", {:force=>true}) > FAILED > /home/cybrary/source/ruby/lib/ruby/gems/1.8/gems/ > activerecord-1.14.4/lib/ac

[Radiant] setup_database error

2006-10-04 Thread jlopez
Hi, I'm having an installation problem with Radiant. I'm on a shared hosting at a university. I succesfully installed ruby-1.8.5, since I'm on a shared and can't write on the /usr/ direcotry I used --prefix=/home/cybrary/source/ruby and then set up alias ruby=/home/cybrary/source/ruby/bin.ruby