Tag Archives: Ausgabe

SSL / OpenSSL 1.9.3 Problem mit Rubin



Nach dem Upgrade auf Ruby-1.9.3x, ich war völlig unfähig, SSL zu verwenden. Auch ich konnte nicht laufen 'bündeln installieren "Als ich mit' https://rubygems.org" als Quelle. Es zeigte ein mehrseitiges Fehlermeldungen beginnend mit so etwas wie "Segmentation fault". Zur Zeit habe ich 'http' anstatt 'https' für die rubygems.org url verwendet. Allerdings konnte er sich nicht lösen andere Probleme.

Während googeln darüber, fand ich viele Anregungen, und ich habe mein OS (Mac OSX) OpenSSL geschraubt. Allerdings habe ich eine einfache Lösung gefunden. Es war nur zwei Zeilen Befehl, wenn Sie, wie ich, mit RVM zur Verwaltung Rubine.

Zunächst einmal müssen Sie OpenSSL-Paket installieren mit rvm. So laufen

$ rvm pkg install openssl

It will install openssl in your rvm path usually .rvm/usr under your home (~) directory.

Now, you need to reinstall your current ruby version (you can also install a newer version if you want) mentioning the path of the OpenSSL.

$ rvm reinstall 1.9.3 --with-openssl-dir=$rvm_path/usr

If you want to install a new version, you should use ‘install’ rather than ‘reinstall’.

That should solve your problem. If not, my sympathy goes for you. Good luck googling!

300 posts on my blog – not a very small number



Confuscius said “It does not matter how slowly you go so long as you do not stop”. Interesting is that I learned about this quote just few minutes ago and when I knew about it, I thought slowly (without stopping) I have published 300 blog entries on this blog.

A few days ago, when I published my latest blog How I have solved the “The plugin generated xxxx characters of unexpected output during activation problem…” I did not notice that it was my 300th published post on this blog. I noticed it later and tweeted about it. Few friends also responded me with congrats. Thanks to all of them.

Today after reading the quote of the Confucius, I thought it is worthy to write a blog about my 300th blog post. Why? What’s the specialty of 300? Continue reading