Re: [CentOS] fastcgi

2007-10-25 Thread Centos
Thanks I found the SRPM for mod_fcgid , compiled it and my perl fcgi is working good. however it seems mod_fcgid does not come with fcgi C++ libraries. would you please let me know if you know where can I find fcgilib rpm . my googling seems not to be very good :) Thanks again for help J

Re: [CentOS] fastcgi

2007-10-24 Thread Jim Perrin
On 10/24/07, Centos <[EMAIL PROTECTED]> wrote: > can you please forward the link for fcgi rpm A quick google will point you to -> http://download.fedora.redhat.com/pub/epel/5/i386/repoview/M.group.html If this isn't right for your version of centos (since you didn't specify which you're using) yo

Re: [CentOS] fastcgi

2007-10-24 Thread Jim Perrin
Please. Stop. Top-posting. On 10/24/07, Centos <[EMAIL PROTECTED]> wrote: > I just made symlink > ln -s /usr/lib/apache/mod_fastcgi.so /etc/httpd/modules/mod_fastcgi.so This won't work. /etc/httpd/modules is a link itself. It links to /usr/lib/httpd/modules/ the fastcgi package was built back in

Re: [CentOS] fastcgi

2007-10-24 Thread Centos
can you please forward the link for fcgi rpm Thanks Jim Perrin wrote: On 10/24/07, Centos <[EMAIL PROTECTED]> wrote: Hello is there any fastcgi rpm available. I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ? http://rpm.pbone.net/index.php

Re: [CentOS] fastcgi

2007-10-24 Thread Centos
I just made symlink ln -s /usr/lib/apache/mod_fastcgi.so /etc/httpd/modules/mod_fastcgi.so but I got this error when starting the httpd: Starting httpd: httpd: Syntax error on line 199 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_fastcgi.so into server: /etc/httpd/modules

Re: [CentOS] fastcgi

2007-10-24 Thread Jim Perrin
Please do not top post. On 10/24/07, Centos <[EMAIL PROTECTED]> wrote: > yes, missed it, but it install the module to > /usr/lib/apache/mod_fastcgi.so > > do you have link to srpm ? I should change the top_dir to /etc/httpd/ Uh, the page you linked to has the link to the src.rpm, and it's still

Re: [CentOS] fastcgi

2007-10-24 Thread Jim Perrin
On 10/24/07, Centos <[EMAIL PROTECTED]> wrote: > Hello > > is there any fastcgi rpm available. > > I downloaded fastcgi rpm from pbone.net, but it does not contain > mod_fastcgi.so > what about srpm ? > > http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i386.rpm.html I r

Re: [CentOS] fastcgi

2007-10-24 Thread Centos
yes, missed it, but it install the module to /usr/lib/apache/mod_fastcgi.so do you have link to srpm ? I should change the top_dir to /etc/httpd/ Thanks Garrick Staples wrote: On Wed, Oct 24, 2007 at 04:23:58PM -0300, Centos alleged: Hello is there any fastcgi rpm available. I downloaded

Re: [CentOS] fastcgi

2007-10-24 Thread Garrick Staples
On Wed, Oct 24, 2007 at 04:23:58PM -0300, Centos alleged: > Hello > > is there any fastcgi rpm available. > > I downloaded fastcgi rpm from pbone.net, but it does not contain > mod_fastcgi.so > what about srpm ? > > http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i386

[CentOS] fastcgi

2007-10-24 Thread Centos
Hello is there any fastcgi rpm available. I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ? http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i386.rpm.html thanks for help __