Menu

#2 Global symbol $ldap_master requires explicit package

open
nobody
None
5
2009-01-06
2009-01-06
Anonymous
No

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.

Discussion

  • SKP

    SKP - 2009-01-13

    +1 Bump!

     
  • SKP

    SKP - 2009-02-02

    Anybody found a fix for this yet?

     
  • Nobody/Anonymous

    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
    );

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.