pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: issues with chemtool from 2019Q2



This sounds like an ASLR issue, check paxctl(8) and maybe do something
like: paxctl +a $binary
If this helps, we can add it to the pkgsrc.
Martin

Thanks!
paxctl +a didn't work, but disabling MPROTECT with paxctl +m did the trick and the program now launches without issues.

A question though, could this be a security concern?
Anyway, thank you!


Home | Main Index | Thread Index | Old Index