Commit fab3ca61 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

GeoIP2::Database::Reader now needs more memory to compile - added temporary swap

parent a2801c34
all: all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
PERL_MM_USE_DEFAULT=1 HOME=/tmp cpan install GeoIP2::Database::Reader PERL_MM_USE_DEFAULT=1 HOME=/tmp cpan install GeoIP2::Database::Reader
swapoff swap
rm -rf swap
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment