Nikolay Sturm schrieb am Freitag, den 24. November 2006: > * Alexander Wirt [2006-11-24]: > > I had some compile problems with orbit and detected that several libs > > were shipped without dependency informations in the ELF Headers. > > We don't do inter-library dependencies on OpenBSD. What about a little bit more consequence? # for i in *.so.* ; do objdump -p $i | grep NEED ; done| wc -l 20
in /usr/local/lib Alex