Errors related to applications, code (PHP, Ruby, etc.), hardware, drivers, etc.
I ran into a error when installing the first gem on a CentOS development server I was creating. The error states that the extconf.rb file could not the header files. Below I show the output of the error along with what was done to resolve the error.
I recently setup a new server with Ruby and Rubygems however I received an error when attempting to install my first gem which happened to be ruby-lsapi. Below I explain the error including an example of the error in the output of installing a gem as well as what was done to resolve the error.
I typically charge my iPhone using a USB cable that attaches to my computer but recently I have been using the wall charger because my computer wasn’t always close. After using the wall charger for a week or so without ever actually syncing my iPhone to iTunes on my Windows 7 computer I attempted to…
Yesterday we had to upgrade a Ubuntu Linux server from a really old version of Ubuntu to the latest and greatest version of Ubuntu. When attempting to run the upgrade from the command line from a file on a Ubuntu CD we were getting an error which is described in more detail below along with…
Earlier today I needed to use sort to output unique lines from a file to a new file but ran into an issue. I was attempting to use the sort command on a Windows 7 computer with Cygwin installed. Below is information on the initial error I received and then how it was resolved.
Another error I ran into while attempting to build PHP via the Litespeed Admin Console. This error directly related to the MySQL libraries or the MySQL version. Below is more information on the error itself and how the error was resolved. This error was resolved by simply installing a couple MySQL packages via the yum…
This is the second of three or four issues I ran into while building PHP via the Litespeed Admin Console. Each of the errors was caused by missing packages on a new development server I was bringing online. Below I describe the error in more detail, the cause of the error, and how the error…
I booted up a server yesterday that I had not used in quite a long time and had some issues right from the beginning. I remembered the server working the last time it was live so I was assuming I could boot it up and test something on the ruby application that was installed on…
While compiling PHP on a Litespeed web server this evening I ran into multiple issues one of which related to the libxml2 package on the server. This can be confusing because on the server libxml2 was installed. Below is more information regarding the error located in the Litespeed Admin detailed log report which can be…