<!DOCTYPE html><html><head>
<style type="text/css">body { font-family:'Times New Roman'; font-size:17px}</style>
</head><body><p>Hi, </p><p>I'm currently looking for potential issues for migrating my application from libnl 2.0 to the newest 3.0.</p><p>
It seems libnl try to read the file /etc/libnl/classid, /etc/libnl comes from SYSCONFDIR (lib/route/classid.c:313) which is a compile time constant. My problem is that I don't know where my clients will install my application (libnl is shipped with it and it's a closed source application) so I can't configure (--sysconfdir) the path at compile time. Do you think it might be possible to add a way to modify the path to classid at runtime (environment variable)?</p><p>regards.</p></body></html>