|
|
This may be more of a Solaris issues then a Openvpn problem but I have spent some time trying to figure out why Openvpn can't find the library in question. I took the source found at http://prdownloads.sourceforge.net/openvpn/openvpn-1.5-beta7.tar.gz unzipped and un tar'ed the source. I then used './configure --disable-lzo --with-ssl-headers=/usr/local/ssl/include/ --with-ssl-lib=/usr/local/ssl/lib/' I did this because the compiler was having issues finding the Openssl header files on compile time. After these options were specified these options the configure when through and compile was happy. I have OpenSSL .0.9.7b installed which I got from ftp://ftp.algx.net/pub/solaris/sunfreeware/intel/8/openssl-0.9.7b-sol8-i ntel-local.gz. This packaged installed successful and is all the library's and modules appear to be installed just fine. "/usr/local/ssl/" is the directory for all the primary library's. This location IS in my path. Here is the error I get when executing openvpn: Command used - "/usr/local/sbin/openvpn --config static-home.conf" Error: /usr/local/sbin/openvpn: fatal: libssl.so.0.9.8: open failed: no such file or directory I'm not sure were openvpn is looking or how it is looking but its not finding what it needs to get this executed. It doesn't matter if I execute it just by it's self it has the same problem (assuming no command options). Am I doing something wrong? Has anybody else seen this issue before? My FreeBSD and Linux test systems worked like a champ just having trouble with Solaris. I would like to thank you in advance for any help you may bring. I appreciate the time and efforts. - Nathan -----Original Message----- From: openvpn-users-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:openvpn-users-admin@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of openvpn-users-request@xxxxxxxxxxxxxxxxxxxxx Sent: Thursday, September 25, 2003 11:05 PM To: nshanks@xxxxxxxxxxxxxx Subject: Openvpn-users -- confirmation of subscription -- request 896567 Openvpn-users -- confirmation of subscription -- request 896567 We have received a request from 68.50.11.210 for subscription of your email address, <nshanks@xxxxxxxxxxxxxx>, to the openvpn-users@xxxxxxxxxxxxxxxxxxxxx mailing list. To confirm the request, please send a message to openvpn-users-request@xxxxxxxxxxxxxxxxxxxxx, and either: - maintain the subject line as is (the reply's additional "Re:" is ok), - or include the following line - and only the following line - in the message body: confirm 896567 (Simply sending a 'reply' to this message should work from most email interfaces, since that usually leaves the subject line in the right form.) If you do not wish to subscribe to this list, please simply disregard this message. Send questions to openvpn-users-admin@xxxxxxxxxxxxxxxxxxxxxx ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |