Ok

Well, I tried building apache and that worked ok. But
when I go to compile mod_jserv as instructed I still
get this error from apxs:
apxs:Error: @sbindir@/httpd not found or not executable

Looks like the sbindir variable isnt getting set.  My
perl is 5.005_03 only 5.003 is required.



-----Original Message-----
From: Mike Braden [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 3:44 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Integrating Tomcat and Apache


If you download and build the apache source on your box, it will
build (configure) apxs correctly for you and you won't have to make any
changes.

Thanks,

Mike.


-----Original Message-----
From: Alessandra Furlan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 1:12 PM
To: [EMAIL PROTECTED]
Subject: Integrating Tomcat and Apache


Hi everybody,

I'm trying to integrate Tomcat and Apache! I
downloaded Tomcat source code in a source directory
and I'm trying to execute :

$ apxs -c -o mod_jserv.so *.c 

Platform is Sun Solaris 2.7 and I just have GCC
compiler. How should I modify apxs script to have it
executing succesfully?

My apxs is:

my $CFG_TARGET        = q(httpd);    
my $CFG_CC            = q(cc -O -xildoff  -DMACHINE64 
-DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -KPIC);           
    
my $CFG_CFLAGS        = q( -DSOLARIS2=260
-DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL
_SSI -I/include -DEAPI -DUSE_EXPAT -I../lib/expat-lite
`../apaci`);  
my $CFG_CFLAGS_SHLIB  = q(-KPIC -DSHARED_MODULE);     

my $CFG_LD_SHLIB      = q(ld); 
my $CFG_LDFLAGS_SHLIB = q(-G);
my $CFG_LIBS_SHLIB    = q();    
my $CFG_PREFIX        =
q(/u00/app/ora9ias/product/8.1.6/Apache/Apache);
my $CFG_SBINDIR       =
q(/u00/app/ora9ias/product/8.1.6/Apache/Apache/bin);
my $CFG_INCLUDEDIR    = q(/include);
my $CFG_LIBEXECDIR    =
q(/u00/app/ora9ias/product/8.1.6/Apache/Apache/libexec);
                         
my $CFG_SYSCONFDIR    =
q(/u00/app/ora9ias/product/8.1.6/Apache/Apache/conf);


Any other advices?? Please, send answers directly to
me! I'm not subscribed to this list!!

Thanks in advance!!

Alessandra Furlan


________________________________________________________________________
O YAHOO! GEOCITIES CHEGOU AO BRASIL!
Crie sua home page com tudo em portugues - http://br.geocities.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to