[ 
https://issues.apache.org/activemq/browse/AMQCPP-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43953#action_43953
 ] 

Timothy Bish commented on AMQCPP-187:
-------------------------------------

Most likely you don't have libexpat installed, or you don't have its path in 
your ld.so.conf.

> Link error for Example
> ----------------------
>
>                 Key: AMQCPP-187
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-187
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Example Code
>    Affects Versions: 2.2
>         Environment: CentOS 5.2
>            Reporter: Amit Parikh
>            Assignee: Nathan Mittler
>
> On running Makefile I am getting following error
> /bin/sh ../../libtool --tag=CXX --mode=link g++  -g -O2   -o example  
> example-main.o ../main/libactivemq-cpp.la  /usr/local/apr/lib/libapr-1.la 
> -luuid -lrt -lcrypt  -lpthread -ldl    /usr/local/apr/lib/libaprutil-1.la   
> g++ -g -O2 -o .libs/example example-main.o  ../main/.libs/libactivemq-cpp.so 
> -lexpat /usr/local/apr/lib/libaprutil-1.so /usr/local/apr/lib/libexpat.so 
> /usr/local/apr/lib/libapr-1.so -luuid -lrt -lcrypt -lpthread -ldl  
> -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/apr/lib
> /usr/bin/ld: cannot find -lexpat
> collect2: ld returned 1 exit status
> make: *** [example] Error 1
> Everything under src/main is correctly compiled and linked. Issue is only 
> with linking of Example files

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to