apache - CentOS 6 httpd killed by update -


Start the Terror Mode! I have updated the update update.

On the restart, httpd generated:

  httpd: / usr / sbin / httpd: symbol lookup error: `/ usr / lib64 / libaprutil- 1.so.0: Undefined symbol: apr_os_uuid_get  

is running ldd -r generates the same message:

  ldd -r / Usr / Sbin / httpd linux-vdso.so.1 = & gt; (0x00007fffe82d9000) libm.so.6 = & gt; /lib64/libm.so.6 (0x00007f121e5fd000) libpcre.so.0 = & gt; /lib64/libpcre.so.0 (0x00007f121e3d1000) libselinux.so.1 = & gt; /lib64/libselinux.so.1 (0x00007f121e1b1000) libaprutil-1.so.0 = & gt; /usr/lib64/libaprutil-1.so.0 (0x00007f121df8d000) libcrypt.so.1 = & gt; /lib64/libcrypt.so.1 (0x00007f121dd56000) libexpat.so.1 = & gt; /lib64/libexpat.so.1 (0x00007f121db2d000) libdb-4.7.so = & gt; /lib64/libdb-4.7.so (0x00007f121d7b9000) libapr-1.so.0 = & gt; /usr/lib/libapr-1.so.0 (0x00007f121d587000) libpthread.so.0 = & gt; /lib64/libpthread.so.0 (0x00007f121d369000) libc.so.6 = & gt; /lib64/libc.so.6 (0x00007f121cfd5000) libdl.so.2 = & gt; /lib64/libdl.so.2 (0x00007f121cdd1000) /lib64/ld-linux-x86-64.so.2 (0x00007f121eae5000) libuuid.so.1 = & gt; /lib64/libuuid.so.1 (0x00007f121cbcc000) libfreebl3.so = & gt; /lib64/libfreebl3.so (0x00007f121c953000) librt.so.1 = & gt; / Lib64 / librt.so.1 (0x00007f121c74b000) Undefined symbol: apr_os_uuid_get (/usr/lib64/libaprutil-1.so.0)  

Reduction in downloading Apache source, what are the options .

I have already cleaned a yum and have ensured that I am using only the original repository. There is no update available, yadda

I am downloading the Apache2 source code, while I look forward to a quick answer.

You have an external 32bit version of libapr installed in the following line .

  libapr-1.so0 => /usr/lib/libapr-1.so.0 (0x00007f121d587000)  

You can rpm -qf / usr / lib / libapr- 1.so.0 .

That package may need to be upgraded (or the removal if it is unused).


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -