node-postal
node-postal copied to clipboard
cannot install node-postal in amazon linux
i have followed the instruction as in the doc
Following are the steps of the execution
-
sudo yum install curl autoconf automake libtool pkgconfig
-
git clone https://github.com/openvenues/libpostal
-
cd libpostal
-
./bootstrap.sh
-
./configure
all above commands worked
- sudo make install
this command does not work it gives following error
gcc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See http://bugzilla.redhat.com/bugzilla for instructions.
make[2]: *** [libscanner_la-scanner.lo] Error 1
make[2]: Leaving directory
/root/libpostal/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/root/libpostal' make: *** [all] Error 2
I solved the problem. The problem is with RAM available. Try to increase it on your instance or use swapfile