I just installed manually apr and apr_util so i can install activemq cpp library.
When i try to make the cpp library i get the following error:
/usr/bin/ld: cannot find -lexpat
collect2: ld returned 1 exit status
and expat is within apr-util and not being linked. how can i update the ld path so that make or environment will find it?
or in short: how can i resolve this?