Hello all.
I've gotten as far as make for apache. I followed the instructions at devshed for installing Apache, MySQL, PHP etc excatly as they are written. When I go to make apache, I get this...Hello all.
modules/php4/libphp4.a(php_mysql.o): In function php_mysql_field_info':
/downloads/php-4.0.6/ext/mysql/php_mysql.c:1852: undefined reference tomysql_num_fields'
/downloads/php-4.0.6/ext/mysql/php_mysql.c:1856: undefined reference to mysql_field_seek'
/downloads/php-4.0.6/ext/mysql/php_mysql.c:1857: undefined reference tomysql_fetch_field'
modules/php4/libphp4.a(dns.o): In function php_if_checkdnsrr':
/downloads/php-4.0.6/ext/standard/dns.c:212: undefined reference tores_search'modules/php4/libphp4.a(dns.o): In function php_if_getmxrr':
/downloads/php-4.0.6/ext/standard/dns.c:281: undefined reference tores_search'/downloads/php-4.0.6/ext/standard/dns.c:290: undefined reference to __dn_skipname'
/downloads/php-4.0.6/ext/standard/dns.c:296: undefined reference to__dn_skipname'
/downloads/php-4.0.6/ext/standard/dns.c:308: undefined reference to dn_expand'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory/downloads/apache_1.3.19/src'
make[1]: [build-std] Error 2
make[1]: Leaving directory `/downloads/apache_1.3.19'
make: [build] Error 2
Any Ideas?
Thanks in advance...