[fetchmail]Re: Tried to install 6.2.9-rc8 --with-ssl
Sunil Shetye
shetye@bombay.retortsoft.com
Sat, 12 Nov 2005 12:09:43 +0530
Hi,
Quoting from Peter Church's mail on Fri, Nov 11, 2005 at 02:42:05PM -0000:
> Like the title says :( I have tried to install this version and come up
> with the following
> error. I had a previous version installed however I deleted the old
> binaries before I started...
>
> bash-3.00# make install
...
> test -z "" || /bin/sh ./mkinstalldirs ""
> ./install-sh -c -m 644 'fetchmailconf.py' '/fetchmailconf.py'
It is installing fetchmailconf.py on the root directory! This means
that pythondir and/or pyexecdir are not set correctly.
> ./py-compile: Missing argument to --basedir.
> *** Error code 1
Could you run these commands and tell the output?
python -c "import sys; print sys.version[:3]"
echo $?
python -c "import sys; print sys.platform"
echo $?
python -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='/usr/local')"
echo $?
python -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='/usr/local')"
echo $?
Also, could you send the output of the configure script? Just the
python section of it will do.
--
Sunil Shetye.