Strange, nothing seemed to work anymore, I coulnd't find the automount process just a second after I started it. Until I found out that automount cannot load the file /usr/lib/autofs/lookup_file.so, even though it existed. (it would fail with No such file or directory at the dlopen stage in module.c) . Then I copied /lib/libc.so.6 over lookup_file.so and it at least loaded it.. At last I found out that if I compile autofs-4.0.0 with gcc-2.95.3 instead of gcc-3.x it works! Very strange IMHO. It would seem that automount/gcc-2.95.3 cannot dlopen files that are compiled with gcc-3.x. I thought this kind of incompatibilities would happen only with C++ ??
Anyway, now I am back on track, I'll now try to get my /net mounts to work.
