You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)" <ma...@hp.com> on 2001/11/06 03:40:52 UTC

RE: httpd 2.0.27 tarballs are available - Install Errors

I'm getting the following errors : Any ideas ?.. (build 

mkdir /opt/apache2n/bin
mkdir: cannot create directory `/libtool-6153': Permission denied
libtool: install: error: cannot create temporary directory `/libtool-6153'
mkdir: cannot create directory `/libtool-6181': Permission denied
libtool: install: error: cannot create temporary directory `/libtool-6181'
mkdir: cannot create directory `/libtool-6209': Permission denied
libtool: install: error: cannot create temporary directory `/libtool-6209'
mkdir: cannot create directory `/libtool-6237': Permission denied
libtool: install: error: cannot create temporary directory `/libtool-6237'
mkdir: cannot create directory `/libtool-6265': Permission denied
libtool: install: error: cannot create temporary directory `/libtool-6265'
mkdir: cannot create directory `/libtool-6293': Permission denied
libtool: install: error: cannot create temporary directory `/libtool-6293'
make[2]: Leaving directory
`/tmp_mnt/proj/middleware/madhum/PA/httpd-2_0_27/support'
make[1]: Leaving directory
`/tmp_mnt/proj/middleware/madhum/PA/httpd-2_0_27/support'


