Re: Apxs problem

2001-07-30 Thread vibha . mullick . b
You got to fix apxs script, add -bexpall to the CFG_LDFLAGS_SHLIB entry in the apxs script. I did this and apxs was fixed. Mykola A. Nickishov [EMAIL PROTECTED] on 07/28/2001 06:01:10 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Apxs problem Aaron

Re: Apxs problem

2001-07-28 Thread Jerry QU
I have the same error on linux, so I use binary from www.apache.org Jerry - Original Message - From: Mykola A. Nickishov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 28, 2001 6:51 AM Subject: Re: Apxs problem Aaron Cooper [EMAIL PROTECTED] writes: I

Re: Apxs problem

2001-07-28 Thread Mykola A. Nickishov
Aaron Cooper [EMAIL PROTECTED] writes: I re-installed the apache web server , building it from source. Now I am trying to configure tomcat with apache using the mod_jk web adapter. However, when I run apxs, it produces the following message: gcc -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT

Re: Apxs problem

2001-07-27 Thread Mykola A. Nickishov
Aaron Cooper [EMAIL PROTECTED] writes: I re-installed the apache web server , building it from source. Now I am trying to configure tomcat with apache using the mod_jk web adapter. However, when I run apxs, it produces the following message: gcc -DHPUX11 -DUSE_HSREGEX -DUSE_EXPAT

RE: Apxs

2001-07-25 Thread Nance, Michael
I found that the apxs command has a hard coded path. If the apache directory is different you may have to update it. edit the apxs and make sure it is correct. -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 10:28 AM To: [EMAIL PROTECTED]

RE: Apxs

2001-07-25 Thread Aaron Cooper
hi Michael, I did change that the the proper directory, but it's still not finding the packages :( Nance, Michael [EMAIL PROTECTED] 07/25/01 03:38pm I found that the apxs command has a hard coded path. If the apache directory is different you may have to update it. edit the apxs and

Re: Apxs

2001-07-25 Thread Pier P. Fumagalli
Nance, Michael at [EMAIL PROTECTED] wrote: I found that the apxs command has a hard coded path. If the apache directory is different you may have to update it. edit the apxs and make sure it is correct. Actually APXS is generated in the build process with Apache, so the paths should be

Re: Apxs

2001-07-25 Thread Pier P. Fumagalli
Aaron Cooper at [EMAIL PROTECTED] wrote: hi Michael, I did change that the the proper directory, but it's still not finding the packages :( What does perl -v says? Pier

RE: Apxs

2001-07-25 Thread Nance, Michael
/java/include/solaris -lposix4 -c *.c ../jk/*.c -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 11:40 AM To: [EMAIL PROTECTED] Subject: RE: Apxs hi Michael, I did change that the the proper directory, but it's still not finding the packages

RE: apxs failed with rc=255

2001-07-12 Thread Ben Parker
Is your JDK stuff really in /usr/lib/java/include? Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 12 July 2001 08:43 To: [EMAIL PROTECTED] Subject: apxs failed with rc=255 Hi everyone, i have donwloaded tomcat 3.2.2 and apache 1.3.20. i have

Re: apxs failed with rc=255

2001-07-12 Thread Earnest Cheung
export JAVA_HOME=/usr/java/jdk1.3// if you install jdk at here export ANT_HOME=/usr/java/ant // make sure you to get the latest one [EMAIL PROTECTED] wrote: Hi everyone, i have donwloaded tomcat 3.2.2 and apache 1.3.20. i have compiled and installed apache. when i want

RE: apxs - No Shared Object Support for Apache

2001-03-20 Thread Mike Braden
It would help to know the version of TC you have and the platform you are running it on - version, etc. The apache version would help also. You may want to look at the TC3.3m2 release. There is an updated mod_jk-howto in it. If you are running Linux, you can get the pre-built version of

Re: apxs - No Shared Object Support for Apache

2001-03-20 Thread Max Hugen
. Thanks, Max hugen - Original Message - From: Mike Braden To: [EMAIL PROTECTED] ; Max Hugen Sent: Wednesday, March 21, 2001 1:09 PM Subject: RE: apxs - No Shared Object Support for Apache It would help to know the version of TC you have and the platform you are running it on - version, etc

Re: apxs - No Shared Object Support for Apache

2001-03-20 Thread Max Hugen
. Thanks, Max hugen - Original Message - From: Mike Braden To: [EMAIL PROTECTED] ; Max Hugen Sent: Wednesday, March 21, 2001 1:09 PM Subject: RE: apxs - No Shared Object Support for Apache It would help to know the version of TC you have and the platform you are running it on - version, etc

Re: apxs break

2001-03-15 Thread Steve Prior
Are you by any chance using Apache 1.3.14? If so, then upgrade to 1.3.19 - I had an apxs problem that went away when I did this. Steve Prior "Reeves, Kenneth" wrote: While trying to compile mod_jserv.so for apache, I get the following errors. [root@webservices jserv]#

RE: apxs break

2001-03-15 Thread Reeves, Kenneth
Still getting the apxs break after an upgrade. Ken -Original Message- From: Steve Prior [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 10:52 AM To: [EMAIL PROTECTED] Subject: Re: apxs break Are you by any chance using Apache 1.3.14? If so, then upgrade to 1.3.19 - I had

RE: apxs break

2001-03-15 Thread Mike Braden
Message- From: Reeves, Kenneth [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 3:32 PM To: [EMAIL PROTECTED] Subject: RE: apxs break Still getting the apxs break after an upgrade. Ken -Original Message- From: Steve Prior [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15

RE: apxs not finishing for mod_jk.so??

2000-12-15 Thread Sudheesh Nair
Use this command in native/apache1.3 .. $APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS \ -I${JAVA_HOME}/include/solaris \ -I../jk -I${JAVA_HOME}/include \ -l posix4 -c *.c ../jk/*.c Sudheesh -Original Message- From: Simon Orchanian

RE: apxs not finishing for mod_jk.so??

2000-12-15 Thread Simon Orchanian
I'm using this exact command: Here is what I type in all on one line: /usr/local/apache/bin/apxs -o mod_jk.so -DSOLARIS \ -I/usr/java1.2/include/solaris \ -I../jk -I/usr/java1.2/include \ -l posix4 -c *.c ../jk/*.c Please help. Thanks, Simon ---

RE: APXS mod_jk.so

2000-12-04 Thread Kwan, Kenneth Y
Check for Perl installed or not, apxs requires Perl to run Kenneth Kwan -Original Message- From: bdh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 05, 2000 9:00 AM To: [EMAIL PROTECTED] Subject:APXS mod_jk.so To Whom

RE: APXS mod_jserv.so

2000-11-01 Thread David Molloy
: David Molloy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 4:07 PM To: [EMAIL PROTECTED] Subject: RE: APXS mod_jserv.so Hi Udayini, Thanks - you highlighted what the problem was alright. The command as displayed in the user guide is unclear. It refers to apxs -c *.c -o

RE: APXS mod_jserv.so

2000-11-01 Thread Stephen Adkins
Hi, At 05:15 PM 11/1/2000 -, you wrote: Hi, Just for reference on the solving of the problem for archives etc. Use the documented command: apxs -c *.c -o mod_jserv.so We see messages frequently regarding "Where do I get mod_jserv.so?" and the documentation says to use the apxs