on my FreeBSD 5.3 stabe, perl 5.8.5 from port, Apache 2.0.52 from source, mod_perl 1.99_17 from source

$ make
...
...
modperl_apr_perlio.c: In function `PerlIOAPR_open':
modperl_apr_perlio.c:113: warning: cast to pointer from integer of different size
Running Mkbootstrap for APR::PerlIO ()
chmod 644 PerlIO.bs
rm -f ../../../blib/arch/auto/APR/PerlIO/PerlIO.so
LD_RUN_PATH="" cc  -shared  -L/usr/local/lib PerlIO.o modperl_apr_perlio.o -Wl,-E  -L/usr/local/lib -o ../../../blib/arch/auto/APR/PerlIO/PerlIO.so
chmod 755 ../../../blib/arch/auto/APR/PerlIO/PerlIO.so
cp PerlIO.bs ../../../blib/arch/auto/APR/PerlIO/PerlIO.bs
chmod 644 ../../../blib/arch/auto/APR/PerlIO/PerlIO.bs
...
...
$ make test
All tests successful

and Web service looks good with apache2&mod_perl2&Mason1.27



Stas Bekman <[EMAIL PROTECTED]> wrote:
Lars Eggert wrote:

> patch-ab is required to build, otherwise I see the following error
> during make:
>
> Running Mkbootstrap for APR::PerlIO ()
> chmod 644 PerlIO.bs
> rm -f ../../../blib/arch/Apache2/auto/APR/PerlIO/PerlIO.so
> LD_RUN_PATH="" cc -shared -L/usr/local/lib PerlIO.o
> modperl_apr_perlio.o -Wl,-E -L/usr/local/lib -o
> ../../../blib/arch/Apache2/auto/APR/PerlIO/PerlIO.so
> chmod 755 ../../../blib/arch/Apache2/auto/APR/PerlIO/PerlIO.so
> cp PerlIO.bs ../../../blib/arch/Apache2/auto/APR/PerlIO/PerlIO.bs
> chmod 644 ../../../blib/arch/Apache2/auto/APR/PerlIO/PerlIO.bs
> make: don't know how to make dynamic. Stop
> *** Error code 2
>
> There is actually another fix that is in the port's Makefile:
>
> pre-install:
> cp WrapXS/APR/ThreadMutex/ThreadMutex.pm blib/lib/Apache2/APR/
>
> Without this, ThreadMutex.pm doesn't get installed.

Hmm, have you tried that with the 1.99_17? AFAIK, those problems were long
fixed.

In any case that patch:
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/www/mod_perl2/files/patch-ab?rev=1.3&content-type=text/plain
doesn't seem to have anything to do with APR::PerlIO
are you sure that output is not a mixed output of 'make -j'?

--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


최대 100MB, 더이상 용량 고민없는 야후! 메일을 써보세요.
야후! 비트박스
최신곡, 추천곡, 가요, OST, 팝송, 뮤직비디오
야후! 모바일
최신 휴대폰 정보, 벨소리, 캐릭터, 문자메세지

Reply via email to