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

Re: Perl-Bakend Segmentation fault



No, i'm using de SampleLDAP.pm that is  supplied with source of slapd. 

If i remove the  perModulePath and perModule from slapd.conf file, 
the segFault continues to exist.

Paulo


On Tue, 2002-10-01 at 15:23, Hallvard B Furuseth wrote:
> 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
> 
>