Closed zenny closed 2 years ago
I have a workaround:
find /usr -name "pkgconfig"
to find possible paths to the config.
In my system (kubuntu 20.10) there happens to be four candidate directories:
/usr/local/lib/pkgconfig
/usr/share/pkgconfig
/usr/lib/x86_64-linux-gnu/pkgconfig
/usr/lib/pkgconfig
Try each directory in turn. For example, to try out /usr/lib/x86_64-linux-gnu/pkgconfig
, which turned out to be the good one for me:
$ export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig; emacs
Once in emacs M-x pdf-tools-uninstall
and then M-x pdf-tools-install
and it should work now
Hi,
I am trying to install
pdf-tools
in scimax configuration of emacs in VoidLinux (rolling release). It was working alright a few days back without a glitch. However, when I tried to launch today, it dies with:All glib-2.0 related development libraries like
glib-2.66.0_1
,glib-devel-2.66.0_1
andlibglib-devel-2.66.0_1
are already installed systemwide. Any clue?Cheers and stay safe, /z