I don't want to risk to affect apache.
Yiannis Mavroukakis wrote:
http://apr.apache.org/
-----Original Message----- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:37 To: Tomcat Users List Subject: Re: mod_jk2 problems
Yes, probably some lib(s), which were not linked corectly with mod_jk2 while compiling it?
What's apr?
Yiannis Mavroukakis wrote:
If memory serves me right, the apache httpd sources and the apr sources.
-----Original Message----- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 17:17 To: Tomcat Users List Subject: Re: mod_jk2 problems
Oh, yes! Thanks! Here is what missing:
undefined symbol: ap_scoreboard_image (./mod_jk2.so) undefined symbol: ap_server_root (./mod_jk2.so) undefined symbol: apr_pool_cleanup_null (./mod_jk2.so) undefined symbol: apr_socket_create (./mod_jk2.so) undefined symbol: ap_hook_post_config (./mod_jk2.so) undefined symbol: ap_get_module_config (./mod_jk2.so) undefined symbol: apr_file_write_full (./mod_jk2.so) undefined symbol: apr_send (./mod_jk2.so) undefined symbol: apr_table_add (./mod_jk2.so) undefined symbol: ap_exists_scoreboard_image (./mod_jk2.so) undefined symbol: apr_pool_create_ex (./mod_jk2.so) undefined symbol: ap_hook_handler (./mod_jk2.so) undefined symbol: apr_strerror (./mod_jk2.so) undefined symbol: ap_update_mtime (./mod_jk2.so) undefined symbol: apr_connect (./mod_jk2.so) undefined symbol: apr_mmap_offset (./mod_jk2.so) undefined symbol: apr_file_seek (./mod_jk2.so) undefined symbol: apr_md5_final (./mod_jk2.so) undefined symbol: apr_thread_mutex_trylock (./mod_jk2.so) undefined symbol: apr_filename_of_pathname (./mod_jk2.so) undefined symbol: ap_hook_child_init (./mod_jk2.so) undefined symbol: find_child_by_pid (./mod_jk2.so) undefined symbol: apr_setsocketopt (./mod_jk2.so) undefined symbol: ap_setup_client_block (./mod_jk2.so) undefined symbol: apr_proc_mutex_create (./mod_jk2.so) undefined symbol: apr_thread_mutex_lock (./mod_jk2.so) undefined symbol: ap_hook_map_to_storage (./mod_jk2.so) undefined symbol: apr_table_set (./mod_jk2.so) undefined symbol: apr_proc_mutex_trylock (./mod_jk2.so) undefined symbol: apr_table_addn (./mod_jk2.so) undefined symbol: ap_get_server_version (./mod_jk2.so) undefined symbol: apr_pool_cleanup_register (./mod_jk2.so) undefined symbol: ap_mpm_query (./mod_jk2.so) undefined symbol: apr_mmap_create (./mod_jk2.so) undefined symbol: apr_filepath_merge (./mod_jk2.so) undefined symbol: ap_log_perror (./mod_jk2.so) undefined symbol: apr_thread_mutex_create (./mod_jk2.so) undefined symbol: apr_pstrdup (./mod_jk2.so) undefined symbol: apr_date_parse_http (./mod_jk2.so) undefined symbol: apr_recv (./mod_jk2.so) undefined symbol: ap_get_server_name (./mod_jk2.so) undefined symbol: ap_os_escape_path (./mod_jk2.so) undefined symbol: ap_log_error (./mod_jk2.so) undefined symbol: apr_table_setn (./mod_jk2.so) undefined symbol: ap_get_remote_host (./mod_jk2.so) undefined symbol: apr_table_get (./mod_jk2.so) undefined symbol: apr_socket_close (./mod_jk2.so) undefined symbol: apr_psprintf (./mod_jk2.so) undefined symbol: apr_file_open (./mod_jk2.so) undefined symbol: apr_ctime (./mod_jk2.so) undefined symbol: apr_sockaddr_info_get (./mod_jk2.so) undefined symbol: apr_thread_mutex_destroy (./mod_jk2.so) undefined symbol: apr_stat (./mod_jk2.so) undefined symbol: apr_palloc (./mod_jk2.so) undefined symbol: ap_strchr (./mod_jk2.so) undefined symbol: apr_sockaddr_port_get (./mod_jk2.so) undefined symbol: ap_should_client_block (./mod_jk2.so) undefined symbol: apr_pvsprintf (./mod_jk2.so) undefined symbol: apr_time_now (./mod_jk2.so) undefined symbol: ap_rwrite (./mod_jk2.so) undefined symbol: apr_proc_mutex_unlock (./mod_jk2.so) undefined symbol: apr_pool_get_parent (./mod_jk2.so) undefined symbol: ap_set_module_config (./mod_jk2.so) undefined symbol: apr_table_elts (./mod_jk2.so) undefined symbol: ap_get_client_block (./mod_jk2.so) undefined symbol: ap_add_version_component (./mod_jk2.so) undefined symbol: apr_md5_init (./mod_jk2.so) undefined symbol: apr_proc_mutex_destroy (./mod_jk2.so) undefined symbol: apr_file_info_get (./mod_jk2.so) undefined symbol: apr_pool_clear (./mod_jk2.so) undefined symbol: apr_pool_userdata_set (./mod_jk2.so) undefined symbol: apr_mmap_delete (./mod_jk2.so) undefined symbol: ap_get_server_port (./mod_jk2.so) undefined symbol: ap_content_type_tolower (./mod_jk2.so) undefined symbol: apr_proc_mutex_lock (./mod_jk2.so) undefined symbol: ap_rflush (./mod_jk2.so) undefined symbol: apr_md5_update (./mod_jk2.so) undefined symbol: ap_set_last_modified (./mod_jk2.so) undefined symbol: apr_socket_timeout_set (./mod_jk2.so) undefined symbol: ap_hook_translate_name (./mod_jk2.so) undefined symbol: ap_add_common_vars (./mod_jk2.so) undefined symbol: apr_pool_userdata_get (./mod_jk2.so) undefined symbol: apr_thread_mutex_unlock (./mod_jk2.so)
Any idea where thay are defined?
Yiannis Mavroukakis wrote:
try
ldd -v -r /etc/httpd/modules/mod_jk2.so
If there are any missing objects or functions it will report them to you.
-----Original Message----- From: Vi [mailto:[EMAIL PROTECTED] Sent: 10 March 2004 15:24 To: Tomcat Users List Subject: Re: mod_jk2 problems
ldd, is good, but I ment something to show me all functions of a lib.
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)Obviously those two are not enough
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
Francois JEANMOUGIN wrote:
it compiled well, but can't load. Is there any util to see all symbols of library?
Try ldd : $ ldd mod_jk.so )
Nothing obvious :).
Fran�ois.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs.
Note:__________________________________________________________________ This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Jaguar Freight Services and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs.
Note:__________________________________________________________________ This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Jaguar Freight Services and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs.
Note:__________________________________________________________________
This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it and
notify the sender. You must not, directly or indirectly, use, disclose,
distribute, print, or copy any part of this message if you are not the
intended recipient. Jaguar Freight Services and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks.
Any views expressed in this message are those of the individual sender,
except where the message states otherwise and the sender is authorized
to state them to be the views of any such entity.
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
