heroku-buildpack-apt
heroku-buildpack-apt copied to clipboard
xpath fails after installation
Problem is that Perl libs are in a non-standard location. Fix is to add
export PERL5LIB=/app/.apt/usr/share/perl5:/app/.apt/usr/lib/x86_64-linux-gnu/perl5/5.22
to .profile.d/000_apt.sh
Is this related to https://github.com/heroku/heroku-buildpack-apt/issues/35#issuecomment-415476527 ?
@lazyatom Looks very similar to me!