It looks like it can't find gcc (the GNU C++ compiler) - this is used to recompile the source of the Apache module. If you were on Redhat you could install the gcc rpm or go back to the linux installer and install the developer tools - at least the compilers.
Robin "Gabriel Rose" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Sameer Kekade wrote: > > I tried that.. and it gives me the following error > > > > # ./apxs -c -Wc,-w -n jrun20 -S LIBEXECDIR=/usr/local/apache2/CFMXCONNECTOR > > mod_jrun20.c jrun_maptable_impl.c jrun_property.c jrun_session.c platform.c > > jrun_mutex.c jrun_proxy.c jrun_ssl.c > > /usr/local/apache2/build/libtool --silent --mode=compile > > cc -prefer-pic -DAP_HAVE_DESIGNATED_INITIALIZER -DSOLARIS2=8 -D_POSIX_PTHRE > > D_SEMANTICS -D_REENTRANT -g -O2 -pthreads -I/usr/local/apache2/include -I/ > > usr/local/apache2/include -I/usr/local/apache2/include -w -c -o > > mod_jrun20.lo mod_jrun20.c && touch mod_jrun20.slo > > /usr/local/apache2/build/libtool: gcc: command not found > > apxs:Error: Command failed with rc=65536 > > . > > > > cant figure out what is wrong :(:( > > > > I needed to put full paths for the various source files (or you could > change the PATH environment variable) to make the script work. > > Please note: There are additional build instructions (Versions Tested > Section) for Apache 2 on Solaris 8. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
