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
::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
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
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.
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
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.
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
>
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.
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
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.
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
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
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
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
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
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.
> >
>
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.
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
.
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.
19 matches
Mail list logo