On Mon, 19 Apr 1999, you wrote:

>> > However, when I run ./configure JServ with
>> > --with-apache-install=/usr/local/apache --with-jdk-home=/usr/opt/JDK120
>> > -with-jsdk=/usr/local/JSDK2.0/lib/jsdk.jpr
>> > options, I saw an error message as below.
>> 
>> For --with-apache-install=PATH make sure that the file PATH/sbin/apxs
>> exist.  
>This is what I wanted to know. First I I had PATH/bin/apxs instead of
>PATH/sbin/apxs. I saw some mentioned apxs directory to PATH/sbin/apxs.
>This directory changed recently? Anyway, I copied all files in PATH/bin to
>PATH/sbin but I had the same error.

apxs is neither in PATH/sbin/apxs nor in PATH/bin/apxs, at least for some
Linux/Apache installations. Here, the tool is located in /usr/sbin/apxs,
because the SUSE6 installer copies the files to unusual places.

First make sure to find the location of apxs (whereis apxs) and afterwards
set the -with-apache-install parameter so that the apxs tool can be found.
In my case I specified /usr as parameter, and it worked. 

bye

Sam Jordan


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to