e 4402: ac_config_commands: command not found
>>> ./configure: line 4403: ac_config_files: command not found
>>> ./configure: line 4404: ac_config_guess: command not found
>>> ./configure: line 4405: ac_config_libobj_dir: command not found
>>>
>>>
>>>
;> > when you do a ./configure
>> >
>> > vserv-deb:/usr/local/build/tomcat-native-1.1.10-src/jni/native# ls -l
>> > build
>> > total 156
>> > -rw-r--r-- 1 root root 26635 2007-04-23 20:21 apr_common.m4
>> > -rwxr-xr-x 1 500 root 2115 2
ge-
From: Orlando Reis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 24, 2007 8:29 AM
To: Tomcat Users List
Subject: Re: Problem with compiling tomcat native
I am almost sure you are right about the problem, it is a shell problem. I
will try having a look at this later but for now I don'
on a system ware the configure
works, and on a system ware it does not work just to see if they use different
versions of bash.
-Original Message-
From: Orlando Reis [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 24, 2007 8:29 AM
To: Tomcat Users List
Subject: Re: Problem with compiling
es are
> installed. It seems that some packages link /bin/sh to the shell contained
> in that package, so even though bash was the default shell to start with,
> some other shell ends up replacing it, and fails to run configure scripts.
>
> -Original Message-
> Fro
ll to start with, some other
shell ends up replacing it, and fails to run configure scripts.
-Original Message-
From: Orlando Reis [mailto:[EMAIL PROTECTED]
Sent: Monday, April 23, 2007 12:06 PM
To: Tomcat Users List
Subject: Re: Problem with compiling tomcat native
Thanks for the reply
, 2007 12:06 PM
To: Tomcat Users List
Subject: Re: Problem with compiling tomcat native
Thanks for the reply Alan.
I'm using bash, and have used bash in Solaris, Linux (Centos, RHE5, Fedora,
Ubuntu).
None of those platforms gave me a headache, only Debian 4.0, with
Debian 3.1I didn't have
Thanks for the reply Alan.
I'm using bash, and have used bash in Solaris, Linux (Centos, RHE5, Fedora,
Ubuntu).
None of those platforms gave me a headache, only Debian 4.0, with
Debian 3.1I didn't have a problem.
Orlando
On 4/23/07, Fargusson.Alan <[EMAIL PROTECTED]> wrote:
It may be that th
It may be that the configure script depends on the default shell (/bin/sh)
being BASH. Does it work if you do "bash configure"?
-Original Message-
From: Orlando Reis [mailto:[EMAIL PROTECTED]
Sent: Monday, April 23, 2007 4:25 AM
To: users@tomcat.apache.org
Subject: Problem with compiling