RE: Problems building the Mod_jk.so

2001-05-07 Thread GOMEZ Henri
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

RE: Problems building the Mod_jk.so

2001-05-07 Thread Philippe Khalife
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