Re: [Radiant] next question: db bootstrap failure problem

2008-08-08 Thread Tom Cloyd

Marshal Linfoot wrote:
Tom, I;m running Radiant on Ubuntu 6.06.1 (*Dapper* Drake) without any 
problems. I wonder if your openssl libraries are too new. The output 
from locate openssl on my server shows only 2 lines:


   /usr/lib/libgnutls-openssl.so.12
   /usr/lib/libgnutls-openssl.so.12.3.6

/usr/lib/libgnutls-openssl.so.12 is a link to the actual library file, 
/usr/lib/libgnutls-openssl.so.12.3.6, so you could try the following:


sudo ln -s /usr/lib/libgnutls-openssl.so.13.9.1 
/usr/lib/libgnutls-openssl.so.12


to create a similar link to your newer library.

A shot in the dark ... if it doesn't work, remove the link with:

   sudo rm /usr/lib/libgnutls-openssl.so.12


Marshal - thanks for the suggestion. Regrettably, I got the same result 
I've gotten, regardless of what I've tried:


$ sudo ln -s /usr/lib/libgnutls-openssl.so.13.9.1 
/usr/lib/libgnutls-openssl.so.12

[sudo] password for tomc:
[EMAIL PROTECTED]:~/Ruby-work/radiant-test$ rake production db:bootstrap
(in /home/tomc/Ruby-work/radiant-test)
rake aborted!
no such file to load -- openssl

I'm beginning to feel cursed! But there must be a rational solution, 
somewhere...


t.


--
~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
 [EMAIL PROTECTED]  (email)
 TomCloyd.com  (website  psychotherapy weblog)
 sleightmind.wordpress.com  (mental health issues weblog)
~
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] next question: db bootstrap failure problem

2008-08-08 Thread Mohit Sindhwani

Tom Cloyd wrote:
Marshal - thanks for the suggestion. Regrettably, I got the same 
result I've gotten, regardless of what I've tried:


$ sudo ln -s /usr/lib/libgnutls-openssl.so.13.9.1 
/usr/lib/libgnutls-openssl.so.12

[sudo] password for tomc:
[EMAIL PROTECTED]:~/Ruby-work/radiant-test$ rake production db:bootstrap
(in /home/tomc/Ruby-work/radiant-test)
rake aborted!
no such file to load -- openssl

I'm beginning to feel cursed! But there must be a rational solution, 
somewhere...


t.



Hi Tom

You may be cursed :D

Anyway, back to serious issues, I did an online search for the error 
(no such file to load -- openssl) and came up with this:

http://www.ruby-forum.com/topic/90083

It seems that this is a common and frustrating problem for people 
running Ruby and/ or Rails on Linux.  Given that Radiant is a Rails 
application, this issue is extending to you!!  The link above has people 
reporting success as recently as 19.06.2008 - can't hurt to try, eh?  
(see the 2nd last message first).


Cheers,
Mohit.
8/8/2008 | 10:49 PM.


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] next question: db bootstrap failure problem

2008-08-07 Thread Marshal Linfoot
Tom, I;m running Radiant on Ubuntu 6.06.1 (*Dapper* Drake) without any
problems. I wonder if your openssl libraries are too new. The output from
locate openssl on my server shows only 2 lines:

   /usr/lib/libgnutls-openssl.so.12
   /usr/lib/libgnutls-openssl.so.12.3.6

/usr/lib/libgnutls-openssl.so.12 is a link to the actual library file,
/usr/lib/libgnutls-openssl.so.12.3.6, so you could try the following:

sudo ln -s /usr/lib/libgnutls-openssl.so.13.9.1
/usr/lib/libgnutls-openssl.so.12

to create a similar link to your newer library.

A shot in the dark ... if it doesn't work, remove the link with:

   sudo rm /usr/lib/libgnutls-openssl.so.12

On Mon, Aug 4, 2008 at 12:17 PM, Tom Cloyd [EMAIL PROTECTED] wrote:

 First, following from my previous post: the Summer Reboot project is a very
 exciting prospect. Its very nice to see the outline laid out as it is. I'll
 stay in close touch with this effort.

 Now...my next problem -

 Following along at http://wiki.radiantcms.org/Installation, the Bootstrap
 the Database section:

 I have a project - radiant-test started. I'm running Kubuntu Linux 8.04.1
 and Ruby 1.8.6.

 Console output:
 [EMAIL PROTECTED]:~/Ruby-work/radiant-test$ rake development db:bootstrap
 (in /home/tomc/Ruby-work/radiant-test)
 rake aborted!
 no such file to load -- openssl

 Checking with the adept package manager, I see that I do have the openssl
 module (or whatever) installed.

 This is as far as I can go without help - don't know how to fix this. Don't
 even know what the problem is, in fact.

 All assistance will be gratefully received (especially if it resolves the
 problem!).

 t.

 --
 ~
 Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
 Bellingham, Washington, U.S.A: (360) 920-1226
  [EMAIL PROTECTED]  (email)
  TomCloyd.com  (website  psychotherapy weblog)
  sleightmind.wordpress.com  (mental health issues weblog)
 ~
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant




-- 
marshal
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] next question: db bootstrap failure problem

2008-08-05 Thread Tom Cloyd

error correction:



I installed Rake...but then...I got the same result as before:



That should Rails, not rake. Sorry.


t.

--
~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
 [EMAIL PROTECTED]  (email)
 TomCloyd.com  (website  psychotherapy weblog)
 sleightmind.wordpress.com  (mental health issues weblog)
~
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] next question: db bootstrap failure problem

2008-08-04 Thread Bjørn Michelsen
On Mon, Aug 4, 2008 at 6:17 PM, Tom Cloyd [EMAIL PROTECTED] wrote:

Hello,

I have a project - radiant-test started. I'm running Kubuntu Linux 8.04.1
 and Ruby 1.8.6.

 Console output:
 [EMAIL PROTECTED]:~/Ruby-work/radiant-test$ rake development db:bootstrap
 (in /home/tomc/Ruby-work/radiant-test)
 rake aborted!
 no such file to load -- openssl


You need the OpenSSL interface for Ruby. To install it, open up a terminal
and do:

sudo aptitude install libopenssl-ruby1.8

-- 
Sincerely,
Bjorn Michelsen
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant