mod_perl-2.0 with perl-current on FreeBSD

2001-09-29 Thread Ask Bjoern Hansen
running /home/smtpd/apps/apache/bin/httpd -X -d /home/smtpd/src/modperl-2.0/t -f /home/smtpd/src/modperl-2.0/conf -DAPACHE2 -DPERL_USEITHREADS gives me a line like this in the error_log: /usr/libexec/ld-elf.so.1: /home/smtpd/apps/lib/perl5/5.7.2/i386-freebsd-thread-multi/auto/Cwd/Cwd.so: Und

Re: compilation failure on FreeBSD

2001-09-29 Thread Ask Bjoern Hansen
On Sat, 29 Sep 2001, Stas Bekman wrote: [...] > looks like linux kernel thing? Well, FreeBSD. [...] > this patch should shut down the warning, but I don't think this is a > good idea at all. Try grepping your kernel includes dir and see what > constant for time calibration you come up with. Ri

Re: compilation failure on FreeBSD

2001-09-29 Thread Stas Bekman
Ask Bjoern Hansen wrote: > sick of spam, I was going to make an smtpd. Figured I should do it > with Apache 2 and mod_perl. > > I am building with, > > cd [apache-2.0] > ./configure --prefix=$HOME/apps/apache --with-mpm=threaded --enable-so > make && make install > > cd [modperl-2.0] > make r

compilation failure on FreeBSD

2001-09-29 Thread Ask Bjoern Hansen
sick of spam, I was going to make an smtpd. Figured I should do it with Apache 2 and mod_perl. I am building with, cd [apache-2.0] ./configure --prefix=$HOME/apps/apache --with-mpm=threaded --enable-so make && make install cd [modperl-2.0] make realclean && ~/apps/perl Makefile.PL \ MP_GENERA

RE: RFC: Apache::Registry family re-design

2001-09-29 Thread Ask Bjoern Hansen
On Sun, 9 Sep 2001, Arthur Bergman wrote: > > Thank you for forwarding that, I've not seen it on-list before. Good to > > know. > > Sarathy claims that all stjmp/longjmp code is exeucted while not holding any mutexes, > so it should be threadsafe. One can note that setjmp and longjmp are not non