<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - AIX - Comments</title>
 <link>http://community.activestate.com/os/aix</link>
 <description>Comments for &quot;AIX&quot;</description>
 <language>en</language>
<item>
 <title>ODBC Connection works on Command line, but not in Web Browser</title>
 <link>http://community.activestate.com/forum-topic/dbd-odbc-activeperl#comment-6480</link>
 <description>&lt;p&gt;I have a perl app that happily retrieves from a MS-SQL database when run on the command line.  However, when I run it from a web browser nothing is displayed.  It fails to connect to the database&lt;/p&gt;
&lt;p&gt;It must be due to the browser not running as &quot;my user&quot; and running as the &quot;web user&quot;, which does not have permission to connect.  Where can I check this? &lt;/p&gt;
&lt;p&gt;I feel that I&#039;m really close.  HELP:&amp;gt;&lt;/p&gt;
&lt;p&gt;Many thanks in advance.&lt;/p&gt;
</description>
 <pubDate>Wed, 17 Sep 2008 07:57:46 -0700</pubDate>
 <dc:creator>andrew2404</dc:creator>
 <guid isPermaLink="false">comment 6480 at http://community.activestate.com</guid>
</item>
<item>
 <title>AIX tar too limited</title>
 <link>http://community.activestate.com/forum-topic/install-paramiko-on-aix-5#comment-2152</link>
 <description>&lt;p&gt;&amp;gt; It would be much better if the install was able to use standard AIX tar.&lt;/p&gt;
&lt;p&gt;Unfortunately that isn&#039;t possible. AIX&#039;s tar can&#039;t handle some of the long files in a standard ActivePython package. Attempting to use AIX&#039;s tar results in a lot of errors like this:&lt;/p&gt;
&lt;p&gt;tar: 0511-188 Cannot create ActivePython-2.5.1.1-aix5-powerpc/INSTALLDIR/doc/python2.5/diveintopython/html/object_oriented_fram: Cannot write to a directory.&lt;br /&gt;
tar: 0511-188 Cannot create ././@LongLink: The file access permissions do not allow the specified action.&lt;/p&gt;
&lt;p&gt;It is possible that most (or all) of these errors can be ignore because they are most likely just in ActivePython extensive documentation set.&lt;/p&gt;
</description>
 <pubDate>Tue, 03 Jul 2007 10:58:43 -0700</pubDate>
 <dc:creator>trentm</dc:creator>
 <guid isPermaLink="false">comment 2152 at http://community.activestate.com</guid>
</item>
<item>
 <title>Install on AIX 5</title>
 <link>http://community.activestate.com/forum-topic/install-paramiko-on-aix-5#comment-2132</link>
 <description>&lt;p&gt;Ok, that worked thanks.&lt;/p&gt;
&lt;p&gt;My main comment with regard to installing Active State python on AIX is that it is necessary to use gnu tar to un zip and untar files.  It would be much better if the install was able to use standard AIX tar.&lt;/p&gt;
</description>
 <pubDate>Mon, 02 Jul 2007 03:46:45 -0700</pubDate>
 <dc:creator>loial</dc:creator>
 <guid isPermaLink="false">comment 2132 at http://community.activestate.com</guid>
</item>
<item>
 <title>That line uses a &#039;//&#039;-style</title>
 <link>http://community.activestate.com/forum-topic/install-paramiko-on-aix-5#comment-2081</link>
 <description>&lt;p&gt;That line uses a &#039;//&#039;-style comment which, strictly speaking isn&#039;t allowed in pure C code. The AIX compiler is being picky about that. Convert it to a &#039;/* ... */&#039;-style comment and it should be okay.&lt;/p&gt;
</description>
 <pubDate>Tue, 26 Jun 2007 08:58:28 -0700</pubDate>
 <dc:creator>trentm</dc:creator>
 <guid isPermaLink="false">comment 2081 at http://community.activestate.com</guid>
</item>
<item>
 <title>Install paramiko/pycrypto on AIX 5</title>
 <link>http://community.activestate.com/forum-topic/install-paramiko-on-aix-5#comment-2079</link>
 <description>&lt;p&gt;When I run setup.py on the pycryto download on AIX I get the following error :&lt;/p&gt;
