Thanks for the reply, but wooooff not working, been trying n trying, linked all the possible places, see this for more details 

collinsia: {235} ll /home/psham/pkg/lib/libcrypt*
-rw-r--r--  1 psham  wheel  1282718 Oct 24 23:17 libcrypto.a
lrwxrwxr-x  1 psham  wheel       16 Oct 24 23:17 libcrypto.so -> libcrypto.so.300
lrwxrwxr-x  1 psham  wheel       38 Oct 29 17:02 libcrypto.so.2 -> /home/psham/pkg/lib/libcrypto.so.300.1
lrwxrwxr-x  1 psham  wheel       18 Oct 24 23:17 libcrypto.so.300 -> libcrypto.so.300.1
-r-xr-xr-x  1 psham  wheel   840008 Oct 24 23:17 libcrypto.so.300.1


collinsia: {12} ll /usr/pkg/lib/libcr*
-rw-r--r--  1 root  wheel  1315296 Dec 13  2003 /usr/pkg/lib/libcrypto.a
lrwxr-xr-x  1 root  wheel       16 Dec 13  2003 /usr/pkg/lib/libcrypto.so -> libcrypto.so.300
lrwxrwxr-x  1 root  wheel       38 Oct 29 17:03 /usr/pkg/lib/libcrypto.so.2 -> /home/psham/pkg/lib/libcrypto.so.300.1
lrwxr-xr-x  1 root  wheel       18 Dec 13  2003 /usr/pkg/lib/libcrypto.so.300 -> libcrypto.so.300.1
-r-xr-xr-x  1 root  wheel   858893 Dec 13  2003 /usr/pkg/lib/libcrypto.so.300.1


collinsia: {244} ll /home/psham/pkg/emul/linux/usr/lib/libcr*
lrwxrwxr-x  1 psham  wheel  38 Oct 29 17:04 /home/psham/pkg/emul/linux/usr/lib/libcrypto.so.2 -> /home/psham/pkg/lib/libcrypto.so.300.1


 --- On Fri 10/29, Many Ayromlou < mayromlo@ryerson.ca > wrote:
From: Many Ayromlou [mailto: mayromlo@ryerson.ca]
To: shahpritesh_ag@excite.com
     Cc: ag-tech@mcs.anl.gov, ag-users@mcs.anl.gov
Date: Fri, 29 Oct 2004 17:31:06 -0400
Subject: Re: [AG-TECH] libcrypto.so.2 not found.

Hi Pritesh,<br><br>I had a similar problem "porting" Redhat FC2 rpm's into SuSE9.1. The  <br>way I got around it was to create 2 symlinks to libcrypto and libssl.<br><br>The RPM package I think needed version 4 of these libraries (which is  <br>really 0.9.7 renamed) and I had 0.9.7.<br><br>So here is what /usr/lib/libcrypt* looks like now:<br><br>-rw-r--r--  1 root root  135776 Apr  5  2004 libcrypt.a<br>lrwxrwxrwx  1 root root      18 Oct 20 13:00 libcrypt.so ->  <br>/lib/libcrypt.so.1<br>lrwxrwxrwx  1 root root      18 Oct 20 13:00 libcrypto.so.0 ->  <br>libcrypto.so.0.9.7<br>-rwxr-xr-x  1 root root 1127119 Aug  4 11:44 libcrypto.so.0.9.7<br>lrwxrwxrwx  1 root root      18 Oct 28 13:24 libcrypto.so.4 ->  <br>libcrypto.so.0.9.7<br><br>and libssl<br><br>lrwxrwxrwx  1 root root     15 Oct 20 13:00 libssl.so.0 ->  <br>libssl.so.0.9.7<br>-rwxr-xr-x  1 root root 221953 Aug  4 11:44 libssl.so.0.9.7<br>lrwxrwxrwx  1 root root     15 Oct 28 13:21 libssl.so.4 ->  <br>libssl.so.0.9.7<br><br><br>Hope this helps,<br>Contact me if you need more info....<br><br>TTYL<br>Many<br><br>On 29-Oct-04, at 3:02 PM, Pritesh wrote:<br><br>><br>><br>> hi,<br>><br>> i'm trying to build accessgrid on NetBSD platform. i have the binaries  <br>> which are listed below:<br>><br>> collinsia: {116} ls<br>> AGNodeService.py           NodeManagement.py           <br>> VenueManagement.py<br>> AGServiceManager.py        NodeSetupWizard.py         VenueServer.py<br>> BridgeServer.py            QuickBridge                agpm.py<br>> CertificateRequestTool.py  VenueClient.py             certmgr.py<br>><br>> I have python version installed which is present at the following  <br>> location : /home/psham/pkg/bin/python2p2 . Its called python2p2 as the  <br>> python 2.2.3 version is compiled with pthreads.<br>><br>> i've got optik, fpconst and other python packages installed at the  <br>> following location:<br>> /home/psham/pkg/lib/python2p2/site-packages<br>><br>> this is the problem that i'm facing:<br>><br>> collinsia: {117} python2p2 AGNodeService.py<br>> Traceback (most recent call last):<br>>   File "AGNodeService.py", line 28, in ?<br>>     from AccessGrid.Toolkit import Service<br>>   File  <br>> "/home/psham/pkg/lib/python2p2/site-packages/AccessGrid/Toolkit.py",  <br>> line 22, in ?<br>>     from AccessGrid.Security import CertificateManager<br>>   File  <br>> "/home/psham/pkg/lib/python2p2/site-packages/AccessGrid/Security/ <br>> CertificateManager.py", line 48, in ?<br>>     from OpenSSL_AG import crypto<br>>   File  <br>> "/home/psham/pkg/lib/python2p2/site-packages/OpenSSL_AG/__init__.py",  <br>> line 11, in ?<br>>     import rand, crypto, SSL<br>> ImportError: Shared object "libcrypto.so.2" not found<br>><br>><br>> its finding the python packages  <br>> /home/psham/pkg/lib/python2p2/site-packages properly, but fails when  <br>> it tries to find libraries. could somebody help me in case i'm doing  <br>> anything wrong or is it that there's a specific place where the  <br>> libraries should go.<br>><br>> Cheers,<br>> Pritesh<br>><br>> _______________________________________________<br>> Join Excite! - http://www.excite.com<br>> The most personalized portal on the Web!<br>><br><br><p><hr><font size=2 face=geneva><b>Join Excite! - <a href=http://www.excite.com target=_blank>http://www.excite.com</a></b><br>The most personalized portal on the Web!</font>