Re: make error compiling mod_perl on RH7.1

2002-11-25 Thread Stas Bekman
1 November 2002 04:36 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: make error compiling mod_perl on RH7.1 Witchy wrote: Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_fi

RE: make error compiling mod_perl on RH7.1

2002-11-11 Thread Witchy
> -Original Message- > From: Stas Bekman [mailto:stas@;stason.org] > Sent: 11 November 2002 10:24 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: make error compiling mod_perl on RH7.1 > > I think moving to 5.6.1 from 5.6.0 should be very easy. I&#

RE: make error compiling mod_perl on RH7.1

2002-11-11 Thread Witchy
useum www.snakebiteandblack.co.uk - monthly gothic shenanigans > -Original Message- > From: Stas Bekman [mailto:stas@;stason.org] > Sent: 11 November 2002 04:36 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: make error compiling mod_perl on RH7.1 > > > Witchy wrote: >

Re: make error compiling mod_perl on RH7.1

2002-11-10 Thread Stas Bekman
Witchy wrote: Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_file_to_glob': apr_perlio.c:573: `IoTYPE_WRONLY' undeclared (first use in this function) apr_perlio.c:573: (Each undeclared identifi

make error compiling mod_perl on RH7.1

2002-11-08 Thread Witchy
Hi all, Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it falls over with this error: apr_perlio.c: In function `apr_perlio_apr_file_to_glob': apr_perlio.c:573: `IoTYPE_WRONLY' undeclared (first use in this function) apr_perlio.c:573: (Each undeclared identifier is reported

RE: modperl-2.0 make Error on Solaris

2002-07-09 Thread Kent, Mr. John
ly 09, 2002 7:56 AM To: Randy Kobes Cc: Kent, Mr. John; modperl (E-mail); [EMAIL PROTECTED] Subject: Re: modperl-2.0 make Error on Solaris >>/users/webuser/src/modperl-2.0/xs/APR/Table/APR__Table.h:73: dereferencing >>pointer to incomplete type >>make[3]: *** [Table.o] Error 1 p

Re: modperl-2.0 make Error on Solaris

2002-07-08 Thread Stas Bekman
>>/users/webuser/src/modperl-2.0/xs/APR/Table/APR__Table.h:73: dereferencing >>pointer to incomplete type >>make[3]: *** [Table.o] Error 1 please either apply this patch or use the cvs version (which now contains this patch) and it will work. Index: xs/APR/Table/APR__Table.h ==

Re: modperl-2.0 make Error on Solaris

2002-07-08 Thread Randy Kobes
On Mon, 8 Jul 2002, Kent, Mr. John wrote: > Greetings, > > Following: > Create the build environment >% cd modperl-2.0 >% perl Makefile.PL MP_AP_PREFIX=/home/stas/src/httpd-2.0.xx >% make > > on Solaris 2.7 > > got: > make[3]: Entering directory > `/users/webuser/src/modperl-2.0/WrapX

modperl-2.0 make Error on Solaris

2002-07-08 Thread Kent, Mr. John
Greetings, Following: Create the build environment % cd modperl-2.0 % perl Makefile.PL MP_AP_PREFIX=/home/stas/src/httpd-2.0.xx % make on Solaris 2.7 got: make[3]: Entering directory `/users/webuser/src/modperl-2.0/WrapXS/APR/Table' gcc -c -I/users/webuser/src/modperl-2.0/src/modules/p

RE: Make error...

2000-10-19 Thread Geoffrey Young
> -Original Message- > From: Kralidis, Tom [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 19, 2000 3:03 PM > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Subject: RE: Make error... > > > There's a bug in src/include/httpd.h just to b

RE: Make error...

2000-10-19 Thread Geoffrey Young
Thursday, October 19, 2000 4:57 PM > To: [EMAIL PROTECTED] > Subject: Make error... > > > Just downloaded the latest apache_1.3.14 and mod_perl-1.24 > and receive an error when trying to process the following: > > perl Makefile.PL \ > APACHE_PREFIX=/usr/local/apache \

RE: Make error...

2000-10-19 Thread Kralidis, Tom
pache/1.3.14" or grab v1.24_01. ..Tom -Original Message- > From: Todd McGuinness [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 19, 2000 4:57 PM > To: [EMAIL PROTECTED] > Subject: Make error... > > > Just downloaded the latest apache_1.3.14 and mod_

Make error...

2000-10-19 Thread Todd McGuinness
Just downloaded the latest apache_1.3.14 and mod_perl-1.24 and receive an error when trying to process the following: perl Makefile.PL \ APACHE_PREFIX=/usr/local/apache \ APACHE_SRC=/temp/apache_1.3.14/src \ DO_HTTPD=1 \ USE_APACI=1 \ EVERYTHING=1 \ The error states that I must be using apache

Re: DBD make error

1999-11-10 Thread Vivek Khera
> "JV" == Jearanai Vongsaard <[EMAIL PROTECTED]> writes: JV> My machine is Origin200 run IRIX6.5 with perl 5.00502. JV> What should I do when I got an error from make in DBD-1.13 : What exactly is the mod_perl error here? I don't see any mod_perl issues... Please use the appropriate newsgr

Re: DBD make error

1999-11-10 Thread Pascal Eeftinck
At 16:38 10-11-99 -0500, Jearanai Vongsaard wrote: >My machine is Origin200 run IRIX6.5 with perl 5.00502. > >What should I do when I got an error from make in DBD-1.13 : > >... >Running Mkbootstrap for DBD::Oracle () > chmod 644 Oracle.bs > LD_RUN_PATH="/data/app/oracle/product/8.

DBD make error

1999-11-10 Thread Jearanai Vongsaard
My machine is Origin200 run IRIX6.5 with perl 5.00502. What should I do when I got an error from make in DBD-1.13 : ... Running Mkbootstrap for DBD::Oracle () chmod 644 Oracle.bs LD_RUN_PATH="/data/app/oracle/product/8.0.4/lib:/usr/lib32" cc -n32 -IPA -o blib/arch/auto/DBD/Oracle

RE: Make error: Apache_1.3.9 + mod_perl-1.21 + RedHat-6.0

1999-11-07 Thread Stas Bekman
Ted, please keep the threads on the list. When someone attempts to help, it doesn't always mean, he wills and capable to follow-up, unless he explicitly offers this to you! What are the parameters did you pass to the 'perl Makefile.PL'? What are the versions of mod_perl and apache did you use?