Xymon Mailing List Archive search

data directory and installation

3 messages in this thread

list Nicolas Dorfsman · Fri, 22 Sep 2006 11:09:35 +0200 ·
$ ls -l
total 12
drwxr-xr-x   2 bigb     bigb         512 Sep 11 15:35 cgi-bin
drwxr-xr-x   2 bigb     bigb         512 Jun 20 16:31 cgi-secure
drwxr-xr-x   8 bigb     other        512 Sep 11 16:16 client
lrwxrwxrwx   1 bigb     bigb          16 Jun 23 15:12 data -> /var/ 
hobbit/data
drwxr-xr-x   4 bigb     bigb         512 Jun 22 12:17 dist
drwxr-xr-x  10 bigb     bigb         512 Sep 11 15:36 server

# make install
mkdir -p /opt/hobbit/server /opt/hobbit/server/download /opt/hobbit/data
mkdir: "/opt/hobbit/data": Exists but is not a directory
make: *** [install-dirs] Error 2


data directory should be a customisable variable.


Nico
list Henrik Størner · Fri, 22 Sep 2006 11:15:00 +0200 ·
On Fri, Sep 22, 2006 at 11:09:35AM +0200, Nicolas Dorfsman wrote:
data directory should be a customisable variable.
It is, but you have to edit the top-level Makefile to change it.
That is the reason why the configure script ends with

  Created Makefile with the necessary information to build Hobbit
  Some defaults are used, so do look at the Makefile before continuing.

Check the "BBVAR" setting there.


Regards,
Henrik
list Nicolas Dorfsman · Fri, 22 Sep 2006 11:31:47 +0200 ·
	Hi Henrik,
quoted from Henrik Størner


Le 22 sept. 06 à 11:15, Henrik Stoerner a écrit :
On Fri, Sep 22, 2006 at 11:09:35AM +0200, Nicolas Dorfsman wrote:
data directory should be a customisable variable.
It is, but you have to edit the top-level Makefile to change it.
That is the reason why the configure script ends with

  Created Makefile with the necessary information to build Hobbit
  Some defaults are used, so do look at the Makefile before  
continuing.

Check the "BBVAR" setting there.

Ok. I did modify the BBVAR definition to resolv.

It would be nice to have the question for BBVAR, as for BBLOG, in the  
configure script.


Nicolas