ror

Agile Hosting Packages: Ruby On Rails, Django, You Name It

Some extremely exciting news in the world of Agile and Dynamic languages:

The way I am cut-out, I get in physical pain if I don't have a root access to a server. Considering this, I would much rather get a VPS or (for massive, scalable solution) a combination of Amazon EC2 and RightScale management console, but for industry at large, the availability of mainstream RoR and Django hosting solutions is a big deal... huge deal. And we welcome it wholeheartedly.

These are very exciting times to be in the software business, indeed.

Python, Django and LAMPP

Disclaimer: the problem and the solution are not unique to LAMPP. If you have a MYSQL installation with uncommon paths, you will get a similar problem and you can solve it in a similar way. Just make sure you insert correct paths in the newly created .conf file for the LD (see below).

If, for whatever reason, you are running MySQL from your LAMPP installation and try to use Python's MySQLdb API to connect to MySQL server you will get the following nasty error into your face:

ImportError: libmysqlclient_r.so.15: cannot open shared object file

The problem is that lampp, in its attemt to not disturb the rest of the OS space, does not expose some crucial shared libraries (like: mysql client, ssl etc.) to Linux at large and Python is unable to find them even though they are installed under LAMPP.

The solution is quite easy

Syndicate content