On April 18, 2005 02:09 pm, [EMAIL PROTECTED] wrote: > # /usr/local/bin/openssl engine ubsec -vvv > (ubsec) UBSEC hardware engine support > SO_PATH: Specifies the path to the 'ubsec' shared library > (input flags): STRING > # /usr/local/bin/openssl speed rsa -engine ubsec > can't use that engine > 34349:error:25066067:DSO support routines:DLFCN_LOAD:could not load the > shared library:dso_dlfcn.c:153:filename(libubsec.so): Shared object > "libubsec.so" not found, required by "openssl" 34349:error:25070067:DSO > support routines:DSO_load:could not load the shared > library:dso_lib.c:244: 34349:error:84069067:ubsec engine:UBSEC_INIT:dso > failure:hw_ubsec.c:390: 34349:error:260B806D:engine > routines:ENGINE_TABLE_REGISTER:init failed:eng_table.c:182: > > > so, both OpenSSL versions are compiled with ubsec support...however, > the world version doesnt support DSO's at all. the ports version > DOES, but it cannot find libubsec.so - this, under RedHat, was supplied > by 'hwcrypto' package - is there an official source for the libubsec > software for FreeBSD for OpenSSL folk to use?
Which version of openssl is the ports tree based on? I don't know about the world version, but the problem with the ports one seems to be (so far) just a matter of paths. I don't "do bsd", but I assume that tweaking with LD_LIBRARY_PATH or some such thing ought to be able to convince openssl to find libubsec.so. Whether the result will be version-compatible is another issue, but you might be lucky. Cheers, Geoff -- Geoff Thorpe [EMAIL PROTECTED] http://www.geoffthorpe.net/ Greedy Genghis George, Guru of God and Guns. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
