Sameer Tilak wrote:
But now when I run my application, I get the following error: relocation error: ../../app: undefined symbol: xmlReadMemory Is still it trying to use the older library version during runtime ?
Use ldd to see what library the loader chooses for your application.