Hello
I want to install php with MySQl and Apache in solaris .I have downloded all the packages need for that using pkg add.
i have followed the steps to install apache. it got installed file. but when i configured it for php3 by issuing the command
%./config.status --activate-module=src/modules/php3/libphp3.a
it's giving the following error
mysql_init modules/php3/libphp3.a(mysql.o)
ld: fatal: Symbol referencing errors. No output written to httpd
collect2: ld returned 1 exit status
Error code 1make: Fatal error: Command failed for target target_static'
Current working directory /usr/local/apache_1.3.12/src
*** Error code 1 make: Fatal error: Command failed for targetbuild-std'
Current working directory /usr/local/apache_1.3.12
Error code 1
make: Fatal error: Command failed for target `build'
Can anyone help me to solve this problem.
Thanks in advance
raji