Re: Perl FastCGI Problems -- Please help!
Scott Meeuwsen (smeeuwsen@hayburn.com)
Mon, 12 May 1997 11:40:01 -0400
Message-Id: <337739D1.41C67EA6@hayburn.com>
Date: Mon, 12 May 1997 11:40:01 -0400
From: Scott Meeuwsen <smeeuwsen@hayburn.com>
To: fastcgi-developers@OpenMarket.com
Subject: Re: Perl FastCGI Problems -- Please help!
Got the perl fastcgi kit from CPAN like I was supposed to (v0.28) and it
works well. Sorry if I caused anyone inconvenience in researching my
problem...I missed that part in the docs but I guess figured that the
perl stuff that came with the fast cgi kit would work...(it should
shoulnd't it?)
BTW - what happened below...it has been a while since I programmed
C...but I think that what it is saying is that the symbol has no content
(ie. not a var, or a piece of code.). I think it is possibly caused
when the code is compiled but the linking of the lib stuff fails...but I
got no error messeges...
Scott Meeuwsen wrote:
>
> Thanks everyone for your help. I got a new problem though...just after
> I got through makeing the perl.pm file and installing it..I get this
> message after running the echo-perl example...
>
> ld.so: Undefined symbol "_FCGI_Accept" called from
> perl:/usr/local/lib/perl5/site_perl/i386-freebsd/auto/FCGI/FCGI.so at
> 0x80890f8
>
> Please help ASAP!!! Thanks in advance...
>
> Scott Meeuwsen