Look at the error messages:

> /opt/apache/bin/apxs[66]: require: not found
> /opt/apache/bin/apxs[67]: use:   not found
> /opt/apache/bin/apxs[68]: package: not found
> /opt/apache/bin/apxs[69]: Syntax error at line 74: '(' is not expected.

Looks to me like the shell is trying to interpret apxs.

is your

#!/usr/bin/perl

line intact at the top of apxs?

Does H-pukes support the #! feature? Or is it something that needs to 
be activated? If no support, try replacing apxs with 'perl apxs' in 
the makefile.

Is perl in /usr/bin?

Cheers,
--
John

> -----Original Message-----
> From: Aaron Cooper [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 26 July 2001 06:40
> To: [EMAIL PROTECTED]
> Subject: RE: Apxs
> 
> 
> hi Michael,
> 
>    I did change that the the proper directory, but it's still not 
> finding the packages :(
> 
> >>> "Nance, Michael" <[EMAIL PROTECTED]> 07/25/01 03:38pm >>>
> I found that the apxs command has a "hard coded" path.  If the  apache
> directory is different you may have to update it.
> edit the apxs and make sure it is correct.
> 
> -----Original Message-----
> From: Aaron Cooper [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, July 25, 2001 10:28 AM
> To: [EMAIL PROTECTED] 
> Subject: Apxs
> 
> 
> hi folks
> 
>    I am trying to configure tomcat3.3b1 with apache.  however, whenever I
> run the build-hpux.sh script, it produces the following error messages
> relating to the apxs script:
> 
> /opt/apache/bin/apxs[66]: require: not found
> /opt/apache/bin/apxs[67]: use:   not found
> /opt/apache/bin/apxs[68]: package: not found
> /opt/apache/bin/apxs[69]: Syntax error at line 74: '(' is not expected.
> 
> I have not modified apxs at all.  Has anyone else encountered these
> difficulties? i've searched my directory structure for the packages, and
> they are not found.
> 
> Aaron
> 
> 
> 
> 

Reply via email to