Install 'Expect'

Install 'Expect'

Posted by: mhadjar
Posted on: 2006-11-25 19:53:00

So far I have custom compiled my own PHP5. I also installed TCL in my home directory - /home/username/tcl/

The next program i'm trying to install is 'expect' which required TCL. But when I do:

./configure --prefix=/home/username/expect
--with-tcl-dir=/home/username/tcl

and it goes thru the configuration process, it can't find the location for tcl.. what extra code/command do I need to install this program 'expect'

Thanks!

Tags: tclphp5prefixhome directory