Subject: | Can't install using debian packages for Link Parser |
Makefile.PL assumes that Link Parser has been installed so that the
headers, libs, and data are all living under the same top-level
directory. This is default case if you install it from source and leave
it under your home directory. But if you install Link Parser from the
Debian packages, it puts the headers under /usr/include, the libs under
/usr/lib, and the data under /usr/share. It is of course a very common
standard to put headers, libs, and data in separate places, and the
module should be robust enough to handle this.