Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
Hi Samuele,
I suppose this can occur if there is a different APR library version installed
on the system than you need, for example 32 vs 64 bit. Moreover, UniMRCP uses
patched version with thread-safe memory pools.
I do not know where exactly the problem is but you can use following workaround:
make distclean # just to be sure
./configure \
--with-apr=/path/to/apr \
--with-apr-util=/path/to/apr-util \
LDFLAGS="-L/path/to/apr/lib \
-L/path/to/apr-util/lib" \
LIBS="-lapr-1 -laprutil-1"
# For example:
./configure \
--with-apr=`pwd`/libs/apr \
--with-apr-util=`pwd`/libs/apr-util \
LDFLAGS="-L`pwd`/libs/apr/lib \
-L`pwd`/libs/apr-util/lib" \
LIBS="-lapr-1 -laprutil-1"
Cheers,
- Vali
PS. Sorry for deleting the original comment and re-posting, there were some
typos.
Original comment by tomas.valenta@speechtech.cz
on 29 Jun 2012 at 12:01
The suggested ./configure options should have helped resolve the problem, I
guess. Closing the issue.
Original comment by achalo...@gmail.com
on 6 Mar 2013 at 8:34
Original issue reported on code.google.com by
samuele....@gmail.com
on 12 Jun 2012 at 12:00