Category Archives: gcc

HOW TO Install mcrypt for PHP on RedHat Linux 6 and Oracle Linux 6

This tutorial shows you how to install libmcrypt and the companion PHP module under RedHat Linux 6 and Oracle Linux 6. By default, RHEL and OL do not provide mcrypt or libmcrypt packages for the 6.x release. Subsequently, they don’t … Continue reading

Posted in Apache, gcc, How Tos, libmcrypt, linux, mcrypt, Oracle Linux, php, Programming, redhat, Unix | 1 Comment

Debian GCC libc package required

If you use Debian with a “standard” or “desktop” install, you will not have GCC installed. Of course you can easily get it by installing the package: apt-get install gcc And of course you need make apt-get install make What … Continue reading

Posted in Debian, gcc, How Tos, libc, linux | Leave a comment