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

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
}' where is config_vars.mk supposed to come from ? -Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 1:28 PM To: test dev httpd.apache.org Subject: Re: running on embedded devices /usr/bin/perl -I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1

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: running on embedded devices

2003-10-07 Thread Wood, Bryan
PM To: test dev httpd.apache.org Subject: Re: running on embedded devices 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

running on embedded devices

2003-10-06 Thread Wood, Bryan
Has anyone used this on the arm platform?

Re: running on embedded devices

2003-10-06 Thread Aaron Bannert
On Mon, Oct 06, 2003 at 03:06:26PM -0500, Wood, Bryan wrote: Has anyone used this on the arm platform? Used what? -aaron