You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@attglobal.net> on 2001/09/14 14:30:02 UTC

make install FUBAR?

With --prefix=/home/trawick/apacheinst, I'm not getting that directory
created but I am getting the directories created in /home/trawick.

drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 lib
drwxr-xr-x   2 trawick  trawick      2048 Sep 14 07:21 include
drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 modules
drwxr-xr-x   2 trawick  users        3072 Sep 14 07:21 bin
drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 conf
drwxr-xr-x  13 trawick  trawick      1024 Sep 14 07:21 manual
drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 logs
drwxr-xr-x   3 trawick  trawick      3072 Sep 14 07:21 icons
drwxr-xr-x   2 trawick  trawick      2048 Sep 14 07:21 htdocs
drwxr-xr-x   3 trawick  trawick      1024 Sep 14 07:21 error

(actually, bin has existed there for years)
-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: make install FUBAR?

Posted by Jeff Trawick <tr...@attglobal.net>.
Jeff Trawick <tr...@attglobal.net> writes:

> With --prefix=/home/trawick/apacheinst, I'm not getting that directory
> created but I am getting the directories created in /home/trawick.

ahh, this was a bad recreate of the problem :(  let me go back to
figuring out exactly where the regression builds go south...

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: make install FUBAR?

Posted by Jeff Trawick <tr...@attglobal.net>.
Ryan Bloom <rb...@covalent.net> writes:

> On Friday 14 September 2001 05:30 am, Jeff Trawick wrote:
> 
> Any errors on the install command?  I would bet that it isn't finding
> the correct command to make the directory, but I would need to see
> the output to confirm.

here were the errors from make install...

/bin/sh: /build/mkdir.sh: No such file or directory
cp: copying multiple files, but last argument (/home/regress/regress/install/include) is not a directory
Try `cp --help' for more information.
/bin/sh: /build/mkdir.sh: No such file or directory
cp: cannot create regular file `/home/regress/regress/install/libapr.so.0.0.0': No such file or directory
make[2]: *** [install] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1

srcdir wasn't getting filled-in in apr/Makefile...  I just tweaked
apr/Makefile.in and make install completes without a problem now

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: make install FUBAR?

Posted by Ryan Bloom <rb...@covalent.net>.
On Friday 14 September 2001 05:30 am, Jeff Trawick wrote:

Any errors on the install command?  I would bet that it isn't finding
the correct command to make the directory, but I would need to see
the output to confirm.

Ryan

> With --prefix=/home/trawick/apacheinst, I'm not getting that directory
> created but I am getting the directories created in /home/trawick.
>
> drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 lib
> drwxr-xr-x   2 trawick  trawick      2048 Sep 14 07:21 include
> drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 modules
> drwxr-xr-x   2 trawick  users        3072 Sep 14 07:21 bin
> drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 conf
> drwxr-xr-x  13 trawick  trawick      1024 Sep 14 07:21 manual
> drwxr-xr-x   2 trawick  trawick      1024 Sep 14 07:21 logs
> drwxr-xr-x   3 trawick  trawick      3072 Sep 14 07:21 icons
> drwxr-xr-x   2 trawick  trawick      2048 Sep 14 07:21 htdocs
> drwxr-xr-x   3 trawick  trawick      1024 Sep 14 07:21 error
>
> (actually, bin has existed there for years)

-- 

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