I am trying to install php on my solaris box to run with netscape webserver and orale database (on a remote machine).
I installed oracle client 8.1.7 on my machine. I run the configure command for php. following is the command I run: ./configure --with-oci8=(set to my oracle client home)--enable-sigchild --with-snapi=(my netscape server directory) --enable-libgcc
this runs fine but I get error when I try the make command. Here's the error message:
ld:fatal: Symbol referencing errors. No output written to php
collect2:ld returned 1 exit status Error code 1
make: fatal error: command failed for target 'php'
Current working directory /usr/local/php-4.0.5 Error core 1
make: fatal error: Command failed for target 'all-recursive'
I searched the internet and I found other people are faving problem for "make" command on php but I did not see any solution for it.
could you please let me know What should I do!?
Thanks,