Hello, I've the following setup:
SuSE Linux 7.0 Apache 1.3.12-93 (rpm) MySQL 3.23.45-1 (rpm) I've downloaded PHP 4.0.6 and have done the following configure with no errors : ./configure --with-mysql --with-apxs When I do the make, I get the following error : main/.libs/libmain.al: object main/.libs/libmain.al(main.lo) in archive is not object A listing of what exists in /usr/local/src/php-4.0.6/main/.libs : -rw-r--r-- 1 root root 58764 Nov 28 07:26 libmain.al lrwxrwxrwx 1 root root 13 Nov 28 07:26 libmain.la -> ../libmain.la Can anyone tell me what I might be doing wrong here? The only other error I notice appear in the config.log : /usr/local/src/php-4.0.67/configure:4860: undefined reference to 'yp_get_default_domain' collect2: ld returned 1 exit status I would appreciate any help in getting PHP to install. Thanks! David