Operating System - HP-UX
1753511 Members
5070 Online
108795 Solutions
New Discussion

DLKM: How replace the old statically linked lib $LIBRARY

 
Hervé Barale
Occasional Contributor

DLKM: How replace the old statically linked lib $LIBRARY

I am porting a statically linked driver from HP-UX 10.20 to 11.0, and I want use the DLKM mechanism.
(with the dynamically loadable module).
My old master file contained:
$DRIVER_LIBRARY
mydriver mylib
$$$
$LIBRARY
mylib
$$$
Now, with the DLKM, I provide the mod.o object,
but how I change (or load) my library (mylib)
which contains all the driver code ?
The Keywords, above, are not supported when I
try to install and configure the new loadable driver.
and mod.o has unresolved definitions that are
in mylib.