On Wed, Mar 17, 2010 at 10:30:51AM -0400, Mark Bucciarelli wrote: > Hi, > > I'm working on getting MonetDB to build on OpenBSD > 4.6. I'm having a shared library issue. > > I've read http://www.openbsd.org/porting/libraries.html > but couldn't figure out how to fix this. > > The MonetDB server is trying to > > open("/usr/local/lib/MonetDB5/lib/lib_blob.so"); > > But libtool did not create this file.
what library files libtool creates is platform specific. libtool users should not assume lib.so links will be created. -- [email protected] SDF Public Access UNIX System - http://sdf.lonestar.org
