node-postal icon indicating copy to clipboard operation
node-postal copied to clipboard

cannot install node-postal in amazon linux

Open bhaveshdaswani93 opened this issue 6 years ago • 1 comments

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

bhaveshdaswani93 avatar Aug 27 '19 10:08 bhaveshdaswani93

I solved the problem. The problem is with RAM available. Try to increase it on your instance or use swapfile

gen1us2k avatar May 29 '20 16:05 gen1us2k