https://bz.apache.org/bugzilla/show_bug.cgi?id=61963
Rainer Jung <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #2 from Rainer Jung <[email protected]> --- What is the output of objdump -p /usr/local/libexec/apache2/mod_deflate.so and of ldd -v /usr/local/libexec/apache2/mod_deflate.so What is the output of cd /home/build/src/httpd-2.4.29/modules/filters /usr/local/build-1/libtool --mode=link gcc -std=gnu99 -g -O2 -pthread -o mod_deflate.la -rpath /usr/local/libexec/apache2 -module -avoid-version mod_deflate.lo -L/usr/local/lib -lz (the original libtool link command without the --silent flag). Does the output of the above two command "objdump -p and ldd -v) differ for the newl created mod_deflate.so (lacated either in the currentdorectory or the .libs sub directory). Regards, Rainer -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
