Displaying 1 result from an estimated 1 matches for "gdimagepngtosink".
2006 Jun 06
2
./configure on RHEL4
...L43 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 error there.)
Could the configure file be somehow out of date? On the RHEL43 platform the
configure scri...