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

Use arched path for .so perl module #2056

Closed
wants to merge 1 commit into from

Conversation

xambroz
Copy link
Contributor

@xambroz xambroz commented Nov 23, 2023

PERL_VENDORLIB is putting the openscap_pm.so to /usr/share/perl... no architecture dependent libraries should go there

Instead in should go to /lib64/... and that is what PERL_VENDORARCH does.

PERL_VENDORLIB is putting the openscap_pm.so to /usr/share/perl... no architecture dependent libraries should go there

Instead in should go to /lib64/... and that is what  PERL_VENDORARCH does.
@evgenyz
Copy link
Contributor

evgenyz commented Nov 27, 2023

I receive mixed signals here: #2054. So what is the correct form?

@sarnold
Copy link
Contributor

sarnold commented Dec 7, 2023

The point of using CMAKE_INSTALL_PREFIX is to not install directly to a system path unless prefix points to /usr and the install process has root permissions. PERL_VENDORARCH is not what you're looking for...

@evgenyz
Copy link
Contributor

evgenyz commented Dec 18, 2023

Closing in favor of #2054

@evgenyz evgenyz closed this Dec 18, 2023
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.

3 participants