微信如何发送聊天记录给BOSS聊天中发送作品

Missing library - libcrypto.so.1.0.0.0
Latest LQ Deal:
Remember Me?
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
runningconfig
Registered: Dec 2014
Distribution: Mint
Missing library - libcrypto.so.1.0.0.0
First post! I recently moved over to Ubuntu to learn Linux and for better support while using GNS3.
I just started receiving the following error when I try to launch GNS3:
root@zeppelin:/usr/lib# gns3
Traceback (most recent call last):
File &/usr/local/bin/gns3&, line 9, in &module&
load_entry_point('gns3-gui==1.2.1', 'gui_scripts', 'gns3')()
File &/usr/lib/python3/dist-packages/pkg_resources.py&, line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File &/usr/lib/python3/dist-packages/pkg_resources.py&, line 2363, in load_entry_point
return ep.load()
File &/usr/lib/python3/dist-packages/pkg_resources.py&, line 2088, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File &/usr/local/lib/python3.4/dist-packages/gns3_gui-1.2.1-py3.4.egg/gns3/main.py&, line 36, in &module&
File &/usr/local/lib/python3.4/dist-packages/gns3_gui-1.2.1-py3.4.egg/gns3/main_window.py&, line 37, in &module&
File &/usr/local/lib/python3.4/dist-packages/gns3_gui-1.2.1-py3.4.egg/gns3/modules/__init__.py&, line 18, in &module&
File &/usr/local/lib/python3.4/dist-packages/gns3_gui-1.2.1-py3.4.egg/gns3/modules/builtin/__init__.py&, line 24, in &module&
File &/usr/local/lib/python3.4/dist-packages/gns3_gui-1.2.1-py3.4.egg/gns3/servers.py&, line 28, in &module&
File &/usr/lib/python3.4/ssl.py&, line 97, in &module&
import _ssl
# if we can't import it, let the error propagate
ImportError: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
I'm not sure what changed since it can't locate the libcrypto.so.1.0.0 library any more. I did a search for the and didn't come up with anything:
root@zeppelin:/usr/lib# find /usr/lib -name 'libcry*'
/usr/lib/vlc/plugins/codec/libcrystalhd_plugin.so
/usr/lib/x86_64-linux-gnu/libcrypto.so.0.9.8
/usr/lib/x86_64-linux-gnu/libcrypt.a
/usr/lib/x86_64-linux-gnu/libcrystalhd.so.3
/usr/lib/x86_64-linux-gnu/libcrystalhd.so.3.6
/usr/lib/x86_64-linux-gnu/libcrypt.so
/usr/lib/debug/lib/x86_64-linux-gnu/libcrypt-2.19.so
I checked and the libssl1.0.0 package is installed - I'm not really sure where to go from here.
Is there a way for me to reinstall the package putting the library back in the correct location? Is there a way I can download this specific library since the OS reports the package is already installed?
Thanks in advance!
cesarbergara
Registered: Feb 2012
Location: Buenos Aires, Argentina
Distribution: Debian, Suse, Mandrake,
Hi. I saw you have an old version of libcrypto (0.9.8) installed.
Try to upgrade your installed version to libcrypto 1.0
You can found it on the web (
, rpm.pbone.net ,
and convert with 'alien' from rpm to deb or tgzs).
I hope this will solve the problem.
Have a nice day.
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2016, Slack14.1 Deb Jessie,
+ 50+ other Linux OS,
for test only.
Posts: 16,276
$ sudo apt-get install --reinstall libssl1.0.0
... will provide
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/lib/x86_64-linux-gnu/libssl.so.1.0.0
( Which you probably have already.)
You are not supposed to work with GNS 3,
or any other &user application& as root.
&root& is for administrative commands only.
Please do : $ gns3
.. as unprivileged user.
GNS 3 packages
L 12-12-2014 at .
1 members found this post helpful.
runningconfig
Registered: Dec 2014
Distribution: Mint
Original Poster
Originally Posted by knudfl
$ sudo apt-get install --reinstall libssl1.0.0
... will provide
/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
/lib/x86_64-linux-gnu/libssl.so.1.0.0
( Which you probably have already.)
You are not supposed to work with GNS 3,
or any other &user application& as root.
&root& is for administrative commands only.
Please do : $ gns3
.. as unprivileged user.
GNS 3 packages
thanks for the path - and i'll keep $ in mind.
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
code is Off
HTML code is Off
Similar Threads
RandomTroll
04-27-2013
Linux - Software
08-05-2011
Linux - Newbie
06-15-2011
Linux - Newbie
05-13-2009
Linux - Software
11-10-2005
All times are GMT -5. The time now is .
Advertisement
Write for LQ
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, .
& Latest ThreadsDO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
11 messages
Open this post in threaded view
Report Content as Inappropriate
DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
& & & & & &Summary: Misleading error message when there are problems loading
& & & & & & & & & & APR libraries
& & & & & &Product: Tomcat 5
& & & & & &Version: 5.5.15
& & & & & Platform: Other
& & & & OS/Version: other
& & & & & & Status: NEW
& & & & & Severity: normal
& & & & & Priority: P2
& & & & &Component: Catalina
& & & & AssignedTo:
& & & & ReportedBy:
We recently rebuilt APR during an OS reinstall. After this, Tomcat failed to
load the tcnative libraries:
INFO: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/x1/opt/tomcat-5.5/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs
However the libraries were definitely present there.
Eventually I poked around in AprLifecycleListener.java, and found that the code
initializing the APR library:
& & & String methodName = &initialize&;
& & & Class paramTypes[] = new Class[1];
& & & paramTypes[0] = String.
& & & Object paramValues[] = new Object[1];
& & & paramValues[0] =
& & & Class clazz = Class.forName(&org.apache.tomcat.jni.Library&);
& & & Method method = clazz.getMethod(methodName, paramTypes);
& & & method.invoke(null, paramValues);
& & & major = clazz.getField(&TCN_MAJOR_VERSION&).getInt(null);
& & & minor = clazz.getField(&TCN_MINOR_VERSION&).getInt(null);
& & & patch = clazz.getField(&TCN_PATCH_VERSION&).getInt(null);
& } catch (Throwable t) {
& & & if (!log.isDebugEnabled()) {
& & & & & (sm.getString(&aprListener.aprInit&,
& & & & & & & & & System.getProperty(&java.library.path&)));
& & & &...
You see it catches a Throwable, and *assumes* it means the library isn't
present. In my case this was not so. When I added a log.error() to print the
Throwable, I got:
SEVERE: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
& & & & at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
& & & & at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
& & & & at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
& & & & at java.lang.reflect.Method.invoke(Method.java:324)
& & & & at
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent(AprLifecycleListener.java:80)
& & & & at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
& & & & at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:766)
& & & & at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
& & & & at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
& & & & at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
& & & & at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
& & & & at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
& & & & at java.lang.reflect.Method.invoke(Method.java:324)
& & & & at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247)
& & & & at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Caused by: java.lang.UnsatisfiedLinkError:
/x1/opt/tomcat-5.5/apache-tomcat-5.5.15/bin/tomcat-native-1.1.2/jni/native/.libs/libtcnative-1.so.0.2.2:
/usr/local/apr-install/1.2.2/lib/libapr-1.so.0: undefined symbol: sock_is_ipv6,
no libtcnative-1 in
java.library.path(/x1/opt/tomcat-5.5/tomcat/bin/tomcat-native-1.1.2/jni/native/.libs)
& & & & at org.apache.tomcat.jni.Library.&init&(Library.java:55)
& & & & at org.apache.tomcat.jni.Library.initialize(Library.java:156)
& & & & ... 15 more
For the record, this is apparently a bug in APR 1.2.2 triggered when it is
compiled with --disable-ipv6.
It would be good if Tomcat could catch the specific exception thrown when the
file is not found, and print all others, like this.
Configure bugmail: ------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
& & & & & &What & &|Removed & & & & & & & & & & |Added
----------------------------------------------------------------------------
& & & & & & &Status|NEW & & & & & & & & & & & & |RESOLVED
& & & & &Resolution| & & & & & & & & & & & & & &|INVALID
------- Additional Comments From
& 11:01 -------
Both openssl and APR must be in the LD_LIBRARY_PATH.
The easiest way is to use the:
ldd libtcnative-1.so.0.2.2
Make sure LD_LIBRARY_PATH includes all tcnative dependencies.
Configure bugmail: ------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
In reply to
by Bugzilla from bugzilla@apache.org
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
& & & & & &What & &|Removed & & & & & & & & & & |Added
----------------------------------------------------------------------------
& & & & & & &Status|RESOLVED & & & & & & & & & &|REOPENED
& & & & &Resolution|INVALID & & & & & & & & & & |
------- Additional Comments From
& 21:59 -------
The bug I'm reporting is that Tomcat does not report the correct error. Tomcat
said that the library was not *found*, whereas in reality it could not be
*loaded*. I had to recompile Tomcat to get a decent stacktrace and diagnose the
actual problem, which shouldn't be necessary.
Configure bugmail: ------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
In reply to
by Bugzilla from bugzilla@apache.org
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
------- Additional Comments From
& 09:41 -------
I also got a similar problem on a Suse SLES 9 PPC and i386 which use an Apache
2.0.49 + APR 0.9.5.
The build was fine with ./configure --with-apr=/usr/bin/apr-config
To check it more carefully I used a simple java class from
org.apache.tomcat.jni.Library class
alaska:~/tomcat-native-1.1.2/jni/native # java Library
Exception in thread &main& java.lang.UnsatisfiedLinkError:
/usr/lib/libtcnative-1.so.0.9.5: /usr/lib/libtcnative-1.so.0.9.5: cannot open
shared object file: No such file or directory, Can't find library libtcnative-1
&(liblibtcnative-1.so) in sun.boot.library.path or java.library.path
sun.boot.library.path=/usr/lib/java/bin/../jre/bin
java.library.path=/usr/lib/java/bin/../jre/bin:/usr/lib/java/jre/bin/classic:/usr/lib/java/jre/bin:/usr/lib(/usr/lib/java/bin/../jre/bin:/usr/lib/java/jre/bin/classic:/usr/lib/java/jre/bin:/usr/lib)
& & & & at Library.&init&(Library.java:53)
& & & & at Library.initialize(Library.java:154)
& & & & at Library.main(Library.java:210)
And all stuff is in /usr/lib :
alaska:~/tomcat-native-1.1.2/jni/native # ldd /usr/lib/libtcnative-1.so.0.9.5
& & & & libapr-0.so.0 =& /usr/lib/libapr-0.so.0 (0x6ff99000)
& & & & librt.so.1 =& /lib/tls/librt.so.1 (0x6ff72000)
& & & & libm.so.6 =& /lib/tls/libm.so.6 (0x6fedd000)
& & & & libcrypt.so.1 =& /lib/libcrypt.so.1 (0x6fe8c000)
& & & & libnsl.so.1 =& /lib/libnsl.so.1 (0x6fe56000)
& & & & libpthread.so.0 =& /lib/tls/libpthread.so.0 (0x6fe33000)
& & & & libdl.so.2 =& /lib/libdl.so.2 (0x6fe10000)
& & & & libssl.so.0.9.7 =& /usr/lib/libssl.so.0.9.7 (0x6fdbf000)
& & & & libcrypto.so.0.9.7 =& /usr/lib/libcrypto.so.0.9.7 (0x6fc88000)
& & & & libc.so.6 =& /lib/tls/libc.so.6 (0x6fb3a000)
& & & & /lib/ld.so.1 (0x)
Configure bugmail: ------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
In reply to
by Bugzilla from bugzilla@apache.org
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
& & & & & &What & &|Removed & & & & & & & & & & |Added
----------------------------------------------------------------------------
& & & & & & &Status|REOPENED & & & & & & & & & &|RESOLVED
& & & & &Resolution| & & & & & & & & & & & & & &|WONTFIX
------- Additional Comments From
& 13:29 -------
In nearly all cases, this error will indicate that the library isn't present. I
will not accept displaying a stack trace by default here, since most users will
not have APR installed.
To get more details, there's no need to recompile Tomcat. You should simply
enable debug logging for this class, which is very easy to do (although you
don't seem to know how to do it: go in conf/logging.properties, if you use the
default configuration, and add
org.apache.catalina.core.AprLifecycleListener.level=FINE).
Configure bugmail: ------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
In reply to
by Bugzilla from bugzilla@apache.org
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
------- Additional Comments From
& 14:11 -------
Well even with this 'FINE' logging the message could be unusable :
alaska:~/apache-tomcat-5.5.16/bin # ./catalina.sh run
Using CATALINA_BASE: & /root/apache-tomcat-5.5.16
Using CATALINA_HOME: & /root/apache-tomcat-5.5.16
Using CATALINA_TMPDIR: /root/apache-tomcat-5.5.16/temp
Using JRE_HOME: & & & /opt/IBMJava2-cxppc32142ifx-/jre/
Created MBeanServer with ID: 7b6d9cca:109da30a15d:-8000:alaska:1
Mar 8, :18 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
FINE: The Apache Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
/opt/IBMJava2-cxppc32142ifx-/jre/bin:/opt/IBMJava2-cxppc32142ifx-/jre/bin/classic:/opt/IBMJava2-cxppc32142ifx-/jre/bin:/usr/lib
java.lang.reflect.InvocationTargetException
& & & & at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
& & & & at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
& & & & at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
& & & & at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
& & & & at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
& & & & at
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent(AprLifecycleListener.java:80)
& & & & at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
& & & & at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:766)
& & & & at org.apache.catalina.startup.Catalina.load(Catalina.java:503)
& & & & at org.apache.catalina.startup.Catalina.load(Catalina.java:523)
& & & & at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
& & & & at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
& & & & at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
& & & & at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
& & & & at java.lang.reflect.Method.invoke(Method.java:391)
& & & & at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247)
& & & & at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412)
Caused by: java.lang.UnsatisfiedLinkError: initialize
& & & & at org.apache.tomcat.jni.Library.initialize(Library.java:205)
& & & & ... 17 more
Mar 8, :19 PM org.apache.coyote.http11.Http11BaseProtocol init
In this case, the libtcnative is compiled (fine) against openssl 0.9.7 and apr
0.9.5 but it didn't show....
Configure bugmail: ------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
In reply to
by Bugzilla from bugzilla@apache.org
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
------- Additional Comments From
& 14:22 -------
The code is simply logging the exception that is coming back, whatever it is,
and I can't do more:
& & & & & & & & & & log.debug(sm.getString(&aprListener.aprInit&,
& & & & & & & & & & & & & & System.getProperty(&java.library.path&)), t);
Configure bugmail: ------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
Re: DO NOT REPLY [Bug 38875] - Misleading error message when there are problems loading APR libraries
Sure, so in this case it's the JNI side, initialize(), which should be
more verbose ?
TCN_IMPLEMENT_CALL(jboolean, Library, initialize)(TCN_STDARGS)
& & UNREFERENCED_STDARGS;
& & if (!tcn_global_pool) {
& & & & if (apr_pool_create(&tcn_global_pool, NULL) != APR_SUCCESS) {
& & & & & & return JNI_FALSE;
& & & & apr_atomic_init(tcn_global_pool);
& & return JNI_TRUE;
& DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
& RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
& ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
& INSERTED IN THE BUG DATABASE.
& ------- Additional Comments From
& 14:22 -------
& The code is simply logging the exception that is coming back, whatever it is,
& and I can't do more:
& & & & & & & & & & & log.debug(sm.getString(&aprListener.aprInit&,
& & & & & & & & & & & & & & & System.getProperty(&java.library.path&)), t);
& Configure bugmail: & ------- You are receiving this mail because: -------
& You are the assignee for the bug, or are watching the assignee.
& ---------------------------------------------------------------------
& To unsubscribe, e-mail:
& For additional commands, e-mail:
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
Re: DO NOT REPLY [Bug 38875] - Misleading error message when there are problems loading APR libraries
Henri Gomez wrote:
& Sure, so in this case it's the JNI side, initialize(), which should be
& more verbose ?
I don't know. Personally, I get a little more explicit error message.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
RE: DO NOT REPLY [Bug 38875]
- Misleading error message when there are problems loading APR libraries
In reply to
by Bugzilla from bugzilla@apache.org
& -----Original Message-----
& Sent: Wednesday, March 08,
& Subject: DO NOT REPLY [Bug 38875] - Misleading error message
& when there are problems loading APR libraries
& DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG.
& RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
& ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND.
& INSERTED IN THE BUG DATABASE.
& ------- Additional Comments From
09:41 -------
& I also got a similar problem on a Suse SLES 9 PPC and i386
& which use an Apache
& 2.0.49 + APR 0.9.5.
I'm pretty sure that you can't use APR 0.9. &I've only tried it with APR
& The build was fine with ./configure --with-apr=/usr/bin/apr-config
& To check it more carefully I used a simple java class from
& org.apache.tomcat.jni.Library class
& alaska:~/tomcat-native-1.1.2/jni/native # java Library
& Exception in thread &main& java.lang.UnsatisfiedLinkError:
& /usr/lib/libtcnative-1.so.0.9.5:
& /usr/lib/libtcnative-1.so.0.9.5: cannot open
& shared object file: No such file or directory, Can't find
& library libtcnative-1
& &(liblibtcnative-1.so) in sun.boot.library.path or java.library.path
& sun.boot.library.path=/usr/lib/java/bin/../jre/bin
& java.library.path=/usr/lib/java/bin/../jre/bin:/usr/lib/java/j
& re/bin/classic:/usr/lib/java/jre/bin:/usr/lib(/usr/lib/java/bi
& n/../jre/bin:/usr/lib/java/jre/bin/classic:/usr/lib/java/jre/b
& in:/usr/lib)
& & & & & at Library.&init&(Library.java:53)
& & & & & at Library.initialize(Library.java:154)
& & & & & at Library.main(Library.java:210)
& And all stuff is in /usr/lib :
Try `ldd -r /usr/lib/libtcnative-1.so.0.9.5`. &
& alaska:~/tomcat-native-1.1.2/jni/native # ldd
& /usr/lib/libtcnative-1.so.0.9.5
& & & & & libapr-0.so.0 =& /usr/lib/libapr-0.so.0 (0x6ff99000)
& & & & & librt.so.1 =& /lib/tls/librt.so.1 (0x6ff72000)
& & & & & libm.so.6 =& /lib/tls/libm.so.6 (0x6fedd000)
& & & & & libcrypt.so.1 =& /lib/libcrypt.so.1 (0x6fe8c000)
& & & & & libnsl.so.1 =& /lib/libnsl.so.1 (0x6fe56000)
& & & & & libpthread.so.0 =& /lib/tls/libpthread.so.0 (0x6fe33000)
& & & & & libdl.so.2 =& /lib/libdl.so.2 (0x6fe10000)
& & & & & libssl.so.0.9.7 =& /usr/lib/libssl.so.0.9.7 (0x6fdbf000)
& & & & & libcrypto.so.0.9.7 =& /usr/lib/libcrypto.so.0.9.7 (0x6fc88000)
& & & & & libc.so.6 =& /lib/tls/libc.so.6 (0x6fb3a000)
& & & & & /lib/ld.so.1 (0x)
& Configure bugmail:
& & ------- You are receiving this mail because: -------
& You are the assignee for the bug, or are watching the assignee.
& ---------------------------------------------------------------------
& To unsubscribe, e-mail:
& For additional commands, e-mail:
This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. &If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.
In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Open this post in threaded view
Report Content as Inappropriate
Re: DO NOT REPLY [Bug 38875] - Misleading error message when there are problems loading APR libraries
Well with a tcnative build against APR 1.2.2, one time dynamically and
another time statically it works.
It recall me the old time of mod_webapp where APR was not available.
In many distributions, including Suse, Apache 2.0.x is bundled and as
such only APR 0.9.x is available.
Could we try to modify the build to allow tcnative to build statically
against APR ?
We could even try to have a build where APR is build with -fPIC and
then tcnative build and linked statically with this fresh APR.
What about ?
---------------------------------------------------------------------
To unsubscribe, e-mail:
For additional commands, e-mail:
Loading...

我要回帖

更多关于 微信如何发送聊天记录 的文章

 

随机推荐