Can someone please point me where I'm going wrong? I have installed all the packages that php.net says you need to install and I still can't get the darn thing to compile. I'm having the same problem compiling apache as well so I think it's a Solaris Issue. I run "configure --with-apxs=/user/apache/bin/apxs --with-mysql"
I don't get any bomb out errors at this point. I run "make" and get the following msg's
//
Making all in Zend
make[1]: Entering directory /export/shad0w/php/php-4.0.3pl1/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_POSIX_PTHREAD_SEMANTICS -DEAPI -DXML_BYTE_ORDER=21 -g -O2 -c zend-scanner.c
/usr/ccs/bin/as: "/var/tmp/ccabKBwh.s", line 29263: error: unknown opcode ".subsection"
/usr/ccs/bin/as: "/var/tmp/ccabKBwh.s", line 29263: error: statement syntax
/usr/ccs/bin/as: "/var/tmp/ccabKBwh.s", line 29415: error: unknown opcode ".previous"
/usr/ccs/bin/as: "/var/tmp/ccabKBwh.s", line 29415: error: statement syntax
make[1]: *** [zend-scanner.lo] Error 1
make[1]: Leaving directory/export/shad0w/php/php-4.0.3pl1/Zend'
make: *** [all-recursive] Error 1
//
I'm new to this so if it's a bonehead error I'm sorry..
I have applied the maitnence update to the machine so most if not all my packages should be close to latest rev.
Thanks in advance for any help.