Skip to content

Use arched path for .so perl module#2056

Closed
xambroz wants to merge 1 commit intoOpenSCAP:maint-1.3from
xambroz:patch-1
Closed

Use arched path for .so perl module#2056
xambroz wants to merge 1 commit intoOpenSCAP:maint-1.3from
xambroz:patch-1

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