You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If serge or any of the tools are symlinked, they won't find their libraries. The problem is that it uses File::Spec::Functions::rel2abs() function that doesn't canonize symlinked paths. Using Cwd::abs_path() should fix the issue.
The text was updated successfully, but these errors were encountered:
If
serge
or any of the tools are symlinked, they won't find their libraries. The problem is that it usesFile::Spec::Functions::rel2abs()
function that doesn't canonize symlinked paths. UsingCwd::abs_path()
should fix the issue.The text was updated successfully, but these errors were encountered: