Re: Libraries to include while compiling my activemq-cpp code

2009-04-29 Thread Timothy Bish
On Wed, 2009-04-29 at 04:47 -0700, nmittal wrote: > > > Timothy Bish wrote: > > > > On Tue, 2009-04-28 at 08:35 -0700, nmittal wrote: > >> > >> > >> Timothy Bish wrote: > >> > > >> > > >> > It still appears if your environment is working against you. You need > >> > to spend some time figur

Re: Libraries to include while compiling my activemq-cpp code

2009-04-29 Thread nmittal
::core::ActiveMQConnectionFactory::ActiveMQConnectionFactory(std::basic_string> std::char_traits, std::allocator > const&, >> std::basic_string, std::allocator > >> const&, std::basic_string, >> std::allocator >> > const&)' >> collect2: ld ret

Re: Libraries to include while compiling my activemq-cpp code

2009-04-28 Thread Timothy Bish
On Tue, 2009-04-28 at 08:35 -0700, nmittal wrote: > > > Timothy Bish wrote: > > > > > > It still appears if your environment is working against you. You need > > to spend some time figuring out what is installed and where. > > > >> /usr/bin/ld: skipping incompatible /usr/lib/libuuid.so when s

Re: Libraries to include while compiling my activemq-cpp code

2009-04-28 Thread nmittal
ld returned 1 exit status make: *** [/RSIGrid/register_ticker] Error 1 $ -- View this message in context: http://www.nabble.com/Libraries-to-include-while-compiling-my-activemq-cpp-code-tp23223505p23279598.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread Timothy Bish
On Mon, 2009-04-27 at 13:09 -0700, nmittal wrote: > > > Timothy Bish wrote: > > > > On Mon, 2009-04-27 at 09:38 -0700, nmittal wrote: > > > > Most autoconf based packages install in /usr/local by default unless you > > pass the prefix argument to the configure script. > > > > Try './configure

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread nmittal
echo $LD_LIBRARY_PATH /usr/lib64:/usr/local/BerkeleyDB.4.7/lib:/usr/lib:/usr/local/lib I have no clue what I am doing wrong.. please help. -- View this message in context: http://www.nabble.com/Libraries-to-include-while-compiling-my-activemq-cpp-code-tp23223505p23263959.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread Timothy Bish
On Mon, 2009-04-27 at 09:38 -0700, nmittal wrote: > > > Timothy Bish wrote: > > > > On Mon, 2009-04-27 at 08:35 -0700, nmittal wrote: > > > > > > You apparently have v1.2.7. You can usually find out the version by > > using the config script installed with APR 'apr-1-config --version' will >

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread nmittal
in context: http://www.nabble.com/Libraries-to-include-while-compiling-my-activemq-cpp-code-tp23223505p23260230.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread Timothy Bish
On Mon, 2009-04-27 at 08:35 -0700, nmittal wrote: > > > Timothy Bish wrote: > > > >>From problems you were having previously I'm assuming that you have an > > older version of APR installed somewhere on Path and that is getting > > found instead of the 1.3 version you built and installed in /usr

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread nmittal
6 M -- View this message in context: http://www.nabble.com/Libraries-to-include-while-compiling-my-activemq-cpp-code-tp23223505p23259011.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread Timothy Bish
On Mon, 2009-04-27 at 08:17 -0700, nmittal wrote: > > > Timothy Bish wrote: > > > > On Fri, 2009-04-24 at 14:05 -0700, nmittal wrote: > >> > >> > >> > It looks like its not using the correct version of APR, which is odd. > >> > The `apr_pool_create_unmanaged_ex' didn't exist until APR 1.3 so i

Re: Libraries to include while compiling my activemq-cpp code

2009-04-27 Thread nmittal
o.7.0.0 lrwxrwxrwx 1 root root 24 Mar 18 13:19 /usr/local/lib/libactivemq-cpp.so.6 -> libactivemq-cpp.so.6.0.1 -rwxr-xr-x 1 root root 33210789 Mar 18 13:19 /usr/local/lib/libactivemq-cpp.so.6.0.1 lrwxrwxrwx 1 root root 24 Apr 24 14:27 /usr/local/lib/libactivemq-cpp.so.7 -> libactivemq

Re: Libraries to include while compiling my activemq-cpp code

2009-04-24 Thread nmittal
he following error... $ ./register_ticker ./register_ticker: error while loading shared libraries: libactivemq-cpp.so.7: cannot open shared object file: No such file or directory $ thanks again for your help. Nishant -- View this message in context: http://www.nabble.com/Libraries-to-in

Re: Libraries to include while compiling my activemq-cpp code

2009-04-24 Thread Timothy Bish
On Fri, 2009-04-24 at 14:05 -0700, nmittal wrote: > > > > It looks like its not using the correct version of APR, which is odd. > > The `apr_pool_create_unmanaged_ex' didn't exist until APR 1.3 so if > > that's not being found then it seems as if you are getting an old APR. > > Have you tried lin

Re: Libraries to include while compiling my activemq-cpp code

2009-04-24 Thread nmittal
6.0.1 -rwxr-xr-x 1 root root 33210789 Mar 18 13:19 /usr/local/lib/libactivemq-cpp.so.6.0.1 lrwxrwxrwx 1 root root 24 Apr 24 14:27 /usr/local/lib/libactivemq-cpp.so.7 -> libactivemq-cpp.so.7.0.0 -rwxr-xr-x 1 root root 33312073 Apr 24 14:27 /usr/local/lib/libactivemq-cpp.so.7.0.0 # -- View this messa

Re: Libraries to include while compiling my activemq-cpp code

2009-04-24 Thread Timothy Bish
On Fri, 2009-04-24 at 13:52 -0700, nmittal wrote: > > > Timothy Bish wrote: > > > > Besides the activemq-cpp lib you need: > > > > libapr-1 > > libaprutil-1 > > > > and whatever libs that the APR scripts tell you > > apr-1-config --libs > > apu-1-config --libs > > > > Regards > > Tim. > > >

Re: Libraries to include while compiling my activemq-cpp code

2009-04-24 Thread nmittal
tatus make: *** [/RSIGrid/register_ticker] Error 1 what am I missing. I appreciate any help on this. thanks Nishant -- View this message in context: http://www.nabble.com/Libraries-to-include-while-compiling-my-activemq-cpp-code-tp23223505p23224695.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Libraries to include while compiling my activemq-cpp code

2009-04-24 Thread Timothy Bish
On Fri, 2009-04-24 at 12:45 -0700, manua wrote: > Hi All, > > I am writing my own producer and consumer code, but getting issues when > compiling my code. If I refer my cpp files in Makefile.am in the same format > as the example code, able to compile my code with make check. Kindly tell me > whic

Libraries to include while compiling my activemq-cpp code

2009-04-24 Thread manua
. Thanks, Manu -- View this message in context: http://www.nabble.com/Libraries-to-include-while-compiling-my-activemq-cpp-code-tp23223505p23223505.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.