libboost_regex error

Hello,

I cannot get FreeCad running. I always get an error message claiming libboost_*** missing
OpenSUSE12.1


XXX@linux:~> FreeCAD -D
FreeCAD: error while loading shared libraries: libboost_regex.so.1.44.0: cannot open shared object file: No such file or directory

when I search for libbost_* I can find them all:
Code:


file:///tmp/libboost_regex1_44_0.ymp
file:///usr/lib/libboost_regex.so.1.46.1
file:///usr/lib64/libboost_filesystem.so.1.46.1
file:///usr/lib64/libboost_program_options.so.1.46.1
file:///usr/lib64/libboost_regex.so.1.46.1
file:///usr/lib64/libboost_serialization.so.1.46.1
file:///usr/lib64/libboost_signals.so.1.46.1
file:///usr/lib64/libboost_system.so.1.46.1
file:///usr/lib64/libboost_thread.so.1.46.1
file:///usr/lib64/libboost_wserialization.so.1.46.1

is there a symlink missing? If yes where to link?