Hello there.
I installed everything step-by-step as its described in the install howto. Rechkecked many times that everythings works, and all perl modules are installed. And finally I've got this:
"my" variable %Options masks earlier declaration in same scope at /usr/sbin/fdspopulate line 48.
Global symbol "$ldap_master" requires explicit package name at /usr/sbin/fdspopulate line 455.
Global symbol "$ldap_master" requires explicit package name at /usr/sbin/fdspopulate line 470.
Global symbol "$ldap_master" requires explicit package name at /usr/sbin/fdspopulate line 479.
Execution of /usr/sbin/fdspopulate aborted due to compilation errors.
+1 Bump!
Anybody found a fix for this yet?
I believe if you edit fdstools.pm, locate "@EXPORT = qw(" and at the end of the list add $ldap_master, it fixes the problem. E.g
@EXPORT = qw(
<snip>
$ldap_master
);