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 -I/root/httpd-test/perl-framework/c-modules -c
mod_authany.c
cannot open /usr/share/build/config_vars.mk: No such file or directory at
/usr/sbin/apxs line 256.
make[1]: *** [.libs/mod_authany.so] Error 2
make[1]: Leaving directory
`/root/httpd-test/perl-framework/c-modules/authany'
make: [authany/.libs/mod_authany.so] Error 2 (ignored)
APXS (/usr/sbin/apxs) query for LIBEXECDIR failed
APXS (/usr/sbin/apxs) query for LIBEXECDIR failed
*** root mode: changing the files ownership to 'nobody' (65534:65534)
*** su -m nobody -c '/usr/bin/perl -e "print -r
q{/root/httpd-test/perl-framework/t} &&  -w _ && -x _ ? q{OK} : q{NOK}"'


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"
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 have relocated your Apache binaries and
LD_LIBRARY_PATH (or platform equiv) is not set to point to the directory
that has the libapr and libapr-util shared libraries.

apxs executes httpd to get some of this info. If that's broken because httpd
can't find its libraries, apxs fails.

Don't know if this is what's happening to you, but this is what's wrong when
I see this error. What does t/TEST -start do for you?

S.

-- 
Covalent Technologies                 [EMAIL PROTECTED]
Engineering group                    Voice: (415) 856 4214
303 Second Street #375 South           Fax: (415) 856 4210
San Francisco CA 94107

PGP FP: 7A8D B189 E871 80CB 9521  9320 C11E 7B47 964F 31D9

=======================================================
This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply email and
destroy all copies of the original message
=======================================================

Reply via email to