disconnect / apache-websocket

Apache WebSocket module
Apache License 2.0
196 stars 46 forks source link

Apache fails to load module - how to debug #23

Closed perryc closed 11 years ago

perryc commented 11 years ago

I wrote a handler talks to a usb i/o board (Heber x10i) to fetch some realtime data. After installing the module when I try to restart apache I get:

Could not open WebSocket handler module Action 'configtest' failed. The Apache error log may have more information.

I'm suspecting it has something todo with the boards shared libs but am bit unsure how best to debug. Nothing in the error log so if you could point me in a direction how I might find some clues I'd sure appreciate it.

18 hours later - Sorry slightly smarter now... ldd is reporting undefined symbols that are in .so's ldconfig has found so I'm pretty sure my problem is way down there. Please close