[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Perl-Bakend Segmentation fault



Paulo Calçada writes:
> #0  0x810fefc in Perl_pp_method_named ()
> (...)
> #3  0x80cdb88 in perl_call_method ()
> No symbol table info available.
> #4  0x80a90b7 in perl_back_db_config ()

My guess is that you lack a 'package' declaration or 'sub new {}'.
You need that, 'init()', 'config()' if you use configuration
lines not handled by slapd, and one method for each of the LDAP
calls (search, modify, add, and so on).  See 'man slapd-perl'.

-- 
Hallvard