Re: [users@httpd] Using php-embed in custom module

2025-01-10 Thread Eric Covener
> > apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax > > error on line 1 of /etc/apache2/mods-enabled/rst.load: Cannot load > > /usr/lib/apache2/modules/mod_rst.so into server: > > /usr/lib/apache2/modules/mod_rst.so: undefined symbol: php_embed_shutdown > ldd /usr/lib/apa

[users@httpd] Using php-embed in custom module

2025-01-10 Thread Marcelo Verteramo Pérsico
Hello. I am developing an Apache module that, upon receiving an HTTP request, reads a file in a custom language where a series of request handlers are declared. Once the file has been parsed and a handler has been found, the source code it contains is obtained, which is in PHP; and it tries to