Justin Erenkrantz wrote:
--On Monday, March 31, 2003 14:59:17 -0500 Jeff Trawick <[EMAIL PROTECTED]> wrote:

I'm using Sun WorkShop 5.0 sometimes, and these builds result in
executables like httpd referencing libthread but not libpthread. We pass
cc the -mt switch, but at least with this version that switch isn't
enough to pull in libpthread.  Can anybody confirm that with a more
recent Sun compiler APR apps are getting libpthread?


Can you please send the relevant config for mod_ext_filter?

here is a simplified version:


ExtFilterDefine traceplain \
  cmd="/usr/bin/tee /tmp/traceplain"
<Location /some/location>
setoutputfilter traceplain;deflate
</Location>

testing with an httpd that didn't link to libpthread (but did link to libthread) showed the problem

I'm about to get a build that links to libpthread and I'll try to reproduce



Reply via email to