> > This goes along with my post yesterday. Perhaps this is why > I can't seem to get Embperl running after I make install. > > [mail:~/Embperl-2.0rc2] root# make test > PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl > > loading... dyld: /usr/bin/perl Undefined symbols: > _ap_add_module
Mmmh, looks like Mac OS X does not honour the PERL_DL_NONLAZY=0, which schould tell the dynamic loader to _not_resolve unused symbols. Please try to build Embperl without Apache support. Does make test succeed for this? Gerald P.S. Before you rebuild Embperl, please mail me your test/conf/config.pl file from the Embperl directory > _ap_add_version_component > _ap_ctx_get > _ap_exists_config_define > _ap_finalize_request_protocol > _ap_find_linked_module > _ap_get_client_block > _ap_log_error > _ap_make_sub_pool > _ap_palloc > _ap_pcalloc > _ap_pstrdup > _ap_register_cleanup > _ap_remove_module > _ap_rflush > _ap_rputc > _ap_rwrite > _ap_send_http_header > _ap_setup_client_block > _ap_should_client_block > _ap_table_add > _ap_table_do > _ap_table_get > _ap_table_set > make: *** [test_dynamic] Trace/BPT trap > > > > Derrick Spell > Webmaster / Programmer > Suran Systems, Inc. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]