<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="index" title="Text File" newcontext="true">
<p>
Received: with ECARTIS (v1.0.0; list gopher);
 Wed, 22 Dec 2004 20:05:23 -0600 (CST)
Received: from fe4.cox-internet.com ([66.76.2.49])
	by glockenspiel.complete.org with esmtp
	(Exim 4.34)
	id 1ChILq-0003Ed-FX
	for gopher@complete.org; Wed, 22 Dec 2004 20:05:20 -0600
Received: from [192.168.1.101] ([70.178.53.4]) by fe4.cox-internet.com
          (InterMail vK.4.04.00.03 201-232-140-20030416 license
 2c0225210a073aa8d80c3b96b8e7ebaa)
          with ESMTP id &lt;20041223020506.OGQC704.fe4@[70.178.53.4]&gt;
          for &lt;gopher@complete.org&gt;; Wed, 22 Dec 2004 20:05:06 -0600
Mime-Version: 1.0 (Apple Message framework v619)
In-Reply-To: &lt;20041223005824.GA6293@katherina.lan.complete.org&gt;
References: &lt;0D824E3C-544A-11D9-A2EC-000A95EED0C4@cox-internet.com&gt;
 &lt;20041222195922.GB27783@excelhustler.com&gt;
 &lt;4B098524-5474-11D9-A2EC-000A95EED0C4@cox-internet.com&gt;
 &lt;20041223005824.GA6293@katherina.lan.complete.org&gt;
Content-type: text/plain; charset=US-ASCII
Message-Id: &lt;0F29027D-5487-11D9-8FBB-000A95EED0C4@cox-internet.com&gt;
Content-Transfer-Encoding: 8bit
From: Christopher M. Hobbs &lt;cmhobbs@cox-internet.com&gt;
Subject: [gopher] Re: issues installing pygopherd
Date: Wed, 22 Dec 2004 20:05:03 -0600
To: gopher@complete.org
X-Pgp-Agent: GPGMail 1.0.1 (v33, 10.3)
X-Mailer: Apple Mail (2.619)
X-Spam-Status: No (score 0.0)
X-Virus-Scanned: by Exiscan on glockenspiel.complete.org at Wed,
 22 Dec 2004 20:05:20 -0600
