$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Malte Starostik (malte_at_[hidden])
Date: 2002-10-17 09:07:23
On Thursday 17 October 2002 15:02, Neal D. Becker wrote:
> One more nit: run /sbin/ldconfig after installing shared libs.
Somehow I thought rpm does that automatically on installation. I can add it
anyway.
One thing I don't understand is that ldconfig will not create symlinks like
libboost_regexp.so => libboost_regexp.so.1.29.0. When running ldconfig -v it
outputs: libboost_regex.so.1.29.0 -> libboost_regex.so.1.29.0 while I would
have expected libboost_regex.so -> libboost_regex.so.1.29.0
So I have to create those symlinks manually :(
Do you have any idea why this would happen?
-Malte