Wonderful, that link did the trick!!

-----Original Message-----
From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]
Sent: Wed 6/4/2008 1:06 PM
To: mod-fcgid-users@lists.sourceforge.net
Subject: Re: [Mod-fcgid-users] Difficulty compiling mod-fcgid on centos 5
 
On Wed, 4 Jun 2008 13:16:37 -0500
"Andrew White" <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> 
> I'm having a difficult time compiling mod-fcgid.  My Make file is
> this:
> 
> #
> #  Makefile for Apache2
> #
> 
> builddir     = .
> 
> top_dir      = /usr/lib/httpd
> 
> top_srcdir   = ${top_dir}
> top_builddir = ${top_dir}
> VPATH = arch/unix/
> 
> #include ${top_builddir}/build/special.mk
> include ${top_builddir}/modules.mk
> 
> APXS      = apxs
> APACHECTL = apachectl
> EXTRA_CFLAGS = -I$(builddir)
> 
> all: local-shared-build
> 
> clean:
>         rm -f *.o *.lo *.slo *.la arch/unix/*.o arch/unix/*.lo
> arch/unix/*.slo arch/unix/*.la .libs/* arch/unix/.libs/*
> 
> When I run the command I get this output:
> 
> [root@ mod_fcgid.2.2]# make top_dir=/usr/lib/httpd/
> make: *** No rule to make target `fcgid_bridge.slo', needed by
> `mod_fcgid.la'.  Stop.
> 
> If I uncomment "#include ${top_builddir}/build/special.mk" it just
> gives me an error that "special.mk" cannot be found.  I've researched
> into what special.mk is but haven't been able to find anything it
> doesn't come with the source code thats for sure.  Naturally there
> isn't any yum depositories I've been able to find with the module.
> 
> Any help is much appreciated!
> 
> Andrew

Do you have httpd-devel package installed?
Anyway, this package IS in a yum repo (in EPEL). There's a working one
here:
http://mirrors.xservers.ro/epel/5Server/i386/mod_fcgid-2.2-4.el5.i386.rpm

Good luck!

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

<<winmail.dat>>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mod-fcgid-users mailing list
Mod-fcgid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mod-fcgid-users

Reply via email to