I was just finished downloading php.4.3..0.tar.tar out of php official website. From my previous unix experience, I know that I can just untar the file. But the file is in my harddisk, how do I unwrap it?
charlier
1:16 am on Jul 9, 2003 (gmt 0)
Not sure if I understand the question completely but it looks to me like its name got munged a bit when you downloaded it. It shoud probably be something like php_4.3.0.tar.gz in which case you should be able change the name and then 'unwrap' it with tar -xzf php_4.3.0.tar.gz
Good luck.
SlowMove
1:51 am on Jul 9, 2003 (gmt 0)
Why not do an easy install [hotscripts.com]? You can be up and running in minutes.