Sorry about the late response and the line length on the initial post. Suse 
maintains libgz
as a link to libz for historical reasons(around '95 the name was changed from 
libgz
libz). I should have referenced the z and not gz for compatibility with distros 
that do not
maintain both library names. Thanks for adding fix.

Pat

>>> Roland Dreier <[EMAIL PROTECTED]> 06/13/07 8:16 PM >>>
350 character lines are a pain to reply to...

 > I'm not sure if this has already been addressed but in case it has not. The 
 > pciutils package was upgraded for SP1 and now includes dependencies on the 
 > zlib package. Its likely all distros will eventually hit this when they 
 > upgrade. I put in a quick fix on SLES 10 SP1 and it works there. I'd suggest 
 > adding something like this to configure.in:
 > 
 > AC_CHECK_LIB(gz, gzopen)
 > 
 > after  AC_CHECK_FUNCS(memset strchr strtoul)
 > 
 > This will require libgz on distros that currently don't need it but I'm not 
 > sure if you want to get into selectively including the check for specific 
 > distros.

I already committed a better version of this and asked that it be
pulled into OFED 1.2 this morning.

BTW, why does SLES 10 use the name libgz for what everyone else in the
world calls libz?

 - R.

_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to