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

Patrick Mullaney pmullaney at novell.com
Wed Jun 13 15:26:51 PDT 2007


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.

Thanks.
Pat






More information about the ewg mailing list