can't upgrade from 2.4.54 to 2.4.57

Ldconfig is used at runtime resolution not compile time.
Are you 100% sure? I can be mistaken but I thought that @fln gave me that command that I had to run, after I had to remove some things to fix something similar very recently, but I can't find it that quickly anymore. I'll try and have a search again.
 
Foud it:
fixes old linked libraries. However, I don't know if that would help here too.
 
Foud it:
fixes old linked libraries. However, I don't know if that would help here too.
That library had both static and shared libraries installed(.a and a .so.*) so running ldconfig would have been required to locate the shared library. See https://unix.stackexchange.com/questions/579449/ld-ignores-ld-so-conf
 
Hi @toml
I tried your mentionned solution and it's good for me now !

Solution :
Code:
rm -rf /usr/local/libltdl.*
After ./build apache

Very nice, Thanks
 
Back
Top