[ewg] tvflash build fails on SLES SP1(ofed-1.2-rc4-20070611)

Roland Dreier rdreier at cisco.com
Wed Jun 13 17:16:45 PDT 2007


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.



More information about the ewg mailing list