[please don't forget that to CC the list!]

Gregory Matthews wrote:
> Stas:
> 
> Thanks for your reply on my issue in the Mod_Perl list.
> 
> Excuse my ignorance, but how do I do the following:
> 
> before you try to build Apache::DB try to build test.c with the contents:
> #include <time.h>
> int main(void){return 0;}
> and then compile it:
> % cc test.c
> 
> If you could point me in the right direction, I can figure it out!  I am 
> running FreeBSD.
> 
> Thanks.
> 
> Gregory
> 

create a file named test.c, put inside:

include <time.h>
int main(void){return 0;}

now you need to compile it with:

cc test.c

if this doesn't work (i.e. you get compilation errors, you have to ask 
for assistance on the FreeBSD mailing list(s) or elsewhere, since your 
problem has nothing to do with mod_perl.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to