On 02/24/10 05:47 PM, Jeff Trawick wrote: > > solarg wrote: >> hello all, >> >> this is related to my old post: >> http://mail.opensolaris.org/pipermail/webstack-discuss/2009-December/003761.html >> >> >> > on my os2009.06 b111b, i'm running SAMP, with SUNWapach22, but since >> > i've upgraded from b101b, my websites often hang, and i have to >> > restart httpd. >> >> work-around for hang sent to you directly (it is also attached to an old >> thread in this list and accessible from the forum view) >> >> the workaround is the tarball portfs_hang.tar.gz given by Jeff Trawick. >> I've deployed a website that use compression, so it uses ImageMagick. >> Unfortunately, on os2009.06 (b111b), SUNWimagick is 64 bits and i got >> these errors: >> >> >> ld.so.1: convert: fatal: >> /usr/apache2/2.2/lib/port_getn_interposer_32.so: wrong ELF class: >> ELFCLASS32 >> sh: pngtopnm: not found > Oops, change the > > LD_PRELOAD=/path/to/interposer > > in the envvars file to > > LD_PRELOAD_32=/path/to/interposer >
thanks, it works thanks for your quick reply, gerard