Re: Version Conflicts

2001-01-25 Thread Martin A. Marques
El Jue 25 Ene 2001 18:36, escribiste: > Hello All, > > I have a code that needs TCL 8.4 , well red Hat > 6.2 had TCL 8.0 install with it. So, i downloaded > TCL 8.4 and installed into my machine. > > Now, if i run my code it complains " Version > Conflict have TCL 8.0 needed TCL 8.4"... > > How do

RE: Version Conflicts

2001-01-25 Thread Warren Melnick
I am not sure if this will help you, but most programs default to a prefix of "/usr/local" when your configure them for build. Redhat uses the prefix "/usr". I have found that in most cases "./configure --prefix=/usr" (without the quotes) works, the glaring exception being Apache. -