1. webserver.exu
- Posted by "C. K. Lester" <cklester at yahoo.com> Jan 12, 2003
- 508 views
I'm getting this message when trying to run Pete Eberlein's webserver.exu= =2E required shared routine missing webserver.exu:224 in procedure serve_webpages() c_proc/c_func: bad routine number (-1) =2E.. called from webserver.exu:352 Since I've encountered this message a few times with different programs, = could=20 somebody point me to where I can read up on this stuff? I'll check the ma= il=20 list archives...
2. Re: webserver.exu
- Posted by jbrown1050 at hotpop.com Jan 12, 2003
- 490 views
On Sun, Jan 12, 2003 at 11:12:23AM -0600, C. K. Lester wrote: > > I'm getting this message when trying to run Pete Eberlein's webserver.exu. > > required shared routine missing > > webserver.exu:224 in procedure serve_webpages() > c_proc/c_func: bad routine number (-1) > ... called from webserver.exu:352 > > Since I've encountered this message a few times with different programs, could > > somebody point me to where I can read up on this stuff? I'll check the mail > list archives... > Hmm .... Might be a linker thing. Linux exu seems to be linked to quite a few libs, perhaps more so then the FreeBSD version??? constant prn = define_c_proc(open_dll(""), "printf", {C_INT}) c_proc(prn, {1}) what do those 2 lines, when run with freebsd exu, show you ck? -jbrown > ==^^=============================================================== > This email was sent to: jbrown1050 at hotpop.com > > > TOPICA - Start your own email discussion group. FREE! -- /"\ ASCII ribbon \ / campain against X HTML e-mail and /*\ news and unneeded MIME
3. Re: webserver.exu
- Posted by jbrown1050 at hotpop.com Jan 12, 2003
- 456 views
On Sun, Jan 12, 2003 at 07:43:27PM +0000, C. K. Lester wrote: > > > jbrown1050 at hotpop.com wrote: > > > > Might be a linker thing. Linux exu seems to be linked to quite a few > > libs, > > perhaps more so then the FreeBSD version??? > > > > constant prn = define_c_proc(open_dll(""), "printf", {C_INT}) > > c_proc(prn, {1}) > > > > what do those 2 lines, when run with freebsd exu, show you ck? > > /home/cklester/Desktop/killme:2 > define_c_proc has not been declared > constant prn = define_c_proc(open_dll(""), "printf", {C_INT}) > ^ Hmm ... I have no idea why it had that error ... only thing i can think of is that you dont have a dll.e Try this instead: constant prn = machine_func(51, {machine_func(50, ""), "printf", {C_INT}, 0}) c_proc(prn, {1}) Now tell me, what does that do? -jbrown > > > > TOPICA - Start your own email discussion group. FREE! -- /"\ ASCII ribbon \ / campain against X HTML e-mail and /*\ news and unneeded MIME