glad to help
would anyone else be interested in a FreeBSD port to do this ??

At 02:23 PM 22/11/00 -0500, you wrote:
>Thanks!  I finally did a dirty hack but this sounds like a good way to
>fix it right.  I'll have to do that as soon as I get a chance.
>
>-Jere
>
>peter brown wrote:
> >
> > hi jere
> > i am running FreeBSD 4.1.1 at work and i have worked out the best way
> > to do a static compile of mod_perl with apache installed as a port
> >
> > i followed stas's mod_perl guide and changed it to work with FreeBSD
> > steps as follows
> >
> > # cd /usr/ports/www/apache13
> >
> > edit Makefile
> > add thisline in CONFIGURE_ARGS section
> > --activate-module=src/modules/perl/libperl.a
> >
> > # make extract
> > # cd /mod_perl_src_directory/
> > # perl Makefile.PL \
> >     APACHE_SRC=/usr/ports/www/apache13/work/apache_1.3.14/src/ \
> >     NO_HTTPD=1 \
> >     USE_APACI=1 \
> >     PREP_HTTPD=1 \
> >     EVERYTHING=1
> > # make
> > # make test
> > # make install
> > # cd /usr/ports/www/apache13
> > # make
> > # make install
> >
> > works like a charm :)
> > i am thinking of writing a port to do this and submitting it
> >
> > happy mod_perling :)
> >
> > At 12:07 AM 15/11/00 -0500, you wrote:
> > >I'm on a FreeBSD 3.4-RELEASE box and I've just built and tested apache
> > >1.3.14 from source.  Then I try to build mod_perl with the following
> > >commands and get the errors below.
> > >
> > >The full text of the process can be seen at
> > >http://www.StageRigger.com/mod_perl-1.24_01.log
> > >
> > >Has anyone run into this?  Suggestions?
> > >
> > >Thanks,
> > >-Jere Julian
> > >--
> > >           +---------------------------------------------------+
> > >           | Jere C Julian        mailto:[EMAIL PROTECTED]  |
> > >           | Network Designer/Manager, Rigger, Sound Engineer  |
> > >           |            http://www.StageRigger.com/            |
> > >           +---------------------------------------------------+
> > >
> > >perl Makefile.PL APACHE_SRC=../apache_1.3.14/src DO_HTTPD=1 USE_APACI=1
> > >
> > >
> > >make
> > >
> > >...
> > >cp Server.pm ../blib/lib/Apache/Server.pm
> > >mkdir ../blib/arch/auto/Apache/Server
> > >mkdir ../blib/lib/auto/Apache/Server
> > >cp Symbol.pm ../blib/lib/Apache/Symbol.pm
> > >/usr/bin/perl -I/usr/local/lib/perl5/5.6.0/i386-freebsd
> > >-I/usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/5.6.0/ExtUtils/xsubpp
> > >-typemap /usr/local/lib/perl5/5.6.0/ExtUtils/typemap Symbol.xs >
> > >Symbol.xsc && mv Symbol.xsc Symbol.c
> > >cc -c  -I/usr/local/include -O      -DVERSION=\"1.31\"
> > >-DXS_VERSION=\"1.31\" -DPIC -fpic
> > >-I/usr/local/lib/perl5/5.6.0/i386-freebsd/CORE  Symbol.c
> > >Symbol.xs: In function `XS_Apache__Symbol_cv_const_sv':
> > >Symbol.xs:106: `na' undeclared (first use this function)
> > >Symbol.xs:106: (Each undeclared identifier is reported only once
> > >Symbol.xs:106: for each function it appears in.)
> > >*** Error code 1
> > >
> > >Stop.
> > >*** Error code 1
> > >
> > >Stop.
>
>
>--
>           +---------------------------------------------------+
>           | Jere C Julian        mailto:[EMAIL PROTECTED]  |
>           | Network Designer/Manager, Rigger, Sound Engineer  |
>           |      http://www.StageRigger.com/~julianje/        |
>           +---------------------------------------------------+


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to