undefined reference to `libiconv_open`

Recently I had a problem while compiling php and apache  to a cpanel server and while looking at the easyapache log I saw the following:  ext/iconv/iconv.c:1128: undefined reference to `libiconv’iconv/iconv.c:1160: undefined reference to `libiconv’/ext/iconv/iconv.c:1319: undefined reference to `libiconv_close’ext/iconv/iconv.c:1228: undefined reference

Fork me on GitHub