
08-04-2003, 10:17 AM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
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
just after
Best regards,
Gang
|