Skip to content

Instantly share code, notes, and snippets.

@bgunebakan
Created February 29, 2016 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgunebakan/99d82a9238ba71072656 to your computer and use it in GitHub Desktop.
Save bgunebakan/99d82a9238ba71072656 to your computer and use it in GitHub Desktop.
Solve error "make[3]: *** No rule to make target '/usr/lib64/perl5/CORE/EXTERN.h', needed by 'Cap5.o'. Stop."
# To workaround you can create link to ubuntu package folder
find /usr -name "EXTERN.h" # find perl lib folder maybe its different
sudo mkdir /usr/lib64
sudo ln -s /usr/lib/x86_64-linux-gnu/perl/5.20.2/ /usr/lib64/perl5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment