Hi
this is tamil.i am working with linux running arm
target board.i want to setup postfix(smtp server) on the target board.
i got postfix-2.3.0.tar.gz from net.i untar the source code .there was a Makefile.then i cross compiled this code for arm
platform by using make command
export CC=arm-linux-gcc
export PATH=/usr/local/arm/2.95.3/bin:$PATH
make CC=arm-linux-gcc
cross compilation is completed without any error.but i run postfix on the target
./postfix
i got error
./postfix: error while loading shared libraries: cannot open shared
object file: cannot load shared object file: No such file or directory
without indicating any particular library.
cross compilerpath=/usr/local/arm/2.