<br>You might try using macports without a root installation path.  The default path is /opt/local/, but that can be changed.  There may be some ports that contain instructions that require root access (perhaps apache, mysql, postgresql, etc. have system init scripts that require root access).<br>
<br>Seems to me that your swimming a little too hard against the tide, esp. with .so libs on OSX/Darwin.  How about you lighten your work load by asking your sys admin to install all your libraries?  How about running your own system with root access (try Ubuntu)?<br>
<br>Take care,<br>Darren<br><br><br><br><div class="gmail_quote">On Tue, Dec 22, 2009 at 10:27 AM, Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Same here. I have no idea how to build Python such that it generates<br>
.so libraries rather than .dylib. Even things like MacPorts, which are<br>
very Unixy, generate dylibs. I know for sure that there is no way of<br>
generating VTK libraries as .sos (Python modules on the other hand<br>
have the .so extension).<br>
<font color="#888888"><br>
-berk<br>
</font><div><div></div><div class="h5"><br>
On Mon, Dec 21, 2009 at 5:58 PM, David Gobbi &lt;<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>&gt; wrote:<br>
&gt; Well, ya got me then.  Even when I build 3rd party unix non-framework<br>
&gt; stuff on the Mac, including python, I still get dylibs.  I didn&#39;t know<br>
&gt; the mac loader would even recognize .so libraries.<br>
&gt;<br>
&gt;   David<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Dec 21, 2009 at 3:36 PM, Smith, Mark E CTR USAF AFMC AEDC/ATA<br>
&gt; &lt;<a href="mailto:Mark.E.Smith@arnold.af.mil">Mark.E.Smith@arnold.af.mil</a>&gt; wrote:<br>
&gt;&gt; Except that when I built my local python installation I built it for a<br>
&gt;&gt; unix platform using .so libraries. No frameworks. No dylibs.<br>
&gt;&gt;<br>
&gt;&gt; I think what I want is vtk built the same way, that is, for a unix<br>
&gt;&gt; platform.<br>
&gt;&gt;<br>
&gt;&gt; -----Original Message-----<br>
&gt;&gt; From: David Gobbi [mailto:<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>]<br>
&gt;&gt; Sent: Monday, December 21, 2009 4:09 PM<br>
&gt;&gt; To: Smith, Mark E CTR USAF AFMC AEDC/ATA<br>
&gt;&gt; Cc: Berk Geveci; <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
&gt;&gt; Subject: Re: [vtkusers] Need Help Compiling VTK on OS X With Python<br>
&gt;&gt; Wrappers and a Local Python Installation<br>
&gt;&gt;<br>
&gt;&gt; Hi Mark,<br>
&gt;&gt;<br>
&gt;&gt; You&#39;re very close.  You need to set the PYTHON_LIBRARY variable like so:<br>
&gt;&gt;<br>
&gt;&gt; /System/Library/Frameworks/Python.framework/Python<br>
&gt;&gt;<br>
&gt;&gt; Or like so:<br>
&gt;&gt;<br>
&gt;&gt; /System/Library/Frameworks/Python.framework/Versions/2.5/Python<br>
&gt;&gt;<br>
&gt;&gt; Of course using the correct path to your own python framework.<br>
&gt;&gt;<br>
&gt;&gt;   David<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Dec 21, 2009 at 2:45 PM, Smith, Mark E CTR USAF AFMC AEDC/ATA<br>
&gt;&gt; &lt;<a href="mailto:Mark.E.Smith@arnold.af.mil">Mark.E.Smith@arnold.af.mil</a>&gt; wrote:<br>
&gt;&gt;&gt; Yes, but the build process complains that it wants a file and not a<br>
&gt;&gt;&gt; directory (at least on the PYTHON_LIBRARY setting). But since the<br>
&gt;&gt;&gt; default just points to the framework directory I cannot tell what is<br>
&gt;&gt; the<br>
&gt;&gt;&gt; correct thing to put here.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -----Original Message-----<br>
&gt;&gt;&gt; From: Berk Geveci [mailto:<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>]<br>
&gt;&gt;&gt; Sent: Monday, December 21, 2009 3:29 PM<br>
&gt;&gt;&gt; To: Smith, Mark E CTR USAF AFMC AEDC/ATA<br>
&gt;&gt;&gt; Cc: <a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a><br>
&gt;&gt;&gt; Subject: Re: [vtkusers] Need Help Compiling VTK on OS X With Python<br>
&gt;&gt;&gt; Wrappers and a Local Python Installation<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Did you try setting PYTHON_INCLUDE_DIR and PYTHON_LIBRARY to point to<br>
&gt;&gt;&gt; your Python build? Note that these are advanced settings so you will<br>
&gt;&gt;&gt; have to turn on advanced mode in CMake.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Mon, Dec 21, 2009 at 2:14 PM, Smith, Mark E CTR USAF AFMC AEDC/ATA<br>
&gt;&gt;&gt; &lt;<a href="mailto:Mark.E.Smith@arnold.af.mil">Mark.E.Smith@arnold.af.mil</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt; I suspect that this question has been answered, but so for I have not<br>
&gt;&gt;&gt;&gt; been able to find the answer. I want to build and install VTK with<br>
&gt;&gt;&gt;&gt; Python wrappers on OS X. I must install VTK locally since I do not<br>
&gt;&gt;&gt; have<br>
&gt;&gt;&gt;&gt; root access. I have a local installation of Python. When I build VTK<br>
&gt;&gt;&gt; the<br>
&gt;&gt;&gt;&gt; system installation of Python and the libraries in the Python<br>
&gt;&gt;&gt; framework<br>
&gt;&gt;&gt;&gt; are used. Thus, when I run my local python and attempt to import vtk<br>
&gt;&gt; I<br>
&gt;&gt;&gt;&gt; get an error like below.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Fatal Python error: Interpreter not initialized (version mismatch?)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I have LD_LIBRARY_PATH and DYLD_LIBRARY_PATH set to the path where my<br>
&gt;&gt;&gt;&gt; local Python libraries exist. I have my path set to pickup my local<br>
&gt;&gt;&gt;&gt; python executable and that is what is reported when I configure with<br>
&gt;&gt;&gt;&gt; ccmake. My local python installation does not have frameworks or<br>
&gt;&gt; dylib<br>
&gt;&gt;&gt;&gt; files. I am using VTK 5.4.2. Any suggestions how to solve this<br>
&gt;&gt;&gt; problem?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br>