Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

apxs invalid path error, installing mod_jk

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
mod_jk configure error apxs path - On Apache 1.3 (I tried mod_jk1.2 and mod_jk2) when I run> it's doesn't like the path or messages: need to check for Perl first, apxs depends on it... checking for perl.....

mod_jk: Error flushing - Hello NG, I have installed a " Tomcat with: Tomcat 4.1 Apache 2.0.48 with Mod_jk    <font WebServer --

mod_jk child workerEnv in error state 6? - We're running apache + tomcat, and I have a java client that accesses the servlets over https (SSL) through apache. Problem is, for each servlet access, I get the following appearing in my apache [error] mod_jk..

Invalid method in request error - Hi all, I tried to install on a Win2K machine. I used kog's guide on (actually for When testing the SSL I get..

Using external lib in a (DSO) module with apxs - I am building a module that uses externa libs using apxs with Apache. 2.0.48 on Solaris 8 using gcc 2.95 I can compile and install the module however I cannot get httpd to load that module. I get the following error. Cannot load..
Next:  Apache: http and https on same server - 1 ip  
Author Message
dangreece1

External


Since: May 18, 2004
Posts: 12



(Msg. 1) Posted: Thu May 20, 2004 3:50 am
Post subject: apxs invalid path error, installing mod_jk
Archived from groups: alt>apache>configuration (more info?)

using apache 1.3
../configure --with-apxs=/usr/local/www/bin/apxs (like the docs)

in the .configure this is where it dies.

if ${TEST} "${apxs_support}" = "false" ; then
AC_MSG_RESULT(could not find ${APXS})
AC_MSG_ERROR(You must specify a valid --with-apxs path)
fi

it prints out:
checking for perl... /usr/local/bin/perl
could not find /usr/local/www/bin/apxs
configure: error: You must specify a valid --with-apxs path
w






More of the code from config:
if ${TEST} ${find_apxs} ; then
AC_MSG_RESULT([need to check for Perl first, apxs depends on it...])
AC_PATH_PROG(PERL,perl,$PATH)dnl

if ${TEST} ${find_apxs} ; then
APXS=${withval}
else
AC_PATH_PROG(APXS,apxs,$PATH)dnl
fi

if ${TEST} -n "${APXS}" ; then
dnl Seems that we have it, but have to check if it is OK first
if ${TEST} ! -x "${APXS}" ; then
AC_MSG_ERROR(Invalid location for apxs: '${APXS}')
fi

${APXS} -q PREFIX >/dev/null 2>/dev/null || apxs_support=false

if ${TEST} "${apxs_support}" = "false" ; then
AC_MSG_RESULT(could not find ${APXS})
AC_MSG_ERROR(You must specify a valid --with-apxs path)
fi

dnl apache_dir and apache_include are also needed.
apache_dir=`$APXS -q PREFIX`
apache_include="-I`$APXS -q INCLUDEDIR`"

 >> Stay informed about: apxs invalid path error, installing mod_jk 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]