Problem with fastcgi and ruby-fcgi
"Alexis Rondeau" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all! I hope you can help me with the following problem which occurs on a T2000 UltraSparcT1 with Solaris 10: I want to use fcgi in combination with ruby-fcgi and I and the developer of ruby-fcgi come to a point where we do not know where the problem lies. Downloading and installing fcgi works fine, the libraries and includes are there BUT when I try to compile ruby-fcgi against them the following occurs (I know this mailinglist is not about ruby but maybe you have a pointer): bash-3.00# ruby install.rb config install.rb: entering config phase... ---> lib <--- lib ---> ext ---> ext/fcgi /opt/csw/bin/ruby /root/ruby-fcgi-0.8.6/ext/fcgi/extconf.rb checking for fcgiapp.h... yes checking for FCGX_Accept() in -lfcgi... no <--- ext/fcgi <--- ext It seems that somehow FCGX_Accept is not available or is somehow not working. So I was advised to check on it: bash-3.00# nm -D /opt/csw/lib/libfcgi.so | grep FCGX_Accept [104] | 17796| 120|FUNC |GLOB |0 |7 |FCGX_Accept [18] | 17344| 452|FUNC |GLOB |0 |7 |FCGX_Accept_r Unfortunately I really do not know if this is good or bad. Can someone please help me with this, since I am totally stuck for days now and not moving forward... Thank you in advance for help, suggestions or pointers. Regards, Alexis Rondeau ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/