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 AD_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 :(:( Warm Regards, Sameer Kekade. QUATRO FOUR RETAIL "The right connections for your business" Tel. direct +61 2 9370 2775 Fax direct +61 2 9370 1200 Mobile 0411 566 650 [EMAIL PROTECTED] www.quatro.com.au -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gabriel Rose Sent: Wednesday, 3 September 2003 5:44 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Apache web server for ColdFusion MX on UNIX Sameer Kekade wrote: > Hey All, > > I tried to configure apache as stated in the documentation, > > To configure the Apache web server for ColdFusion MX on UNIX: > > 1 Enter the following command on a single line: > > java_root /bin/java -jar cf_root /runtime/lib/wsconfig.jar -ws Apache > > -dir <apache config directory >-map .cfm,.cfc,.cfml -coldfusion -v > > / / > > /Note:/You must enter the previous command as a single (long)line. > > The following is a sample command: > > /opt/coldfusionmx/jre/bin/java -jar > > /opt/coldfusionmx/runtime/lib/wsconfig.jar -ws Apache > > -dir /etc/httpd/conf -map .cfm,.cfc,.cfml,.jsp,.jws -coldfusion -v > > but i get this following error, > > bluesky:/export/home/cfuser/jrun4/lib>java -jar wsconfig.jar -ws Apache > -bin /usr/local/apache2/bin/httpd -script > /usr/local/apache2/bin/apachectl -dir /usr/local/apache2/conf -map > .cfm,.cfc,.jsp,.cfml -coldfusion -v > Exception in thread "main" java.lang.NoClassDefFoundError: > javax/naming/Referenceable > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass0(Compiled Code) > at java.lang.ClassLoader.defineClass(Compiled Code) ETC. > Can someone please help!! > For more recent versions of Apache you will need to rebuild the Jrun connector from source. Attached is the method shown in the support documentation for the CF MX updater. Each time you update MX you will need to redo this. I was getting similar errors installing CF MX on Apache 2.x on Red Hat Linux 8.0 which this cured. --- 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/
