Re: [GD-DEVEL] Problems installing gd-2.0.34 on Red Hat
[email protected] (Lars Hecking)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
> I can get png.h from? Do I need to install libpng-devel? If so, where > can I get it for Red Hat? Yes, configure tests for library functions generally require that the corresponding -devel package is installed. The linker needs the .a version of the library which is usually part of the devel package. config.log may have more detail on what exactly goes wrong.