X-archive-position: 984
X-ecartis-version: Ecartis v1.0.0
Sender: gopher-bounce@complete.org
Errors-to: gopher-bounce@complete.org
X-original-sender: cmhobbs@cox-internet.com
Precedence: bulk
Reply-to: gopher@complete.org
List-help: &lt;mailto:ecartis@complete.org?Subject=help&gt;
List-unsubscribe: &lt;mailto:gopher-request@complete.org?Subject=unsubscribe&gt;
List-software: Ecartis version 1.0.0
List-Id: Gopher &lt;gopher.complete.org&gt;
X-List-ID: Gopher &lt;gopher.complete.org&gt;
List-subscribe: &lt;mailto:gopher-request@complete.org?Subject=subscribe&gt;
List-owner: &lt;mailto:jgoerzen@complete.org&gt;
List-post: &lt;mailto:gopher@complete.org&gt;
List-archive: &lt;http://www.complete.org/mailinglists/archives/&gt;
X-list: gopher
</p>
<p>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
</p>
<p>On Dec 22, 2004, at 6:58 PM, John Goerzen wrote:
</p>
<p>&gt; You might also be able to compile and install Python from scratch.
&gt; You can download the source at www.python.org.  PyGopherd is known to
&gt; work with 2.3.  I have not yet tested it with 2.4.
&gt;
&gt; -- John
&gt;
&gt;
&gt; On Wed, Dec 22, 2004 at 05:50:43PM -0600, Christopher M. Hobbs wrote:
&gt;&gt; -----BEGIN PGP SIGNED MESSAGE-----
&gt;&gt; Hash: SHA1
&gt;&gt;
&gt;&gt; I&#x27;ll find an RPM in that case.  I&#x27;m running RHEL, though I&#x27;m not sure
&gt;&gt; what build it is.  I know that RedHat 9 RPMs will install just fine on
&gt;&gt; it.
&gt;&gt;
&gt;&gt; [root@goiaba root]# uname -a
&gt;&gt; Linux goiaba.net 2.4.20-021stab022-smp #1 SMP Thu Oct 14 04:46:52 MSD
&gt;&gt; 2004 i686 i686 i386 GNU/Linux
&gt;&gt;
&gt;&gt; Its a vps, so I can&#x27;t install what I like on it.  If it were up to me,
&gt;&gt; I&#x27;d have FreeBSD running on the server, and be done with it.
&gt;&gt;
&gt;&gt; Thanks for the help!
&gt;&gt; cmh
&gt;&gt;
&gt;&gt; On Dec 22, 2004, at 1:59 PM, John Goerzen wrote:
&gt;&gt;
&gt;&gt;&gt; It sounds like you don&#x27;t have a full Python install.  If you&#x27;re on
&gt;&gt;&gt; Debian, try apt-get install python2.2-dev.  What platform are you on?
&gt;&gt;&gt;
&gt;&gt;&gt; -- John
&gt;&gt;&gt;
&gt;&gt;&gt; On Wed, Dec 22, 2004 at 12:48:21PM -0600, Christopher M. Hobbs wrote:
&gt;&gt;&gt;&gt; -----BEGIN PGP SIGNED MESSAGE-----
&gt;&gt;&gt;&gt; Hash: SHA1
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; I&#x27;m having some problems getting pygopherd installed.  My first
&gt;&gt;&gt;&gt; guess
&gt;&gt;&gt;&gt; is that I&#x27;m missing some python modules or something of that nature.
&gt;&gt;&gt;&gt; Anyone have any ideas?  Here is the output of &#x27;python2.2 setup.py
&gt;&gt;&gt;&gt; install&#x27;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; - --BEGIN SNIP--
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; [root@goiaba pygopherd]# python2.2 setup.py install
&gt;&gt;&gt;&gt; running install
&gt;&gt;&gt;&gt; Traceback (most recent call last):
&gt;&gt;&gt;&gt;    File &quot;setup.py&quot;, line 38, in ?
&gt;&gt;&gt;&gt;      license = pygopherd.version.license
&gt;&gt;&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/core.py&quot;, line 138, in setup
&gt;&gt;&gt;&gt;      dist.run_commands()
&gt;&gt;&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/dist.py&quot;, line 902, in
&gt;&gt;&gt;&gt; run_commands
&gt;&gt;&gt;&gt;      self.run_command(cmd)
&gt;&gt;&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/dist.py&quot;, line 921, in
&gt;&gt;&gt;&gt; run_command
&gt;&gt;&gt;&gt;      cmd_obj.ensure_finalized()
&gt;&gt;&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/cmd.py&quot;, line 112, in
&gt;&gt;&gt;&gt; ensure_finalized
&gt;&gt;&gt;&gt;      self.finalize_options()
&gt;&gt;&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/command/install.py&quot;, line 267,
&gt;&gt;&gt;&gt; in
&gt;&gt;&gt;&gt; finalize_options
&gt;&gt;&gt;&gt;      (prefix, exec_prefix) = get_config_vars(&#x27;prefix&#x27;,
&gt;&gt;&gt;&gt; &#x27;exec_prefix&#x27;)
&gt;&gt;&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/sysconfig.py&quot;, line 417, in
&gt;&gt;&gt;&gt; get_config_vars
&gt;&gt;&gt;&gt;      func()
&gt;&gt;&gt;&gt;    File &quot;/usr/lib/python2.2/distutils/sysconfig.py&quot;, line 322, in
&gt;&gt;&gt;&gt; _init_posix
&gt;&gt;&gt;&gt;      raise DistutilsPlatformError(my_msg)
&gt;&gt;&gt;&gt; distutils.errors.DistutilsPlatformError: invalid Python
&gt;&gt;&gt;&gt; installation:
&gt;&gt;&gt;&gt; unable to open /usr/lib/python2.2/config/Makefile (No such file or
&gt;&gt;&gt;&gt; directory)
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; - --END SNIP--
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Thanks in advance, and sorry if this is the wrong place to ask such
&gt;&gt;&gt;&gt; a
&gt;&gt;&gt;&gt; question.  Is there any other documentation on pygopherd other than
&gt;&gt;&gt;&gt; the
&gt;&gt;&gt;&gt; manpage that I should check?
&gt;&gt;&gt;&gt; - --
&gt;&gt;&gt;&gt; C.M. Hobbs, KD5RYO
&gt;&gt;&gt;&gt; http://hobbsc.sdf-us.org
&gt;&gt;&gt;&gt; -----BEGIN PGP SIGNATURE-----
&gt;&gt;&gt;&gt; Version: GnuPG v1.2.4 (Darwin)
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; iD8DBQFBycF1DiHnDDcv1mERAvC6AJ9jTsEltGoqK8R/bzbjorelkVNQ8ACeLhkM
&gt;&gt;&gt;&gt; gN92KC1AZsQ1Na7RegCzOdk=
&gt;&gt;&gt;&gt; =zFOG
&gt;&gt;&gt;&gt; -----END PGP SIGNATURE-----
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt; - --
&gt;&gt; C.M. Hobbs, KD5RYO
&gt;&gt; http://hobbsc.sdf-us.org
&gt;&gt;
&gt;&gt; -----BEGIN PGP SIGNATURE-----
&gt;&gt; Version: GnuPG v1.2.4 (Darwin)
&gt;&gt;
&gt;&gt; iD8DBQFByghUDiHnDDcv1mERAu1IAJ91gESTdoXUVfb473WsBEg1lXWAjACfa5r3
&gt;&gt; g4y8+1xYa6BAQVaKqdHEq68=
&gt;&gt; =CfG6
&gt;&gt; -----END PGP SIGNATURE-----
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;
&gt; --
&gt; John Goerzen
&gt; Author, Foundations of Python Network Programming
&gt; http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
&gt;
&gt;
&gt;
</p>
<p>I don&#x27;t currently have gcc on the server, but it turns out that most of
the packages in my vps were corrupted.  It was just recently setup, and
the tool used to setup the vps had something wrong with it, so the
server is being re-imaged.
</p>
<p>I&#x27;ll give pygopherd another shot when the server gets up and running
again.  Thank you very much for the help!
</p>
<p>- --
C.M. Hobbs, KD5RYO
http://hobbsc.sdf-us.org
</p>
<p>-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
</p>
<p>iD8DBQFByifPDiHnDDcv1mERApNDAJ4+RC0WBYddcdnLisrsis/hAfRLEgCfcS7x
GhdL31kbTPfHLBfaikFK5Wo=
=x1VS
-----END PGP SIGNATURE-----
</p>
<p></p>
<p></p>
</card>
</wml>
