Your system is looking for the "cc" compiler, it does not ship with Solaris,
that's why you get the error "/usr/ucb/cc:  language optional software
package not installed"

Either install the cc compiler ($$) or gcc!!

and change your Make setting to use gcc

I usually do this on my Solaris systems after I install all the GNU
software,
mv /usr/ucb/cc to /usr/ucb/cc.orig
# Works for a lot
ln -s /usr/local/bin/gcc /usr/ucb/cc

Hope that helps,
PK

-----Original Message-----
From: GOMEZ Henri [mailto:[EMAIL PROTECTED]]
Sent: May 7, 2001 11:55 AM
To: [EMAIL PROTECTED]
Subject: RE: Problems building the Mod_jk.so


>We're tring to build the mod_jk.so on solaris 7 but, we have
>the following
>error:
>
>cc -DEAPI -DMOD_PERL -DUSE_EXPAT -O -G -Kpic
>-I/usr/apache/include -I../jk
>-I/us
>r/java/include -I/usr/java/include/solaris -DSOLARIS  -c mod_jk.c
>/usr/ucb/cc:  language optional software package not installed
>apxs:Break: Command failed with rc=65536
>
>we don't know how install the language package.

Strange, what's this language package ?
I'm not a Solaris specialist, only Linux Hacker :)

>If you know other location where we can find the mod_jk.so
>without compiling
>it, it will be a good for us.

I suggest you to mail the question to the user list....

Reply via email to