Today when I tried to install a pear package using the pecl command line on ubuntu, I got the following error :
[crayon-4fb90a1edb54e/]
Solution :
Just install php5-dev package
[crayon-4fb90a1edb591/]
or php4-dev if you are running php...
Q : What's the best thing that may happen to a developer ?
A : A Bug :) at the beginning of the day :)
I ran script/console in a rails project to debug something on console, but I got this LoadError:
[crayon-4fb90a1edc695/]
How to fix ?
I figured...
I have been working on a c# french desktop application. Unfortunately iTextSharp, which is an open source java library for PDF generation written entirely in C# for the .NET platform, do not allow to print special chars (é, è, ç ...etc.) properly....