Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Randal L. Schwartz
> "Joe" == Joe Schaefer <[EMAIL PROTECTED]> writes: Joe> OTOH, I'd like to solicit some feedback on yet another installation Joe> process- first making libapreq a shared library, and then linking Joe> the Perl interfaces to *that* library (instead of libapreq.a). Beware. When I made mod_pe

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Ken Williams
On Friday, February 22, 2002, at 09:58 AM, Joe Schaefer wrote: > In the interim I'll try and maintain the "experimental" versions. > Stas has been kind enough to work on adding a test suite to libapreq, > which will very likely be included in the next release. That'll be MUCH appreciated. That

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Charles Albrecht
At 12:17 PM -0500 2/22/2002, Joe Schaefer wrote: >Ged Haywood <[EMAIL PROTECTED]> writes: > >> Hi there, >> >> On 22 Feb 2002, Joe Schaefer wrote: >> >> > 3) Install libapreq.so.1.0.0 (to /usr/local/lib) using: >> > >> > % ./configure >> > % make >> > % make install >>

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Joe Schaefer
Ged Haywood <[EMAIL PROTECTED]> writes: > Hi there, > > On 22 Feb 2002, Joe Schaefer wrote: > > > 3) Install libapreq.so.1.0.0 (to /usr/local/lib) using: > > > > % ./configure > > % make > > % make install > > > > 4) Now install Apache::Request and Apache::Cookie us

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Ged Haywood
Hi there, On 22 Feb 2002, Joe Schaefer wrote: > John Siracusa <[EMAIL PROTECTED]> writes: [snip,snip] > 3) Install libapreq.so.1.0.0 (to /usr/local/lib) using: > > % ./configure > % make > % make install > > 4) Now install Apache::Request and Apache::Cookie using >

Re: SUCCESS: libapreq working in Mac OS X

2002-02-22 Thread Joe Schaefer
John Siracusa <[EMAIL PROTECTED]> writes: > > On Thursday, February 14, 2002, at 04:44 PM, John Siracusa wrote: > >> Next, I downloaded all the source code. Note that I'm using Joe > >> Schaefer's "special" versions of apache and libapreq. > > > > Will their changes be merged into the main dist

Re: SUCCESS: libapreq working in Mac OS X

2002-02-21 Thread Hardi Bales-Stutes
So I followed John's bouncing ball and got these errors when I tried to run my new httpd with mod_dav. dyld: /usr/sbin/httpd Undefined symbols: _XML_ErrorString _XML_GetErrorCode _XML_Parse _XML_ParserCreate _XML_ParserFree _XML_SetCharacterDataHandler _XML_SetElementHandler _XML_SetUserData /u

Re: SUCCESS: libapreq working in Mac OS X

2002-02-19 Thread John Siracusa
On 2/19/02 2:23 PM, Terrence Brannon wrote: > On Thursday, February 14, 2002, at 05:44 PM, John Siracusa wrote: > >> Then I built and installed mod_perl: >> >> --- >> >> cd mod_perl-1.26 >> perl Makefile.PL APACHE_SRC=../apache_1.3.23/src >> APACHE_PREFIX=/usr/local/apache PREP_HTTPD=1 USE_APAC

Re: SUCCESS: libapreq working in Mac OS X

2002-02-19 Thread Terrence Brannon
On Thursday, February 14, 2002, at 05:44 PM, John Siracusa wrote: > Then I built and installed mod_perl: > > --- > > cd mod_perl-1.26 > perl Makefile.PL APACHE_SRC=../apache_1.3.23/src > APACHE_PREFIX=/usr/local/apache PREP_HTTPD=1 USE_APACI=1 EVERYTHING=1 > # I answered "y" to this, although I'

Re: SUCCESS: libapreq working in Mac OS X

2002-02-15 Thread John Siracusa
On 2/14/02 5:44 PM, John Siracusa wrote: > Then I *manually copied* the httpd binary out of the source directory and > into the install location. Yes, I know I just ran "make install", but the > installed version is actually different than the one sitting in the source > directory! > > --- > >

Re: SUCCESS: libapreq working in Mac OS X

2002-02-15 Thread Rija Ménagé
Congratulations for the work and the persistence. I want to try it, but after viewing the output, I prefer upgrade from perl 5.6.0 to 5.6.1 before ... John Siracusa wrote: >This is what I did to make it work: > >First, I cleaned out all existing source code tarballs and all existing >installat

Re: SUCCESS: libapreq working in Mac OS X

2002-02-15 Thread John Siracusa
> On Thursday, February 14, 2002, at 04:44 PM, John Siracusa wrote: >> Next, I downloaded all the source code. Note that I'm using Joe Schaefer's >> "special" versions of apache and libapreq. > > Will their changes be merged into the main distro soon? That's a question for Joe, I think... -Joh

Re: SUCCESS: libapreq working in Mac OS X

2002-02-14 Thread Ken Williams
Awesome, good work. I'll try it too. I think I'll forward this to whoever on the Fink list was trying to get this to work, so Fink can take care of these details for most people. On Thursday, February 14, 2002, at 04:44 PM, John Siracusa wrote: > Next, I downloaded all the source code. Note

SUCCESS: libapreq working in Mac OS X

2002-02-14 Thread John Siracusa
This is what I did to make it work: First, I cleaned out all existing source code tarballs and all existing installations of apache in my target area (/usr/local/apache). On my system, that looked like: --- /bin/rm -rf /usr/local/apache cd /usr/local/src /bin/rm -rf apache_1.3.23 mod_perl-1.