View Single Post
  #4  
Old 08-04-2003, 10:17 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Default compile PHP

You are welcome.

Did you install gcc?
Did you set PATH env correctly?

With the new glibc, you may also have problem during compilation. If it complains about "errno" in MySQL library, just modify

php-4.3.1/ext/mysql/libmysql/global.h

add a line at the beginning
Code:
#include <errno.h>
just after
Code:
#define _global_h
Best regards,
Gang
Reply With Quote