vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am running OpenBSD 4.0 with the bundled Apache 1.3.29. Spent several hours trying to figure out why the the test CGI script, entirely written in C, gives 500 error status and 'Premature end of script headers'. The solution was obvious after I've run ldd on the executable - recompile the C-file with -static switch to gcc. I didn't however like it very much, due to obvious reasons addition, I am planning on playing with Ruby on Rails soon - so I need ruby and all its libraries to be accessible from within chroot. What is the best way to accomplish this? |