Hi, I am compiling my program using following syntax : # gcc -I /usr/local/ssl/include -I /usr/local/mysql/include
-I /usr/local/apache2/include -L /usr/local/ssl/lib -lcrypto -lssl -L
/usr/local/mysql/lib/mysql -lmysqlclient -L /usr/local/apache2/lib -lapr-0
-laprutil-0 ts.c It is giving this type of a long error list. Give me any solution abt it. /tmp/ccqsAWu8.o(.text+0x1978): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x19e3): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x19f6): In function `ts_handler': : undefined reference to `ap_setup_client_block' /tmp/ccqsAWu8.o(.text+0x1a2a): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x1a38): In function `ts_handler': : undefined reference to `ap_should_client_block' /tmp/ccqsAWu8.o(.text+0x1a6e): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x1ad1): In function `ts_handler': : undefined reference to `ap_get_client_block' /tmp/ccqsAWu8.o(.text+0x1b20): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x1b92): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x1bf2): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x1c64): In function `ts_handler': : undefined reference to `ap_set_content_length' /tmp/ccqsAWu8.o(.text+0x1c72): In function `ts_handler': : undefined reference to `ap_send_http_header' /tmp/ccqsAWu8.o(.text+0x1c82): In function `ts_handler': : undefined reference to `ap_rwrite' /tmp/ccqsAWu8.o(.text+0x1cb8): In function `ts_handler': : undefined reference to `ap_log_rerror' /tmp/ccqsAWu8.o(.text+0x1ce5): In function `ts_handler': : undefined reference to `ap_log_rerror' Ravi |