I have downloaded apache source code (2.4.9) and also downloaded apr and apr-util and kept in srclib directory under httpd-2.4.9 folder. I configured and compiled apache with options: --prefix=/usr/apache --enable-mods-shared=all --with-ssl={ssl directory} --enable-deflate --with-z={z lib directory} --with-included-apr The platform i am usingLis RHEL 6. This installed apache works fine on this machine.
But when I copy this apache folder on another linux machine (SUSE 11). It give me following error while starting apache error while loading libapr-1.so.0 : Undefined symbol dlopen.
Can you please help me to identify what is going wrong here.