Luca Spiller wrote:

I am having a few problems compiling PHP 5 RC 3. I am following the
tutorial at http://uk.php.net/install.apache2 and everything works up
until I start to compile PHP. It all seems to work fine but then when
running make at the end I get:

ln: creating hard link 'libxml.o' to 'libxml.lo': Operation not
permitted


Possibly because creating a hard link between two partitions is not allowed you will have to use a symbolic link instead. (ln -s)


-- Raditha Dissanayake. --------------------------------------------- http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to