hi,
i'm trying to build accessgrid on NetBSD platform. i have the binaries which are listed below: collinsia: {116} ls AGNodeService.py NodeManagement.py VenueManagement.py AGServiceManager.py NodeSetupWizard.py VenueServer.py BridgeServer.py QuickBridge agpm.py CertificateRequestTool.py VenueClient.py certmgr.py I have python version installed which is present at the following location : /home/psham/pkg/bin/python2p2 . Its called python2p2 as the python 2.2.3 version is compiled with pthreads. i've got optik, fpconst and other python packages installed at the following location: /home/psham/pkg/lib/python2p2/site-packages this is the problem that i'm facing: collinsia: {117} python2p2 AGNodeService.py Traceback (most recent call last): File "AGNodeService.py", line 28, in ? from AccessGrid.Toolkit import Service File "/home/psham/pkg/lib/python2p2/site-packages/AccessGrid/Toolkit.py", line 22, in ? from AccessGrid.Security import CertificateManager File "/home/psham/pkg/lib/python2p2/site-packages/AccessGrid/Security/CertificateManager.py", line 48, in ? from OpenSSL_AG import crypto File "/home/psham/pkg/lib/python2p2/site-packages/OpenSSL_AG/__init__.py", line 11, in ? import rand, crypto, SSL ImportError: Shared object "libcrypto.so.2" not found its finding the python packages /home/psham/pkg/lib/python2p2/site-packages properly, but fails when it tries to find libraries. could somebody help me in case i'm doing anything wrong or is it that there's a specific place where the libraries should go. Cheers, Pritesh _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!