Today I have purchased another new VPS to play with nginx web server. After getting the login info, I tried to compile the nginx source. But I found that no development libraries were installed. So I started to install one by one:
yum install gcc
yum install glibc
yum install make
and so on. [Note: these can be run [...]
Yum groupinstall may save your hours!
1 Comment »