[ic] Interchange setup problems...

Jon Jensen interchange-users@icdevgroup.org
Tue Jun 18 18:48:01 2002


On Tue, 18 Jun 2002, Bortz, Brennon (student) wrote:

> I thought I had traced the problem to the vlink/tlink program.  I thought
> recompiling the program manually might do some good and in doing so, I think
> I came across my problem.

You'll need to ask your ISP about the details of their environment when it
comes to compiling C programs (like tlink.c/vlink.c), but in the meantime
you can use the pure Perl versions, tlink.pl and vlink.pl. Assuming you're
using vlink.pl, just make sure it's using the right perl on the first
line, make it executable, make a copy under the name of your store, and 
put it in your cgi-bin directory. It's a little slower than the C version, 
but you won't notice except under heavy load. At any rate, it's better 
than nothing while you get the compilation problem sorted out.

Jon