RE: [PHP] Problems compiling PHP 5 RC3

2004-06-14 Thread Luca Spiller
U, how do I set the make commands to do that?

-Original Message-
From: raditha dissanayake [mailto:[EMAIL PROTECTED] 
Sent: 13 June 2004 15:43
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Problems compiling PHP 5 RC3


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.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.706 / Virus Database: 462 - Release Date: 14/06/2004
 

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



[PHP] Problems compiling PHP 5 RC3

2004-06-13 Thread Luca Spiller
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 
make: *** [libphp5.la] Error 1

I am running this as root so I don't get why I am not permitted to do
this. I am also fairly new to Linux (about half a year) so please don't
reply with anything too compicated.

Thanks,
Luca Spiller

P.S. I have posted this here as well as in the installation problems
list as this seems much more active.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.705 / Virus Database: 461 - Release Date: 12/06/2004
 

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



Re: [PHP] Problems compiling PHP 5 RC3

2004-06-13 Thread raditha dissanayake
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