Forum Moderators: phranque

Message Too Old, No Replies

error starting Apache

         

andrejs

8:53 pm on Jun 10, 2010 (gmt 0)

10+ Year Member



I managed to install Apache HTTP server on Linux Embedded controller. But after I tried to start Apache server I got the error message: /mnt/sd/nfs/apache2/bin/httpd: can't resolve symbol 'apr_hook_global_pool' Starting Apache server: Failed.
What should i do to start Apache server without errors?

jdMorgan

10:45 pm on Jun 10, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sounds like the symbol table is corrupted, or the wrong version for your OS. At least one symbol appears to be missing. Not that I know very much about this, but Apache can use run-time binding, and if the symbol table isn't right, then that won't work.

You may need to go get another (non-corrupted) download for the exact OS you are using, or download the source and compile it yourself on the target OS if an exact-OS-specific binary isn't readily available.

Unfortunately that's all I can tell you about this problem. :(

Jim