I'm having problems compiling php5. At the end of the compile when libtool links every .lo's together and tries to mkdir .libs to put them in, it tries to make /.libs and gets a permission denied cause /.libs is the root dir. I'm assuming its a problem with either libtool itself or the way it plays with aclocal, autoconf and automake (if it even uses all those). I'm using a fresh compile of libtool-1.4.3 (which is required for php5).
Does anyone have any suggestions on how to fix this or can anyone point me to some good URL's on the the topic??
------------ compile errors ----------
/home/jhannus/downloads/php5/libtool: line 1: s%./%%: No such file or directory
/home/jhannus/downloads/php5/libtool: line 1: -e: command not found
/home/jhannus/downloads/php5/libtool: line 1: -e: command not found
/home/jhannus/downloads/php5/libtool: line 1: -e: command not found
/home/jhannus/downloads/php5/libtool: line 1: -e: command not found
/home/jhannus/downloads/php5/libtool: line 1: -e: command not found
/home/jhannus/downloads/php5/libtool: line 1: -e: command not found
mkdir: cannot create directory `/.libs': Permission denied
make: ** [sapi/cgi/php] Error 1