[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] can`t make install
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] can`t make install
- From: "Ralph Mitchell" <ralphmitchell (at) gmail.com>
- Date: Thu, 15 May 2008 16:48:24 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=D57PO0xjLip2EaxA/RNuHg5tuOo8tWzcNcRUOxqgT48=; b=jRL77bNunTa+opBNUzAVmm4jaBflfZw6LpSX17b73d3guy+CpPR5MA1kKKeLXNLs2WJR8sPkolC9+O7/y0UfuPmQ0N69bShGKIWtHNtoZE024XhT3lp5EuCRPUY3SWBG8+sLpBshYZZDHT2QYpk8rAhX39BMECIFjfv2O0U7jws=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=K4w3Nj2vur6rQolzTD7YmZ74z1bNPpR8cdAssOJk6nm7nXhXZgtLYByIilXf6BCaL1yQ/qKdUKNbEGvH/8qYUxRinECM8Akc2YHy0GkvR8lNU8S74PrVxZUWSvIkb4b17AUdIxx6DkNxgotrv3QwgDgSSIdz/vvsXPLaYhctOkE=
- References: <001601c8b6c1$d2b12ff0$78138fd0$ (at) com>
On Thu, May 15, 2008 at 2:28 PM, Vladimir Micovic <vladimir (at) micovic.com>
wrote:
> Hello,
>
>
>
> I have problem with installing, here is the error:
>
>
>
> chgrp `id -g hobit` y/data/rrd
>
> BBHOME="y/server" MANROOT="y" INSTALLROOT="" INSTALLBINDIR="y/server/bin"
> INSTALLETCDIR="y/server/etc" INSTALLEXTDIR="y/server/ext"
> INSTALLTMPDIR="y/server/tmp" INSTALLWEBDIR="y/server/web"
> INSTALLWWWDIR="y/server/www" make -C common install
>
> make[1]: Entering directory `/root/hobbit-4.2.0/common'
>
> cp -fp bbhostgrep bbhostshow bbdigest bb bbcmd hobbitlaunch y/server/bin/
>
> cp: target `y/server/bin/' is not a directory
>
> make[1]: *** [install-bin] Error 1
>
> make[1]: Leaving directory `/root/hobbit-4.2.0/common'
>
> make: *** [install-common] Error 2
>
It looks almost as if every question that comes up asking for a path, you
answered y (for Yes) followed by the path. You're only supposed to enter
the pathname, unless you *really* want the Hobbit runtime to be installed
under a directory called 'y' within the Hobbit source tree.
Ralph Mitchell