Sorry this is a total newb question but there is this really great C-library available and I would like to call functions from it using php. However I have a linux server. Here are the specs:
- Apache version 2.2.17
- PHP version 5.2.17
- MySQL version 5.1.56-community-log
- Architecture x86_64
- Operating system linux
- Kernel version 2.6.32-29.1.BHsmp
Would I be able to call the functions from the C-library in php (ex. using php exec()) if the C-library is on the linux server? If so does the library need to be re-compiled using gcc?
Thanks much!