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

When building from RPM auto/feature lacks LD_LIBRARY_PATH to be able to run the test. #1581

Closed

Conversation

arcivanov
Copy link

Basically, the issue is when building as part of an RPM the luajit SO is in temp location and is not rpath'ed but the the temp location is not in ld config so test doesn't run as it can't find luajit SO.

This is a hack to demo how to remediate it for RPM build, but it's obviously insufficient for all possible build paths and should probably not applied as is.

I hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.

@thibaultcha
Copy link
Member

Hi,

This is fixed in #1577, but considering the disrupting nature of the PR, I just opened #1582 which ports the fix for this (as well as another one for static libpcre builds). Would you mind giving it a try? The fix in this PR would not be sufficient for other platforms.

@thibaultcha
Copy link
Member

Closing this PR now that #1582 has been merged. Thank you!

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

Successfully merging this pull request may close these issues.

2 participants