Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hans Horn wrote: > # The name that we can dlopen(3). > dlname='pserver_protocol.so' > So the .la says there should be a .so file there, but there isn't for some reason. If you've still got the config.log from the build, look for this block of lines: configure:9138: checking if libtool supports shared libraries configure:9140: result: yes configure:9143: checking whether to build shared libraries configure:9201: result: yes configure:9204: checking whether to build static libraries configure:9208: result: no (the numbers may be different). You really want to see the result as above, if it's going to work (cvsnt is dependent on shared libraries). If your libtool doesn't support shared libraries it may be possible to upgrade to one that does... that's an AIX specific problem though. Tony