- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem running Apache 1.3.27 with Tomcat 4.1.x
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 04:14 AM
02-24-2003 04:14 AM
Problem running Apache 1.3.27 with Tomcat 4.1.x
the following error occurs
./apachectl configtest
/usr/lib/dld.sl: Unresolved symbol: ajp_init (code) from /usr/local/apache27/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ajp_destroy (code) from /usr/local/apache27/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ajp14_worker_factory (code) from /usr/local/apache27/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ajp_get_endpoint (code) from /usr/local/apache27/libexec/mod_jk.so
/usr/lib/dld.sl: Unresolved symbol: ajp_validate (code) from /usr/local/apache27/libexec/mod_jk.so
Syntax error on line 8 of /opt/tomcat/conf/jk/mod_jk.conf-auto:
Cannot load /usr/local/apache27/libexec/mod_jk.so into server: Unresolved external
have anyone a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 09:13 AM
02-24-2003 09:13 AM
Re: Problem running Apache 1.3.27 with Tomcat 4.1.x
Did you build your apache and/or tomcat from sources ? if it's the case, search the patch database, there's somethink about the linker (ld)
see
PHSS_22514
or
PHSS_19866
hope that help
Benoit
"C'est fou ce qu'un python boa, on dirait un cameleon citerne."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 10:31 AM
02-24-2003 10:31 AM
Re: Problem running Apache 1.3.27 with Tomcat 4.1.x
You also might want to just jump in and put the December 2002 Patch set, which you can download from HP.
Unless you are doing significant customization, you're probably better off with depot versions of apache and tomcat, available at the links displayed below:
Apache 2.x(kinda cutting edge)
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B9416BAPA2043&date=
Apache 1.3.x
What you are using.
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B9415AAPA1327&date=
tomcat
https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=HPUXWST100001&date=
This post assumes you are runing on PA-RISC, not Itanium.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 10:46 PM
02-24-2003 10:46 PM
Re: Problem running Apache 1.3.27 with Tomcat 4.1.x
The depot version of apache and tomcat include the tomcat 3.x version and this is not supported by the application.
So i install apache from the source with dso option and download tomcat binary and the connector source for building mod_jk.so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 12:31 AM
02-25-2003 12:31 AM
Re: Problem running Apache 1.3.27 with Tomcat 4.1.x
If I was you, I would install also tomcat from complete sources,
If you have an error, it's more often at compile time, and then easier to solve !!
But I don't use tomcat, then I'm not sure, I already had this kind of trouble with Apache DSO (with php), and I solved it by changing some libs options in the makefile...
hth
Benoit
____
"Comme les maladies contagieuses, les id??es neuves demandent une certaine p??riode d'incubation avant que elles soient reconnus." Arthur Koestler, les somnambules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 01:01 AM
02-25-2003 01:01 AM
Re: Problem running Apache 1.3.27 with Tomcat 4.1.x
the problem building tomcat from source is you need more then 30 requirements.
The tomcat-connectore is source and the building runs without errors. The Problem is using the module with apache.
Mario
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 01:49 AM
02-25-2003 01:49 AM
Re: Problem running Apache 1.3.27 with Tomcat 4.1.x
ldd usr/local/apache27/libexec/mod_jk.so
to check if all is OK about this shared lib. You should have a trouble at this step.
I think that there's something missing during compile of the connector, did you get any warning about dld or dyn lib ?
The mod_jk.so was the lib build from the connector sources ?? Or is it coming from tomcat binaries ?? If it's from the last, then it means that you have error in the binary (hope not), if it comes from sources, then it can be solved more easily, you have just to find where these symbol come from (which lib) and add it in the makefile..
regards
Benoit