[Bro-Dev] #399: Installing from aux/broccoli uses the default prefix

Bro Tracker bro at tracker.icir.org
Mon Feb 14 10:57:01 PST 2011


#399: Installing from aux/broccoli uses the default prefix
-----------------------+-----------------------
  Reporter:  leres     |      Owner:  jsiwek
      Type:  Problem   |     Status:  closed
  Priority:  Normal    |  Milestone:
 Component:  Broccoli  |    Version:  git/devel
Resolution:  Invalid   |   Keywords:
-----------------------+-----------------------
Changes (by jsiwek):

 * status:  assigned => closed
 * resolution:   => Invalid


Comment:

 I think this is generally just a misconception of how configuring/building
 Bro as a monolithic project works.  When configuring Bro from the top-
 level directory, none of the configuration state is shared with sub-
 projects.  You need to either:

 1) execute the `make install` from the top-level directory to install
 broccoli again (it will also check if the other Bro components need to be
 installed)
 2) configure/build broccoli as it's own independent package that points to
 the install prefix that you want (this is effectively what you were doing,
 but you didn't do a `./configure --prefix=...` so the default  was used)

 The default install prefix for broccoli could be changed to
 `/usr/local/bro` (or bro's changed to `/usr/local/`) to make them
 consistent, but I think they make sense the way they are.

 I'm going to close this, but anyone feel free to reopen with comments if
 you have them.

-- 
Ticket URL: <http://tracker.icir.org/bro/ticket/399#comment:2>
Bro Tracker <http://tracker.icir.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list