> -----Original Message----- > From: Fraser Adams [mailto:[email protected]] > Sent: Friday, March 22, 2013 3:14 PM > To: [email protected] > Subject: Re: is there a cmake uninstall target???? > > On 22/03/13 18:52, Steve Huston wrote: > > You still need to --load-module for plugins. > > > > > With my previous qpid 0.20 build I got: > > qpidd > 2013-03-22 12:48:21 [Network] notice Listening on TCP/TCP6 port 5672 > 2013-03-22 12:48:21 [HA] notice Broker: Initializing: zappa:5672(joining) > 2013-03-22 12:48:21 [Broker] notice Broker running > > > which looks like the ha module loaded and I certainly didn't need to do -- > load-module there.
Good point. > Hmm I guess though back then it was a *proper* install with everything > where it should be, with the ha.so in /usr/local/lib/qpid/daemon > > > What's weird though is if I to (in src) ./qpidd -h I see "--module-dir > DIR (/usr/local/lib/qpid/daemon)" and I've definitely got ha.so in my > /usr/local/lib/qpid/daemon. > > -rw-r--r-- 1 root root 1817653 2013-03-22 16:06 ha.so > > what should the permissions be? does that look right? No - your plugin needs 'x' access to work. > Something is definitely messed up :-( Yes - the install is not really right. To check the build itself use ./qpidd --load-module ./ha.so > I'm not warming to cmake yet, can you tell :-D Resistance is futile :-) -Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
