Re: Pete Eberlein's Web Utilities Issue
- Posted by gertie at visionsix.com Jan 13, 2003
- 465 views
On 12 Jan 2003, at 22:50, jbrown1050 at hotpop.com wrote: > > On Sun, Jan 12, 2003 at 09:41:06PM -0600, C. K. Lester wrote: > > > > When I run webserver.exu, it starts up fine and a shell window opens (I'm > > using KDE) with a blinking cursor. > > > > I open up a Konquerer browser and enter "http://localhost:8080/index.html" > > and > > get the following: > > > > --start > > An error occured while loading http://localhost:8080/index.html: > > > > > > The process for the http://localhost protocol died unexpectedly. > > --end > > > > The shell window created by webserver.exu also closes and disappears after > > trying the above URL. > > > > I'm guessing that webserver.exu crashes, but I get no ex.err message! That > > doesn't really help me out, seein' as how I'm a BSD newbie 'n' all. :) > > > > Somebody want to throw(ck,"a clue")? > > > > Thanks! > > > > -ck > > Clue 1: based on what we learned, change all 'open_dll("")' to > 'open_dll("libc.so")' That should fix a big potential bug. > > Clue 2: in the working dir of webserver.exu, try this 'touch ex.err;chmod 0555 > ex.err' That should bypass any problems w/ the write permissions of the > file/dir. > > Clue 3: ... Leave the ex.err there once you do chmod. Deleting the file deletes the permissions. But i dunno *nix, so i could be wrong. Kat