solarg wrote: > > hello all, > > i'm using the workaround is the tarball portfs_hang.tar.gz given by > Jeff Trawick. > After installing a new app that send mails, i found these warnings in > my logs, even if the mail is correctly send: > ld.so.1: sendmail: warning: > /usr/apache2/2.2/lib/port_getn_interposer_32.so: open failed: illegal > insecure pathname > ld.so.1: sendmail: warning: > /usr/apache2/2.2/lib/port_getn_interposer_32.so: open failed: illegal > insecure pathname
In which file was LD_PRELOAD[_32] set? Is this new app running as a cgi? If so, did you add "PassEnv LD_PRELOAD[_32]" to your httpd configuration? (I'm wondering why any app besides httpd sees that setting. Adding to the envvars file shouldn't affect anything but httpd.)