You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But Apache won't load it (long lines breaked for better reading):
# /etc/init.d/apache2 restart
apache2: Syntax error on line 244 of /etc/apache2/apache2.conf:
Syntax error on line 2 of /etc/apache2/mods-enabled/proxy_fcgi.load:
Cannot load /usr/lib/apache2/modules/mod_proxy_fcgi.so" into server:
/usr/lib/apache2/modules/mod_proxy_fcgi.so": cannot open shared object file: No such file or directory
Action 'configtest' failed.
The Apache error log may have more information.
failed!
# ls -l /usr/lib/apache2/modules/mod_proxy_fcgi.so
-rw-r--r-- 1 root root 18009 Jan 16 18:24 /usr/lib/apache2/modules/mod_proxy_fcgi.so
# ldd /usr/lib/apache2/modules/mod_proxy_fcgi.so
linux-vdso.so.1 => (0x00007fffe21ff000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ffd10bcc000)
/lib64/ld-linux-x86-64.so.2 (0x00007ffd11165000)
# apache2ctl -S
apache2: Syntax error on line 244 of /etc/apache2/apache2.conf:
Syntax error on line 2 of /etc/apache2/mods-enabled/proxy_fcgi.load:
Cannot load /usr/lib/apache2/modules/mod_proxy_fcgi.so into server:
/usr/lib/apache2/modules/mod_proxy_fcgi.so: undefined symbol: fcgi_process_request
Action '-S' failed.
The Apache error log may have more information.
(no infos in /var/log/apache2/error.log found)
2nd I got sources from Debian Testing for makepp and created and installed the Debian Wheezy package - but same problem:
# makepp
makepp: Loading makefile `/usr/src/mod_proxy_fcgi/mod_proxy_fcgi/Makefile'
makepp: warning: `/usr/src/mod_proxy_fcgi/mod_proxy_fcgi/%.lo' depends on itself; circular dependency removed
makepp: Entering directory `/usr/src/mod_proxy_fcgi/mod_proxy_fcgi'
/usr/bin/apxs2 -I/usr/include/apache2 -c %.lo -o %.o
Use of uninitialized value $includedir in concatenation (.) or string at (eval 9) line 1.
/usr/share/apr-1.0/build/libtool --silent --mode=link --tag=disable-static x86_64-linux-gnu-gcc -Wl,--as-needed -Wl,-z,relro -o %.la -rpath /usr/lib/apache2/modules -module -avoid-version %.lo -o %.o
libtool: link: `%.lo' is not a valid libtool object
apxs:Error: Command failed with rc=65536
.
makepp: error: Failed to build target `/usr/src/mod_proxy_fcgi/mod_proxy_fcgi/%.lo' [1]
makepp: 0 files updated and 1 target failed
To be secure not to miss include/header files I also added package libfcgi-dev and added to be really
sure that nothing can be missed also /usr/include . But there was no changes in above error message. :(
Hope that's a small apache upgrade bug ? Would be nice to have fcgi:// useable by Apache threaded version with Tomcat running to call it on another instance.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I have actual Debian Wheezy setup with Apache 2.2 threaded version:
and your latest commits intents that it should work also with 2.2.
1st I tried the "normal" way to compile the modul but it compiles with a for me unclear $includedir
error message:
Load directive is setup/activated:
But Apache won't load it (long lines breaked for better reading):
2nd I got sources from Debian Testing for makepp and created and installed the Debian Wheezy package - but same problem:
To be secure not to miss include/header files I also added package libfcgi-dev and added to be really
sure that nothing can be missed also /usr/include . But there was no changes in above error message. :(
Hope that's a small apache upgrade bug ? Would be nice to have fcgi:// useable by Apache threaded version with Tomcat running to call it on another instance.
Thanks.
The text was updated successfully, but these errors were encountered: