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

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.