Error when compiling flood-0.4

2003-10-07 Thread Fernando Marques
Hello, I experienced an error when compiling flood-0.4. For instance, I'm using Red Hat 9. First, I've used your recomendations: % ./buildconf - output in build.txt % ./configure --disable-shared - output in configure.txt % make all And I received the following error: [EMAIL PROTECTED]

Re: using TestRunPerl without mod_perl.c

2003-10-07 Thread Geoffrey Young
hi again :) well, after giving this issue some (probably way too much) thought over the weekend, I have decided that unless there is a -1 floating around, I'm going to go ahead with the change as I initially suggested it. the main reason for my going ahead is something I realized after our last

RE: Error when compiling flood-0.4

2003-10-07 Thread Wood, Bryan
I'm running on an embedded system and redhat 7.3 and I get the same error. And subversion-devel is not installed. -Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 4:15 AM To: Fernando Marques Cc: [EMAIL PROTECTED] Subject: Re: Error when

RE: Error when compiling flood-0.4

2003-10-07 Thread Wood, Bryan
So I symlinked /usr/bin/libtool to /usr/share/build/libtool and I get this compile error. Any ideas? /bin/sh /usr/share/build/libtool --silent --mode=compile gcc-g -O2 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include -I/usr/include -I. -c flood_net.c touch flood_net.lo flood_net.c: In

Re: running on embedded devices

2003-10-07 Thread Stas Bekman
Wood, Bryan wrote: The perl framework. I'm having a lot of difficulty getting it to run with my own apache 2.0 server. Actually it doesn't get passed the compile. [EMAIL PROTECTED]:~/httpd-test/perl-framework# make make: *** Warning: File `Makefile.PL' has modification time in the future

Has anybody had any success compiling the latest Flood on Windows?

2003-10-07 Thread Norman Tuttle
I retrieved the Flood from the tarball when they said the new release (1.1) was ready. I am finding the build rather arduous. It would also be helpful if I were able to find documentation for building in Windows in one place. If somebody could direct me to any helpful documentation to aid in this

Re: running on embedded devices

2003-10-07 Thread Sander Temme
/usr/bin/perl -I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1 Makefile.PL generating script ./t/htdocs/modules/rewrite/db.pl APXS (/usr/sbin/apxs) query for SBINDIR failed APXS (/usr/sbin/apxs) query for TARGET failed APXS (/usr/sbin/apxs) query for SYSCONFDIR failed This happens when you

RE: running on embedded devices

2003-10-07 Thread Wood, Bryan
That fixed the APXS errors while doing perl Makefile.PL and make, but When I started running t/TEST -httpd /usr/sbin/httpd -start I got them again And these new errors make[1]: Entering directory `/root/httpd-test/perl-framework/c-modules/authany' /usr/sbin/apxs -DAPACHE2

Re: running on embedded devices

2003-10-07 Thread Sander Temme
where is config_vars.mk supposed to come from ? Ought to be installed with Apache 2... in the build directory where libtool sits, and a bunch of other build helpers. S. -- Covalent Technologies [EMAIL PROTECTED] Engineering groupVoice: (415) 856 4214 303

Re: Has anybody had any success compiling the latest Flood on Windows? Also, perhaps it would be helpful to package the complete source (don't see this done correctly for Win32).

2003-10-07 Thread Norman Tuttle
I believe part of the problem, besides the fact that the some of the project files are not correct (I had to modify some), is that for Win32, some of the libraries are NOT packaged with Flood. I think that in the Unix Linux versions this is rectified in the configure and buildconf stages but it

RE: running on embedded devices

2003-10-07 Thread Wood, Bryan
Ok that helped a lot. Thank you. Another question, does anyone here know of any tests that send incomplete/incorrect information to the webserver to make sure it handles it properly ? -Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 2:23