Installing header files
mkdir: cannot create directory `/libtool-6633': Permission denied
libtool: install: error: cannot create temporary directory `/libtool-6633'
chmod: /opt/apache2n/bin/suexec: No such file or directory
make[1]: *** [install-suexec] Error 1
make[1]: Leaving directory `/tmp_mnt/proj/middleware/madhum/PA/httpd-2_0_27'
make: *** [install-recursive] Error 1


-Madhu


-----Original Message-----
From: Roy T. Fielding [mailto:fielding@ebuilt.com]
Sent: Monday, November 05, 2001 6:05 PM
To: dev@httpd.apache.org
Subject: Re: httpd 2.0.27 tarballs are available


> Can we do a re-roll then, or do we need to toss this tag and move
> on to 2.0.28?

Do a re-roll -- the code hasn't changed,

....Roy


Re: httpd 2.0.27 tarballs are available - Install Errors

Posted by Ryan Bloom <rb...@covalent.net>.
On Wednesday 07 November 2001 08:22 am, Greg Ames wrote:
> Justin Erenkrantz wrote:
> > On Mon, Nov 05, 2001 at 09:40:52PM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> > > I'm getting the following errors : Any ideas ?.. (build
> > >
> > > mkdir /opt/apache2n/bin
> > > mkdir: cannot create directory `/libtool-6153': Permission denied
> > > libtool: install: error: cannot create temporary directory
> > > `/libtool-6153'
> >
> > Platform?
> >
> > Looks like a libtool problem.  What happens if you rerun buildconf
> > and you have libtool 1.4.2 in your path?  Daedalus has libtool 1.3.5
> > which doesn't support certain oddball platforms really well.  The
> > later libtool versions have much better support for oddball platforms
> > (such as HP-UX, AIX, OS X, etc.).  If it looks okay with 1.4.2, we
> > may want to use 1.4.2 when rolling the tarball.  Although I know that
> > PHP doesn't like libtool 1.4.2.  -- justin
>
> One thing bothers me about this.  I believe Madhu has been able to build
> our 2.0 tarballs before, presumably on HP-UX, which presumably were
> rolled on daedalus.  That seems to say my Linux libtool 1.3.5 is
> behaving differently than daedalus's libtool 1.3 5, or daedalus had a
> different libtool back when it worked, or ???

Did you roll this by hand or with the script?  I would suggest using the 
httpd_roll_release script in the support directory.  It is possible that the
docs on dev.apache.org are not up to date.

Ryan

______________________________________________________________
Ryan Bloom				rbb@apache.org
Covalent Technologies			rbb@covalent.net
--------------------------------------------------------------

Re: httpd 2.0.27 tarballs are available - Install Errors

Posted by Greg Ames <gr...@remulak.net>.
Justin Erenkrantz wrote:
> 
> On Mon, Nov 05, 2001 at 09:40:52PM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> > I'm getting the following errors : Any ideas ?.. (build
> >
> > mkdir /opt/apache2n/bin
> > mkdir: cannot create directory `/libtool-6153': Permission denied
> > libtool: install: error: cannot create temporary directory `/libtool-6153'
> 
> Platform?
> 
> Looks like a libtool problem.  What happens if you rerun buildconf
> and you have libtool 1.4.2 in your path?  Daedalus has libtool 1.3.5
> which doesn't support certain oddball platforms really well.  The
> later libtool versions have much better support for oddball platforms
> (such as HP-UX, AIX, OS X, etc.).  If it looks okay with 1.4.2, we
> may want to use 1.4.2 when rolling the tarball.  Although I know that
> PHP doesn't like libtool 1.4.2.  -- justin

One thing bothers me about this.  I believe Madhu has been able to build
our 2.0 tarballs before, presumably on HP-UX, which presumably were
rolled on daedalus.  That seems to say my Linux libtool 1.3.5 is
behaving differently than daedalus's libtool 1.3 5, or daedalus had a
different libtool back when it worked, or ???  

I'll still pursue libtool 1.4.2 for my ThinkPad if it has broader
platform support.  But I have an uneasy feeling that it's not the
complete answer.

Greg

RE: httpd 2.0.27 tarballs are available - Install Errors

Posted by Eric Hubert <er...@gmx.de>.
> > Any idea why PHP doesn't like 1.4.2?
> I think there is some conflict with libtool 1.4.2 and autoconf 2.52.
> IIRC, when I tried to use libtool 1.4.2 with PHP, it gave me an error
> about that combination.  But, I think libtool 1.4.2 and autoconf 2.13
> should be fine.  -- justin

I noticed the same problems trying to use libtool 1.4.2 and autoconf 2.52.
So finally I ended up using libtool 1.4 and autoconf 2.52 to build
mod_php for Apache2. Are there any known problems with libtool 1.4?

- eric


Re: httpd 2.0.27 tarballs are available - Install Errors

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Tue, Nov 06, 2001 at 01:16:21PM -0500, Greg Ames wrote:
> Actually, I rolled on my laptop so I wouldn't have to store my gpg
> private key on daedalus.  But it's the same story - libtool 1.3.5.  I'll
> go hunt for a newer libtool rpm, if it helps with HP-UX.

libtool 1.4.2 should also allow Darwin to build statically.  I 
doubt that we can have DSO support on OS 10.1 in a reasonable time, 
so I'd feel that it's okay to have that broken for a beta.

> Any idea why PHP doesn't like 1.4.2?

I think there is some conflict with libtool 1.4.2 and autoconf 2.52.
IIRC, when I tried to use libtool 1.4.2 with PHP, it gave me an error
about that combination.  But, I think libtool 1.4.2 and autoconf 2.13
should be fine.  -- justin


Re: httpd 2.0.27 tarballs are available - Install Errors

Posted by Greg Ames <gr...@remulak.net>.
Justin Erenkrantz wrote:
> 
> On Mon, Nov 05, 2001 at 09:40:52PM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> > I'm getting the following errors : Any ideas ?.. (build
> >
> > mkdir /opt/apache2n/bin
> > mkdir: cannot create directory `/libtool-6153': Permission denied
> > libtool: install: error: cannot create temporary directory `/libtool-6153'
> 
> Platform?
> 
> Looks like a libtool problem.  What happens if you rerun buildconf
> and you have libtool 1.4.2 in your path?  Daedalus has libtool 1.3.5
> which doesn't support certain oddball platforms really well.  

Actually, I rolled on my laptop so I wouldn't have to store my gpg
private key on daedalus.  But it's the same story - libtool 1.3.5.  I'll
go hunt for a newer libtool rpm, if it helps with HP-UX.

>                                                                The
> later libtool versions have much better support for oddball platforms
> (such as HP-UX, AIX, OS X, etc.).  If it looks okay with 1.4.2, we
> may want to use 1.4.2 when rolling the tarball.  Although I know that
> PHP doesn't like libtool 1.4.2.  -- justin

Any idea why PHP doesn't like 1.4.2?

Greg

Re: httpd 2.0.27 tarballs are available - Install Errors

Posted by Justin Erenkrantz <je...@ebuilt.com>.
On Mon, Nov 05, 2001 at 09:40:52PM -0500, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote:
> I'm getting the following errors : Any ideas ?.. (build 
> 
> mkdir /opt/apache2n/bin
> mkdir: cannot create directory `/libtool-6153': Permission denied
> libtool: install: error: cannot create temporary directory `/libtool-6153'

Platform?

Looks like a libtool problem.  What happens if you rerun buildconf
and you have libtool 1.4.2 in your path?  Daedalus has libtool 1.3.5
which doesn't support certain oddball platforms really well.  The
later libtool versions have much better support for oddball platforms 
(such as HP-UX, AIX, OS X, etc.).  If it looks okay with 1.4.2, we 
may want to use 1.4.2 when rolling the tarball.  Although I know that
PHP doesn't like libtool 1.4.2.  -- justin