From: David Knoernschild Date: 2009-03-21T07:40:35+09:00 Subject: Re: openssl error - ubuntu If you'd rather not build form source, just do this (it worked for me on Intrepid): sudo apt-get install libopenssl-ruby and then try again. Amar Eis wrote: > Nate Wiger wrote: >> This worked for me: >> >> 1) Compile SSL from scratch >> >> 2) Make note of the install location, shown as >> /where/you/installed/openssl below >> >> 3) Use the earlier instruction (above) to manually create the extension: >> >> cd ext/openssl >> ../../ruby extconf.rb >> --with-openssl-include=/where/you/installed/openssl/include >> --with-openssl-lib=/where/you/installed/openssl >> LD_RUN_PATH=/where/you/installed/openssl/lib make >> make install >> >> I'm not sure the LD_RUN_PATH is needed, but I've had problems with Ruby >> before so included it to be safe. >> >> -Nate > > > What does this error message on my blog mean? > I've posted my blog on a site (houseblogs.net). If you go to the blog > address directly, it comes up fine. But if you click on it from > houseblogs.net you get this message: > The requested URL /community/extensions/Blogs/greybox/0 was not found on > this server. > Additionally, a 404 Not Found error was encountered while trying to use > an ErrorDocument to handle the request. > Apache/2.0.61 (Unix) mod_ssl/2.0.61 OpenSSL/0.9.8b mod_bwlimited/1.4 > FrontPage/5.0.2.2635 mod_auth_passthrough/2.1 PHP/5.2.4 Server at > www.houseblogs.net Port 80 -- Posted via http://www.ruby-forum.com/.