&lt;p&gt;building &#039;Crypto.Hash.SHA256&#039; extension&lt;br /&gt;
cc_r -DNDEBUG -O -Isrc/ -I/home/prod2/ActivePython-2.5/include/python2.5 -c src/&lt;br /&gt;
SHA256.c -o build/temp.aix-5.2-2.5/src/SHA256.o&lt;br /&gt;
&quot;src/SHA256.c&quot;, line 168.1: 1506-046 (S) Syntax error.&lt;br /&gt;
error: command &#039;cc_r&#039; failed with exit status 1&lt;/p&gt;
&lt;p&gt;Any ideas how to solve this?&lt;/p&gt;
&lt;p&gt;C Compiler is the AIX C Compiler, not gnu&lt;/p&gt;
&lt;p&gt;Here is the full output&lt;/p&gt;
&lt;p&gt;(DEMO:prod2)--&amp;gt; python setup.py install&lt;br /&gt;
running install&lt;br /&gt;
running build&lt;br /&gt;
running build_py&lt;br /&gt;
creating build&lt;br /&gt;
creating build/lib.aix-5.2-2.5&lt;br /&gt;
creating build/lib.aix-5.2-2.5/Crypto&lt;br /&gt;
copying ./__init__.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto&lt;br /&gt;
copying ./test.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto&lt;br /&gt;
creating build/lib.aix-5.2-2.5/Crypto/Hash&lt;br /&gt;
copying ./Hash/__init__.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Hash&lt;br /&gt;
copying ./Hash/HMAC.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Hash&lt;br /&gt;
copying ./Hash/MD5.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Hash&lt;br /&gt;
copying ./Hash/SHA.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Hash&lt;br /&gt;
creating build/lib.aix-5.2-2.5/Crypto/Cipher&lt;br /&gt;
copying ./Cipher/__init__.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Cipher&lt;br /&gt;
creating build/lib.aix-5.2-2.5/Crypto/Util&lt;br /&gt;
copying ./Util/__init__.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Util&lt;br /&gt;
copying ./Util/number.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Util&lt;br /&gt;
copying ./Util/randpool.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Util&lt;br /&gt;
copying ./Util/RFC1751.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Util&lt;br /&gt;
copying ./Util/test.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Util&lt;br /&gt;
creating build/lib.aix-5.2-2.5/Crypto/Protocol&lt;br /&gt;
copying ./Protocol/__init__.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Protocol&lt;br /&gt;
copying ./Protocol/AllOrNothing.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Protocol&lt;br /&gt;
copying ./Protocol/Chaffing.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/Protocol&lt;br /&gt;
creating build/lib.aix-5.2-2.5/Crypto/PublicKey&lt;br /&gt;
copying ./PublicKey/__init__.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/PublicKey&lt;br /&gt;
copying ./PublicKey/DSA.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/PublicKey&lt;br /&gt;
copying ./PublicKey/ElGamal.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/PublicKey&lt;br /&gt;
copying ./PublicKey/pubkey.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/PublicKey&lt;br /&gt;
copying ./PublicKey/qNEW.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/PublicKey&lt;br /&gt;
copying ./PublicKey/RSA.py -&amp;gt; build/lib.aix-5.2-2.5/Crypto/PublicKey&lt;br /&gt;
running build_ext&lt;br /&gt;
building &#039;Crypto.Hash.MD2&#039; extension&lt;br /&gt;
creating build/temp.aix-5.2-2.5&lt;br /&gt;
creating build/temp.aix-5.2-2.5/src&lt;br /&gt;
cc_r -DNDEBUG -O -Isrc/ -I/home/prod2/ActivePython-2.5/include/python2.5 -c src/&lt;br /&gt;
MD2.c -o build/temp.aix-5.2-2.5/src/MD2.o&lt;br /&gt;
    1500-030: (I) INFORMATION: hash_update: Additional optimization may be attai&lt;br /&gt;
ned by recompiling and specifying MAXMEM option with a value greater than 2048.&lt;br /&gt;
/home/prod2/ActivePython-2.5/lib/python2.5/config/ld_so_aix cc_r -bI:/home/prod2&lt;br /&gt;
/ActivePython-2.5/lib/python2.5/config/python.exp build/temp.aix-5.2-2.5/src/MD2&lt;br /&gt;
.o -o build/lib.aix-5.2-2.5/Crypto/Hash/MD2.so&lt;br /&gt;
building &#039;Crypto.Hash.MD4&#039; extension&lt;br /&gt;
cc_r -DNDEBUG -O -Isrc/ -I/home/prod2/ActivePython-2.5/include/python2.5 -c src/&lt;br /&gt;
MD4.c -o build/temp.aix-5.2-2.5/src/MD4.o&lt;br /&gt;
/home/prod2/ActivePython-2.5/lib/python2.5/config/ld_so_aix cc_r -bI:/home/prod2&lt;br /&gt;
/ActivePython-2.5/lib/python2.5/config/python.exp build/temp.aix-5.2-2.5/src/MD4&lt;br /&gt;
.o -o build/lib.aix-5.2-2.5/Crypto/Hash/MD4.so&lt;br /&gt;
building &#039;Crypto.Hash.RIPEMD&#039; extension&lt;br /&gt;
cc_r -DNDEBUG -O -Isrc/ -I/home/prod2/ActivePython-2.5/include/python2.5 -c src/&lt;br /&gt;
RIPEMD.c -o build/temp.aix-5.2-2.5/src/RIPEMD.o&lt;br /&gt;
    1500-030: (I) INFORMATION: hash_update: Additional optimization may be attai&lt;br /&gt;
