[PHP] configure problem on solaris 2

2005-04-15 Thread Heim, Stefan
Hello, I'm having trouble installing php.4.3.11 ub Solaris8: ./configure and it is this promt infinitely: checking host system type...sparc-sun-solaris2.8 I see in on ather window the following processes: 25263 pts/10 S 0:00 /bin/sh ./configure 25323 pts/10 S 0:00 /bin/sh ./build/shtool

[PHP] configure problem?

2002-04-04 Thread Boris Wong
hi, got a question on the usage of include: when i do something like this: ? include('http://www.myurl.com'); ? where my php file is located under the same directory structure of www.my.url.com, the browse seems keep on loading until it returns a blank page. does this mean that php can't

Re: [PHP] configure problem?

2002-04-04 Thread Miguel Cruz
On Thu, 4 Apr 2002, Boris Wong wrote: got a question on the usage of include: when i do something like this: ? include('http://www.myurl.com'); ? where my php file is located under the same directory structure of www.my.url.com, the browse seems keep on loading until it returns a blank

RE: [PHP] configure problem?

2002-04-04 Thread Boris Wong
that the 'Virtual Directory Support' is disabled. thought this could be the root of the problem? /bw -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 10:10 AM To: Boris Wong Cc: [EMAIL PROTECTED] Subject: Re: [PHP] configure problem? On Thu, 4

RE: [PHP] configure problem?

2002-04-04 Thread Miguel Cruz
On Thu, 4 Apr 2002, Boris Wong wrote: sorry, my bad. i meant the two urls are the same. they're intranet pages so giving out real data won't be useful. Yeah, it's not so much that I have any interest in visiting that page, as that the process of making stuff up always introduces extra

Re: [PHP] configure problem: --with-mysql=/what exactly?

2001-11-20 Thread Arpad Tamas
Hi, Do you have msyql-dev (or similar) package installed? Arpi I have tried the following, each time removing config.cache beforehand: --with-mysql=/usr --with-mysql=/usr/include --with-mysql=/usr/include/mysql --with-mysql=/usr/lib According to a friend with mysql Debs

[PHP] configure problem

2001-11-19 Thread Chip
I am setting up a new system for a friend and am getting the following error when running ./configure - /usr/libexec/elf/ld: cannot find -lgd. error code 1 This machine is a default install of FreeBSD4.4, Apache-1.3.22, MySQL-3.23.44 and PHP-4.0.6. I have set this same system up on several

[PHP] configure problem: --with-mysql=/what exactly?

2001-11-19 Thread James Green
Hi all, I have Debian Sid, I have Apache installed by source, and am trying to install the source of PHP4.0.6. For reasons I won't go into, I cannot use the Debian packages of Apache or PHP. The problem is when I come to configure PHP with mysql support. I have MySQL debs installed:

Re: [PHP] configure problem

2001-11-19 Thread David Robley
On Tue, 20 Nov 2001 01:11, Chip wrote: I am setting up a new system for a friend and am getting the following error when running ./configure - /usr/libexec/elf/ld: cannot find -lgd. error code 1 This machine is a default install of FreeBSD4.4, Apache-1.3.22, MySQL-3.23.44 and PHP-4.0.6. I

Re: [PHP] configure problem

2001-11-19 Thread Chip
On Monday 19 November 2001 15:54, David Robley wrote: On Tue, 20 Nov 2001 01:11, Chip wrote: I am setting up a new system for a friend and am getting the following error when running ./configure - /usr/libexec/elf/ld: cannot find -lgd. error code 1 This machine is a default install

Re: [PHP] configure problem

2001-11-19 Thread David Robley
On Tue, 20 Nov 2001 13:39, Chip wrote: On Monday 19 November 2001 15:54, David Robley wrote: On Tue, 20 Nov 2001 01:11, Chip wrote: I am setting up a new system for a friend and am getting the following error when running ./configure - /usr/libexec/elf/ld: cannot find -lgd.