You'll need to install a binary gcc in your own directory if you don't have
root. SUN charges for the cc compiler so that's your best option. after
installing gcc, make sure /usr/ccs/bin is in your path as well for the
linker and other required tools.

there is also a version of make in /usr/ccs/bin, though I don't like it as
much as gmake. which you can download and compile after installing gcc.

"Ryan J. McDonough" wrote:

> I'm trying help a client build mod_jk on a Solaris 8 System. I'm running
> into some problems that I think are cause by something not being
> installed. I don't have root access to the box so I can't just install
> things. Like I said, the system is Solaris 8 running JDK 1.3 and Tomcat
> 3.2.1. When I try to build mod_jk on the box as defined by the mod_jk
> howto, I get the following error:
>
> cc -DEAPI -DMOD_PERL -DUSE_EXPAT -O -G -Kpic -I/usr/apache/include
> -I../jk
> -I/usr/j2se/include -I
> /usr/j2se/include/solaris -DSOLARIS  -c mod_jk.c
> /usr/ucb/cc:  language optional software package not installed
> apxs:Break: Command failed with rc=65536
>
> I'm assuming something is missing in "cc". Also "make" is not installed
> on this system either, which I believe could be part of the problem but
> I haven't had enough time with Solaris to be sure. Are there any know
> issues with mod_jk on Solaris 8 or does this installation need something
> further. Thanks in advance.
>
> Ryan-

Reply via email to