I stumbled across this project looking for a CMP client to test a CA deployment, since LTE kit is unlikely to be available to me in early stages.
Please be patient, it's been many years since my college C++ course. I'm compiling the CMP client on RHEL5.8, but can't persuade the linker to find the IDN library. I have the default RH package for this already installed, am I missing something bleedin' obvious here?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, anyone who still looks here!
I stumbled across this project looking for a CMP client to test a CA deployment, since LTE kit is unlikely to be available to me in early stages.
Please be patient, it's been many years since my college C++ course. I'm compiling the CMP client on RHEL5.8, but can't persuade the linker to find the IDN library. I have the default RH package for this already installed, am I missing something bleedin' obvious here?
You know what, I figured that out. Seems having the whole of the GNU idn library helps. All good, I'll get back to work.