Tagged Questions

5
votes
3answers
6k views

How does one easily add posix support to PHP using yum?

I am running CentOS 5.2 and using yum to manage packages. I have had little luck installing php-posix but know with almost 100% certitude that it is a real and available package...somewhere. Has ...
0
votes
1answer
43 views

What does -devel mean when installing a library?

I'm reading some readmes and they contain some packages with "-devel", and some without. What is the difference? sudo yum install gcc (vs) sudo yum install pcre-devel What would happen if I ...