Re: Problems with Embperl+mod_perl

2001-01-15 Thread Michael Nelson
I made it work finally. I had to add -export-dynamic to the linker flags for httpd so that its symbols are visible. Now I am puzzled as to how it works for anyone else. -mike On Mon, 15 Jan 2001, Gerald Richter wrote: > > > > Using FreeBSD 4.1, Apache 1.3.14, mod_ssl 0.9.6, mod_perl 1.24, Perl

Problems with Embperl+mod_perl

2001-01-05 Thread Michael Nelson
Using FreeBSD 4.1, Apache 1.3.14, mod_ssl 0.9.6, mod_perl 1.24, Perl 5.00503 and Embperl 1.3.0. When trying to use Embperl, I keep getting an error in error_log that the loader can't resolve ap_palloc. I ran nm on httpd and it is definitely being exported. I haven't had problems making this combo