Displaying 1 result from an estimated 1 matches for "gdimagepngex".
Did you mean:
gdimagepng
2006 Jun 06
2
./configure on RHEL4
...agePng in -lgd... no
configure: WARNING: libgd not found - CGI build will fail
...
Looking on the RHEL43 machine libgd is clearly present and contains the needed
symbol:
]$ nm /usr/lib/libgd.a | grep gdImagePng
00001580 T gdImagePng
000014b5 T gdImagePngCtx
00000ae8 T gdImagePngCtxEx
000015ba T gdImagePngEx
0000152b T gdImagePngPtr
000014d7 T gdImagePngPtrEx
U gdImagePngCtx
00000000 T gdImagePngToSink
The "WARNING" does indeed mean that the CGI part of the nut build fails. (I
have built this package successfully under Scientific LINUX 305: a RHEL305
rebuild and do not see this e...