Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make serge and tools fine their libs when they are symlinked #4

Closed
iafan opened this issue Oct 26, 2015 · 0 comments
Closed

Make serge and tools fine their libs when they are symlinked #4

iafan opened this issue Oct 26, 2015 · 0 comments

Comments

@iafan
Copy link
Contributor

iafan commented Oct 26, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant