http://www.perlmonks.org?node_id=989308


in reply to Cant load CPRClient.so file for perl module- 'only ET_DYN and ET_EXEC can be loaded'

Run ldd -v /opt/httpd/apps/dev/xxpica/lib/CPRClient.so

and then adjust your LD_LIBRARY_PATH accordingly (or recompile CPRClient and/or its dependencies)

  • Comment on Re: Cant load CPRClient.so file for perl module- 'only ET_DYN and ET_EXEC can be loaded'

Replies are listed 'Best First'.
Re^2: Cant load CPRClient.so file for perl module- 'only ET_DYN and ET_EXEC can be loaded'
by klohare (Initiate) on Sep 04, 2012 at 10:51 UTC
    Thanks a lot.