Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
mod_jk2 doesn 't create jk2.socket

mod_jk2 doesn 't create jk2.socket

2004-01-09       - By Mark Eggers

 Back
Reply:     1     2     3     4     5     6     7  

Mark,

It should be more or less the same.  You probably can
get away with not setting the environment variables if
you've installed the libraries in their usual places
(/usr/local or /opt).

The --with-apxs2=<apache_home>/bin/apxs should take
care of finding the proper libapr.  If you've
installed one of the Sun binary packages for Apache
you might see if there is a development package as
well.  

Alternatively, you can look in <apache-home>/bin and
see if you have the following three files:

apxs
apr-config
apu-config

If you do, then the configure command I posted before
should work.

If not, then you'll have to do a bit of tweaking.  Try
the following to get compiling and linking to work.

export CPPFLAGS=-I/<location-of-apache-includes>
export
LDFLAGS="-L/<location-of-apache-libs> -lapr-0 (See http://apr-0.ora-code.com) \
        -laprutil-0 (See http://til-0.ora-code.com)"

The location for each is usually:

<apache-home>/include
<apache-home>/lib

Again, apxs should be able to figure this out, but at
least with the Redhat RPMs people have reported some
issues.  I imagine Sun packages might have similar
challenges.

You'll still have to patch the Makefile in
server/apache2 as I noted in the previous mail
message.

HTH

/mde/
just my two cents . . .

PS - My preferred way of dealing with Solaris installs
has been to get gcc up and running, and then build
everything else from source.  This can be a pain on a
slow box . . . building the latest version of gcc and
perl take a while.  However, in the end I think the
effort is worth it.
Check to see if there is a directory under
$JAVA_HOME/include.  If so, you'll have to add that to
the configure command in the same fashion that I added

__ ____ ____ ____ ____ ____ ______
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)




©2008 junlu.com - Jax Systems, LLC, U.S.A.