Re: [PHP] Re: make error

2012-03-23 Thread Asher Wong
> > This is the result of "locate mysql_config": > [zhaoyuan@localhost php-5.4.0]$ locate mysql_config /home/zhaoyuan/下载/MySQL-5.5.21-1.el6.src/mysql-5.5.21/man/mysql_config.1 /home/zhaoyuan/下载/MySQL-5.5.21-1.el6.src/mysql-5.5.21/scripts/mysql_config /home/zhaoyuan/下载/MySQL-5.5.21-1.el6.src/mysql-5

Re: [PHP] Re: make error

2012-03-23 Thread Daniel Brown
2012/3/23 Asher Wong : > I droped it but now the new error happened: > checking for mysql_config... not found > configure: error: Unable to find your mysql installation Try: locate mysql_config > And I'm sorry to send more than one reply. Maybe there are something wrong > with the ne

Re: [PHP] Re: make error

2012-03-23 Thread Asher Wong
I droped it but now the new error happened: checking for mysql_config... not found configure: error: Unable to find your mysql installation And I'm sorry to send more than one reply. Maybe there are something wrong with the network here. 2012/3/24 Daniel Brown > 2012/3/23 Asher Wong : > > Now I

Re: [PHP] Re: make error

2012-03-23 Thread Daniel Brown
2012/3/23 Asher Wong : > Now I use the command below to configure php: > ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=mysqlnd > --with-mysql=/usr/local/mysql/bin/mysql_config --with-mysqli=mysqlnd > --with-pdo-mysql=myslqnd > > And the error happened: > configure: error: Cannot

Re: [PHP] Re: make error

2012-03-23 Thread Asher Wong
Now I use the command below to configure php: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=mysqlnd --with-mysql=/usr/local/mysql/bin/mysql_config --with-mysqli=mysqlnd --with-pdo-mysql=myslqnd And the error happened: configure: error: Cannot find MySQL header files under /usr/

Re: [PHP] Re: make error

2012-03-23 Thread Asher Wong
Now I use the command below to configure php: ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=mysqlnd --with-mysql=/usr/local/mysql/bin/mysql_config --with-mysqli=mysqlnd --with-pdo-mysql=myslqnd And the error happened: configure: error: Cannot find MySQL header files under /usr/

Re: [PHP] Re: make error

2012-03-23 Thread Asher Wong
I tried, but it didn't work. 2012/3/24 Daniel Brown > 2012/3/23 Asher Wong : > > I have installed the MySQL-devel and I can find mysql.h, but I still have > > the error I mentioned above. > > ext/mysql/php_mysql.c:995: undefined reference to `_mysqlnd_init' > > ext/mysql/php_mysql.c:1012: undefi

Re: [PHP] Re: make error

2012-03-23 Thread Asher Wong
I trid, but it didn't work. 2012/3/24 Daniel Brown > 2012/3/23 Asher Wong : > > I have installed the MySQL-devel and I can find mysql.h, but I still have > > the error I mentioned above. > > ext/mysql/php_mysql.c:995: undefined reference to `_mysqlnd_init' > > ext/mysql/php_mysql.c:1012: undefin

Re: [PHP] Re: make error

2012-03-23 Thread Daniel Brown
2012/3/23 Asher Wong : > I have installed the MySQL-devel and I can find mysql.h, but I still have > the error I mentioned above. > ext/mysql/php_mysql.c:995: undefined reference to `_mysqlnd_init' > ext/mysql/php_mysql.c:1012: undefined reference to `mysqlnd_connect' > ext/mysql/php_mysql.c:876: u

Re: [PHP] Re: make error

2012-03-23 Thread Asher Wong
I have installed the MySQL-devel and I can find mysql.h, but I still have the error I mentioned above. ext/mysql/php_mysql.c:995: undefined reference to `_mysqlnd_init' ext/mysql/php_mysql.c:1012: undefined reference to `mysqlnd_connect' ext/mysql/php_mysql.c:876: undefined reference to `_mysqlnd_i

Re: [PHP] Re: make error

2002-12-09 Thread info
ay, December 09, 2002 4:28 PM Subject: Re: [PHP] Re: make error And how did you run it? one way is to give this command on the shell: echo "" | php > /tmp/output.html and then looking at the file /tmp/output.html with a web browser. loki On Monday 09 December 2

Re: [PHP] Re: make error

2002-12-09 Thread info
Hi Lokesh, And I did run php.info >On my SuSe 8.1, phpinfo() contains the Did you ever compile php? - Original Message - From: Lokesh Setia To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 3:03 PM Subject: [PHP] Re: make error Hi there,