[PHP] install/config error - please help

2004-06-30 Thread Nguyen, Long P (Mission Systems)
any ideas with this install/config error? [EMAIL PROTECTED] php-4.3.7]# ./configure --with-mysql=/usr/local/mysql creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation

Re: [PHP] install/config error - please help

2004-06-30 Thread Curt Zirzow
* Thus wrote Nguyen, Long P (Mission Systems): any ideas with this install/config error? [EMAIL PROTECTED] php-4.3.7]# ./configure --with-mysql=/usr/local/mysql creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C

RE: [PHP] install/config error - please help

2004-06-30 Thread Nguyen, Long P (Mission Systems)
to `main' collect2: ld returned 1 exit status -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] install/config error - please help * Thus wrote Nguyen, Long P (Mission Systems): any ideas

Re: [PHP] install/config error - please help

2004-06-30 Thread Curt Zirzow
* Thus wrote Nguyen, Long P (Mission Systems): I tried what you suggested and got the following: [EMAIL PROTECTED] root]# main(){return(0);} test.c -bash: main(){return(0);}: command not found You missed the 'echo'.. bash$ echo main(){return(0);} test.c Curt -- First, let me assure