RE: Errors compiling warp connector

2002-02-04 Thread thys . deWet

I tried that.. also tried CC='gcc' ./configure ...blah blah for apache ..
still get the same problem...

Am going insane .. linux works fine .. Solars=PROBLEM

-Original Message-
From: Patrick Roumanoff [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 2:31 PM
To: Tomcat Users List
Subject: Re: Errors compiling warp connector


 i run the following:
 ./configure --with-apxs=/usr/local/Apache_EAPI/bin/apxs
 --with-java=/usr/j2se/
 --with-tomcat=/tomcat4.0.2-compile/jakarta-tomcat-4.0.2-b2-src/dist/

APR configure: config.status: creating include/arch/unix/apr_private.h
   Execution of ./configure --enable-static --disable-shared
 --disable-threads returned 0

did you enable mod_so with apache?
(try a 'httpd -l' to know)

 configure: error: Cannot mix gcc and native cc

looks like apache was compiled with cc and you are trying to compile
apr with gcc

pkr

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Errors compiling warp connector

2002-01-29 Thread thys . deWet

i run the following:
./configure --with-apxs=/usr/local/Apache_EAPI/bin/apxs
--with-java=/usr/j2se/
--with-tomcat=/tomcat4.0.2-compile/jakarta-tomcat-4.0.2-b2-src/dist/

 and then after a while i get the following :

   APR configure: config.status: creating include/arch/unix/apr_private.h
  Execution of ./configure --enable-static --disable-shared
--disable-threads returned 0

Finishing up
checking for APR compilation flags... ./configure:
/usr/local/Apache_EAPI/bin/apxs: not found
/usr/ccs/bin/sparcv9/nm: /httpd: No such file or directory
configure: error: Cannot mix gcc and native cc


Does anybody have any ideas ?

I am using solaris 8 , Apache 1.3.22 and tomcat 4.0.2

Thanx
Thys de Wet

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Errors compiling warp connector

2002-01-29 Thread Patrick Roumanoff

 i run the following:
 ./configure --with-apxs=/usr/local/Apache_EAPI/bin/apxs
 --with-java=/usr/j2se/
 --with-tomcat=/tomcat4.0.2-compile/jakarta-tomcat-4.0.2-b2-src/dist/

APR configure: config.status: creating include/arch/unix/apr_private.h
   Execution of ./configure --enable-static --disable-shared
 --disable-threads returned 0

did you enable mod_so with apache?
(try a 'httpd -l' to know)

 configure: error: Cannot mix gcc and native cc

looks like apache was compiled with cc and you are trying to compile
apr with gcc

pkr

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]