Simply put: I have a php_pdflib.so file and a PHP installation managed by EasyApache4. I'd like to add the module to my php installation.
My understanding is that if I just throw the .so file onto the server and manually add it to the php.ini file, EasyApache4 will remove it the next time I change its configuration. (If I'm wrong about this let me know, 'cause it would save me a lot of time!)
So I need to add it to EA4 so I can use the EA4 interface to add it to my configuration. According to this and this I need to create a .rpm file and install it using yum but I cannot find any information about how to create a .rpm file for use with EA4.
How do I install my .so file?
My understanding is that if I just throw the .so file onto the server and manually add it to the php.ini file, EasyApache4 will remove it the next time I change its configuration. (If I'm wrong about this let me know, 'cause it would save me a lot of time!)
So I need to add it to EA4 so I can use the EA4 interface to add it to my configuration. According to this and this I need to create a .rpm file and install it using yum but I cannot find any information about how to create a .rpm file for use with EA4.
How do I install my .so file?