adnankatmer
Verified User
- Joined
- Sep 15, 2008
- Messages
- 5
Hello,
I'm following this guideline:
http://www.directadmin.com/forum/showthread.php?t=28336
but my server gives those error and it exits from compiling:
gcc dkim-exim.c
awk '{ print ($1+1) }' cnumber.h > cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc version.c
rm -f exim
gcc -o exim
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/src/exim-4.69/build-Linux-i386'
make: *** [go] Error 2
any urgent help?
Thanks
I'm following this guideline:
http://www.directadmin.com/forum/showthread.php?t=28336
but my server gives those error and it exits from compiling:
gcc dkim-exim.c
awk '{ print ($1+1) }' cnumber.h > cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc version.c
rm -f exim
gcc -o exim
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/src/exim-4.69/build-Linux-i386'
make: *** [go] Error 2
any urgent help?
Thanks