Required Permission to run as daemon

2008-08-24 Thread oliverw
Hello I've managed to run ActiveMQ as daemon under the 'nobody' account on one linux box but can't get it to run under the same account on another machine (no SELinux active). Actually I did not manage to get it to start under anything but root. What permissions are required? Am I missing somethi

Re: Compiling ActiveMQ-CPP fails under Debian 4.0

2008-08-04 Thread oliverw
/StompCommandReader.cpp oliverw wrote: > > The latest version of libc6-dev is installed. AFAIK glibc-devel does not > exist in Debian. > > > bsnyder wrote: >> >> On Mon, Aug 4, 2008 at 10:08 AM, oliverw <[EMAIL PROTECTED]> wrote: >>> >>> ./conf

Configuring HTTP and REST

2008-08-04 Thread oliverw
I've seen numerous threads about http://activemq.apache.org/rest.html but never a real answer on how to configure ActiveMQ in order to get what's described on the aforementioned documentation page. What's the status on this? -- View this message in context: http://www.nabble.com/Configuring-HTTP

Re: Compiling ActiveMQ-CPP fails under Debian 4.0

2008-08-04 Thread oliverw
The latest version of libc6-dev is installed. AFAIK glibc-devel does not exist in Debian. bsnyder wrote: > > On Mon, Aug 4, 2008 at 10:08 AM, oliverw <[EMAIL PROTECTED]> wrote: >> >> ./configure fails for activemq-cpp-2.2 under Debian 4.0 etch using the >> latest

Compiling ActiveMQ-CPP fails under Debian 4.0

2008-08-04 Thread oliverw
./configure fails for activemq-cpp-2.2 under Debian 4.0 etch using the latest packages from /testing with: checking for pthread_create in -lpthread... no configure: error: libpthread not found! Installing libpthread-stubs0-dev did not solve the problem. Suggestions? -- View this message in cont