ned by recompiling and specifying MAXMEM option with a value greater than 2048.&lt;br /&gt;
/home/prod2/ActivePython-2.5/lib/python2.5/config/ld_so_aix cc_r -bI:/home/prod2&lt;br /&gt;
/ActivePython-2.5/lib/python2.5/config/python.exp build/temp.aix-5.2-2.5/src/RIP&lt;br /&gt;
EMD.o -o build/lib.aix-5.2-2.5/Crypto/Hash/RIPEMD.so&lt;br /&gt;
building &#039;Crypto.Hash.SHA256&#039; extension&lt;br /&gt;
cc_r -DNDEBUG -O -Isrc/ -I/home/prod2/ActivePython-2.5/include/python2.5 -c src/&lt;br /&gt;
SHA256.c -o build/temp.aix-5.2-2.5/src/SHA256.o&lt;br /&gt;
&quot;src/SHA256.c&quot;, line 168.1: 1506-046 (S) Syntax error.&lt;br /&gt;
error: command &#039;cc_r&#039; failed with exit status 1&lt;br /&gt;
(DEMO:prod2)--&amp;gt;&lt;/p&gt;
</description>
 <pubDate>Tue, 26 Jun 2007 02:29:53 -0700</pubDate>
 <dc:creator>loial</dc:creator>
 <guid isPermaLink="false">comment 2079 at http://community.activestate.com</guid>
</item>
<item>
 <title>http://www.google.com/search?</title>
 <link>http://community.activestate.com/forum-topic/install-paramiko-on-aix-5#comment-2066</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.google.com/search?q=pycrypto&quot; title=&quot;http://www.google.com/search?q=pycrypto&quot;&gt;http://www.google.com/search?q=pycrypto&lt;/a&gt; says &lt;a href=&quot;http://www.amk.ca/python/code/crypto&quot; title=&quot;http://www.amk.ca/python/code/crypto&quot;&gt;http://www.amk.ca/python/code/crypto&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Jun 2007 09:30:46 -0700</pubDate>
 <dc:creator>trentm</dc:creator>
 <guid isPermaLink="false">comment 2066 at http://community.activestate.com</guid>
</item>
<item>
 <title>Install paramiko on AIX 5 without ez_setup.py</title>
 <link>http://community.activestate.com/forum-topic/install-paramiko-on-aix-5#comment-2062</link>
 <description>&lt;p&gt;Yes that worked....running wget on Windows and transferring the tar to AIX&lt;br /&gt;
Thanks&lt;/p&gt;
&lt;p&gt;You are correct that I now need Pycryto....where can I get that?&lt;/p&gt;
</description>
 <pubDate>Mon, 25 Jun 2007 00:58:23 -0700</pubDate>
 <dc:creator>loial</dc:creator>
 <guid isPermaLink="false">comment 2062 at http://community.activestate.com</guid>
</item>
<item>
 <title>Does this work:
wget</title>
 <link>http://community.activestate.com/forum-topic/install-paramiko-on-aix-5#comment-2051</link>
 <description>&lt;p&gt;Does this work:&lt;/p&gt;
&lt;p&gt;wget &lt;a href=&quot;http://www.lag.net/paramiko/download/paramiko-1.7.1.tar.gz&quot; title=&quot;http://www.lag.net/paramiko/download/paramiko-1.7.1.tar.gz&quot;&gt;http://www.lag.net/paramiko/download/paramiko-1.7.1.tar.gz&lt;/a&gt;&lt;br /&gt;
tar xzf paramiko-1.7.1.tar.gz&lt;br /&gt;
cd paramiko-1.7.1&lt;br /&gt;
python setup.py install &lt;/p&gt;
&lt;p&gt;Note that in paramiko&#039;s setup.py there is a section at the top that tries to import setuptools (the new stuff that gets ez_setup.py involved). If that fails it falls back to the good ol&#039; plain distutils way. You could try editing that setup.py to force the distutils way. You might then have to install PyCrypto manually.&lt;/p&gt;
</description>
 <pubDate>Fri, 22 Jun 2007 10:14:00 -0700</pubDate>
 <dc:creator>trentm</dc:creator>
 <guid isPermaLink="false">comment 2051 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
