Re: [CentOS] Calibre installation fails on C7

2015-12-24 Thread Fred Smith
On Thu, Dec 24, 2015 at 08:54:54AM -0700, Wes James wrote:
> 
> > On Dec 23, 2015, at 7:16 PM, Fred Smith  
> > wrote:
> > 
> > On Wed, Dec 23, 2015 at 03:34:56PM -0700, Wes James wrote:
> >> 
> >>> On Dec 22, 2015, at 9:13 PM, Fred Smith  
> >>> wrote:
> >>> 
> >>> On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
>  
> > On Dec 22, 2015, at 8:06 PM, Fred Smith  
> > wrote:
> > 
> > Attempting to install latest Calibre on Centos-7, getting:
> > 
>  
>  typed in "calibre ssl install error” to google
>  
>  first hit:
>  
>  http://stackoverflow.com/questions/26615914/calibre-fails-to-install 
>  
>  
>  not sure if it helps (the no check cert option??)
> >>> 
> >>> Nope. makes no difference.
> >> 
> >> 
> >> I just went through the build it yourself process.  Give this a try:
> > 
> > Wes, thanks for following up.
> > 
> > But I wonder if Calibre is worth that much work?
> > 
> > The specific problem I had can be worked around just by following the
> > instructions on the Calibre downloadpge for "manual install". I did
> > that and it appears to work properly.
> 
> 
> Good!  I don’t know how Johnny keeps the centos distro rolling.  Getting all 
> the pieces to make it work is quite interesting.

dedication, hard work, and good helpers!

> 
> Happy holidays!  

Same right back atcha! :)

> 
> -wes

-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-24 Thread Wes James

> On Dec 23, 2015, at 7:16 PM, Fred Smith  wrote:
> 
> On Wed, Dec 23, 2015 at 03:34:56PM -0700, Wes James wrote:
>> 
>>> On Dec 22, 2015, at 9:13 PM, Fred Smith  
>>> wrote:
>>> 
>>> On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
 
> On Dec 22, 2015, at 8:06 PM, Fred Smith  
> wrote:
> 
> Attempting to install latest Calibre on Centos-7, getting:
> 
 
 typed in "calibre ssl install error” to google
 
 first hit:
 
 http://stackoverflow.com/questions/26615914/calibre-fails-to-install 
 
 
 not sure if it helps (the no check cert option??)
>>> 
>>> Nope. makes no difference.
>> 
>> 
>> I just went through the build it yourself process.  Give this a try:
> 
> Wes, thanks for following up.
> 
> But I wonder if Calibre is worth that much work?
> 
> The specific problem I had can be worked around just by following the
> instructions on the Calibre downloadpge for "manual install". I did
> that and it appears to work properly.


Good!  I don’t know how Johnny keeps the centos distro rolling.  Getting all 
the pieces to make it work is quite interesting.

Happy holidays!  

-wes
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Fred Smith
On Wed, Dec 23, 2015 at 09:53:38AM -0500, James B. Byrne wrote:
> 
> On Wed, December 23, 2015 00:33, John R Pierce wrote:
> 
> >
> > prefixing this with, I have no idea what Calibre is...
> >
> 
> Calibre is an open source e-reader that handles mobi files along with
> many other e-reader formats.  See: http://calibre-ebook.com/
> 
> The last version supported on CentOS6 is v1.48. The latest version is
> v2.47.0.
> 
> 
> On Tue, December 22, 2015 22:06, Fred Smith wrote:
> > Attempting to install latest Calibre on Centos-7, getting:
> . . .
> >   File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
> > context.load_cert_chain(cert_file, key_file)
> > ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)
> >
> >
> > Can anybody advise me what this tells me? (other than SOMETHING wrong
> > with some certificate...)
> 
> 
> The error you are reporting may be due to some misconfiguration of the
> certificate chain in the Python libraries.  Likely the case if you
> recently updated to 7.2 as others have reported the same thing.  You
> can try to perform a manual download and install, thus bypassing the
> whole SSL mess, and see if that works. Quoting from the Calibre
> website:
> 
> http://calibre-ebook.com/download_linux
> 
> Manual binary install or reverting to a previous version
> 
> If you wish to revert to an earlier calibre release or download a
> calibre upgrade manually, download the tarball of that release from
> here (choose the 32-bit or 64-bit version, as appropriate). Assuming
> you want calibre in /opt/calibre, run the following command, changing
> the path to calibre-tarball.txz below as appropriate:
> 
> sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo
> tar xvf /path/to/downloaded/calibre-tarball.txz -C /opt/calibre &&
> sudo /opt/calibre/calibre_postinstall
> 
> HTH.

James:

Thanks for the detailed post.

On the Calibre forum, Kovid Goyal (Calibre maintainer) said basically
the same thing, so I did the manual install. 

I'm wondering, is this a Python (packaging??) bug that needs to be put
in Centos and/or RH bug databases?

thanks again!

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
The Lord is like a strong tower. 
 Those who do what is right can run to him for safety.
--- Proverbs 18:10 (niv) -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Fred Smith
On Tue, Dec 22, 2015 at 09:33:17PM -0800, John R Pierce wrote:
> On 12/22/2015 7:06 PM, Fred Smith wrote:
> >Attempting to install latest Calibre on Centos-7, getting:
> >
> >2015-12-22 21:32:38 
> >URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
> >  [25887/25887] -> "-" [1]
> >Installing to /home/fredex/calibre-bin/calibre
> 
> prefixing this with, I have no idea what Calibre is...

Calibre is a powerful e-book management program (take a look at
calibre-ebook.com), written in Python. 

> 
> 
> What commands did you run to trigger this error?

the recommended way to install it on Linux systems is:

sudo -v && wget -nv -O- 
https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
 | sudo python -c "import sys; main=lambda:sys.stderr.write('Download 
failed\n'); exec(sys.stdin.read()); main()"

there are a couple of alternatives but they're all very much like that.

here's what I actually ran the last time I attempted this:

wget -nv -O- 
https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
 | python -c "import sys; main=lambda x,y:sys.stderr.write('Download 
failed\n'); exec(sys.stdin.read()); main('~/calibre-bin', True)"
2015-12-22 07:44:40 
URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
 [25887/25887] -> "-" [1]
Installing to /home/fredex/calibre-bin/calibre
Downloading tarball signature securely...
Traceback (most recent call last):
  File "", line 1, in 
  File "", line 670, in main
  File "", line 655, in run_installer
  File "", line 627, in download_and_extract
  File "", line 619, in get_tarball_info
  File "", line 578, in get_https_resource_securely
  File "", line 487, in __init__
  File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
context.load_cert_chain(cert_file, key_file)
ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)

googling for that doesn't turn up much help for Calibre, though similar
(but different) sets of errors turn up in a lot of places. So far I've
not found any of them helpful.

One of them said something about the installed Python packages being
broken in some way, and that if he rebuilt it from source and installed
his that the problem went away. But I'm not yet ready to go that
effort, still holding out for a simpler solution.

I also posted on the Calibre fora (forums for the Latinly-challenged)
and am waiting for advice there.

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
 God made him who had no sin
  to be sin for us, so that in him
 we might become the righteousness of God."
--- Corinthians 5:21 -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread James B. Byrne

On Wed, December 23, 2015 00:33, John R Pierce wrote:

>
> prefixing this with, I have no idea what Calibre is...
>

Calibre is an open source e-reader that handles mobi files along with
many other e-reader formats.  See: http://calibre-ebook.com/

The last version supported on CentOS6 is v1.48. The latest version is
v2.47.0.


On Tue, December 22, 2015 22:06, Fred Smith wrote:
> Attempting to install latest Calibre on Centos-7, getting:
. . .
>   File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
> context.load_cert_chain(cert_file, key_file)
> ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)
>
>
> Can anybody advise me what this tells me? (other than SOMETHING wrong
> with some certificate...)


The error you are reporting may be due to some misconfiguration of the
certificate chain in the Python libraries.  Likely the case if you
recently updated to 7.2 as others have reported the same thing.  You
can try to perform a manual download and install, thus bypassing the
whole SSL mess, and see if that works. Quoting from the Calibre
website:

http://calibre-ebook.com/download_linux

Manual binary install or reverting to a previous version

If you wish to revert to an earlier calibre release or download a
calibre upgrade manually, download the tarball of that release from
here (choose the 32-bit or 64-bit version, as appropriate). Assuming
you want calibre in /opt/calibre, run the following command, changing
the path to calibre-tarball.txz below as appropriate:

sudo mkdir -p /opt/calibre && sudo rm -rf /opt/calibre/* && sudo
tar xvf /path/to/downloaded/calibre-tarball.txz -C /opt/calibre &&
sudo /opt/calibre/calibre_postinstall

HTH.

-- 
***  e-Mail is NOT a SECURE channel  ***
Do NOT transmit sensitive data via e-Mail
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Jonathan Billings
On Wed, Dec 23, 2015 at 10:15:51AM -0500, Fred Smith wrote:
> I'm wondering, is this a Python (packaging??) bug that needs to be put
> in Centos and/or RH bug databases?

It's an API change in Python 2.7, if I understand the documentation. 

-- 
Jonathan Billings 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Jonathan Billings
On Wed, Dec 23, 2015 at 09:37:37AM -0500, Fred Smith wrote:
> wget -nv -O- 
> https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
>  | python -c "import sys; main=lambda x,y:sys.stderr.write('Download 
> failed\n'); exec(sys.stdin.read()); main('~/calibre-bin', True)"
> 2015-12-22 07:44:40 
> URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
>  [25887/25887] -> "-" [1]
> Installing to /home/fredex/calibre-bin/calibre
> Downloading tarball signature securely...
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "", line 670, in main
>   File "", line 655, in run_installer
>   File "", line 627, in download_and_extract
>   File "", line 619, in get_tarball_info
>   File "", line 578, in get_https_resource_securely
>   File "", line 487, in __init__
>   File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
> context.load_cert_chain(cert_file, key_file)
> ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)
> 

I skimmed that python script, and it seems to be making an SSL
connection to https://code.calibre-ebook.com/ which appears to have a
self-signed certificate.  It looks like it includes the cert file, but
python 2.7 doesn't appear to like you just using
httplib.HTTPSConnection without a key file too, which isn't included.
(see
https://docs.python.org/2/library/httplib.html#httplib.HTTPSConnection
)

I suspect this must be a bug in the upstream code.

-- 
Jonathan Billings 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Wes James

> On Dec 22, 2015, at 9:13 PM, Fred Smith  wrote:
> 
> On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
>> 
>>> On Dec 22, 2015, at 8:06 PM, Fred Smith  
>>> wrote:
>>> 
>>> Attempting to install latest Calibre on Centos-7, getting:
>>> 
>> 
>> typed in "calibre ssl install error” to google
>> 
>> first hit:
>> 
>> http://stackoverflow.com/questions/26615914/calibre-fails-to-install 
>> 
>> 
>> not sure if it helps (the no check cert option??)
> 
> Nope. makes no difference.


I tried making sure all the packages were installed on the bottom of the page:

http://calibre-ebook.com/download_linux 


but then qmake wasn’t available, so I found I needed qt3 installed.  Installed 
that and tried installing again:

python setup.py install
Traceback (most recent call last):
  File "setup.py", line 13, in 
import setup.commands as commands
  File "/home/xulu/Downloads/calibre/calibre-2.47.0/setup/commands.py", line 
28, in 
from setup.translations import POT, GetTranslations, Translations, ISO639, 
ISO3166
  File "/home/xulu/Downloads/calibre/calibre-2.47.0/setup/translations.py", 
line 14, in 
from setup.parallel_build import parallel_check_output
  File "/home/xulu/Downloads/calibre/calibre-2.47.0/setup/parallel_build.py", 
line 14, in 
from setup.build_environment import cpu_count
  File 
"/home/xulu/Downloads/calibre/calibre-2.47.0/setup/build_environment.py", line 
98, in 
from PyQt5.QtCore import PYQT_CONFIGURATION
ImportError: No module named PyQt5.QtCore

Hmm.  So I tried:

sudo pip install python-qt5
Collecting python-qt5
  Using cached python-qt5-0.1.10.zip
No files/directories in /tmp/pip-build-5OToGt/python-qt5/pip-egg-info (from 
PKG-INFO)

and get the error above.  So I’m stuck there.  But I don’t see a 
/tmp/pip-build…. either??

-wes
 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Wes James

> On Dec 22, 2015, at 9:13 PM, Fred Smith  wrote:
> 
> On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
>> 
>>> On Dec 22, 2015, at 8:06 PM, Fred Smith  
>>> wrote:
>>> 
>>> Attempting to install latest Calibre on Centos-7, getting:
>>> 
>> 
>> typed in "calibre ssl install error” to google
>> 
>> first hit:
>> 
>> http://stackoverflow.com/questions/26615914/calibre-fails-to-install 
>> 
>> 
>> not sure if it helps (the no check cert option??)
> 
> Nope. makes no difference.


I finally got it compiled and when I run it in virtualbox 5.0.12, I get this:

Could not initialize GLX

Maybe it would work on a real box??

-wes

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Fred Smith
On Wed, Dec 23, 2015 at 03:34:56PM -0700, Wes James wrote:
> 
> > On Dec 22, 2015, at 9:13 PM, Fred Smith  
> > wrote:
> > 
> > On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
> >> 
> >>> On Dec 22, 2015, at 8:06 PM, Fred Smith  
> >>> wrote:
> >>> 
> >>> Attempting to install latest Calibre on Centos-7, getting:
> >>> 
> >> 
> >> typed in "calibre ssl install error” to google
> >> 
> >> first hit:
> >> 
> >> http://stackoverflow.com/questions/26615914/calibre-fails-to-install 
> >> 
> >> 
> >> not sure if it helps (the no check cert option??)
> > 
> > Nope. makes no difference.
> 
> 
> I just went through the build it yourself process.  Give this a try:

Wes, thanks for following up.

But I wonder if Calibre is worth that much work?

The specific problem I had can be worked around just by following the
instructions on the Calibre downloadpge for "manual install". I did
that and it appears to work properly.

> 
> open terminal
> 
> cd Downloads
> 
> download qt-unified-linux-x64-2.0.2-2-online.run from 
> http://www.qt.io/download-open-source/
> chmod +x qt-unified-linux-x64-2.0.2-2-online.run
> sudo ./qt-unified-linux-x64-2.0.2-2-online.run
> 
> after install qt above, edit your .bashrc file and add:
> 
> export PATH=/opt/Qt/5.5/gcc_64/bin:$PATH
> 
> then run
> 
> . ~/.bashrc
> 
> sudo yum install python-devel -y
> 
> wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-4.17.tar.gz
> tar -zxf sip-4.17.tar.gz
> cd sip-4.17
> python configure.py
> make
> sudo make install
> 
> cd ..
> 
> sudo yum install python-pip -y
> sudo pip install mechanize
> sudo yum install ImageMagick-devel -y
> sudo yum install libxslt-devel libxml2-devel -y
> 
> wget 
> http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
> sudo rpm -Uvh nux-dextop-release-0-5.el7.nux.noarch.rpm
> sudo yum install python-cssutils -y
> 
> sudo yum install podofo -y
> sudo yum install libwmf -y
> sudo yum install libmtp-devel -y
> sudo yum install python-netifaces -y
> sudo yum install python-psutil -y
> sudo yum install python-apsw -y
> sudo yum install python-dbus -y
> sudo yum install python-pygments -y
> sudo yum install optipng -y
> 
> 
> wget 
> http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-5.5.1.tar.gz
> tar -zxf PyQt-gpl-5.5.1.tar.gz
> cd PyQt-gpl-5.5.1
> python configure.py --disable QtPositioning
> make
> sudo make install
> 
> cd ..
> 
> sudo yum install python-imaging -y
> sudo yum install sqlite-devel -y
> sudo yum install chmlib-devel -y
> sudo yum install podofo-devel -y
> sudo yum install libusbx-devel -y
> sudo yum install qt5-qtbase-static -y
> sudo yum install libudev-devel -y
> sudo yum install openssl-devel -y
> sudo yum install libicu-devel -y
> sudo yum install libXrender-devel -y
> 
> 
> curl -L http://code.calibre-ebook.com/dist/src | tar xvJ
> cd calibre-2.47.0
> 
> sudo python setup.py install
> 
> then type in the program name at the terminal prompt and press enter:
> 
> calibre

-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread John R Pierce

On 12/23/2015 11:10 AM, Wes James wrote:

I finally got it compiled and when I run it in virtualbox 5.0.12, I get this:

Could not initialize GLX

Maybe it would work on a real box??



VBox has virtual GLX  support, it has to be enabled and configured, and 
of course, the guest would need GL installed, etc.


--
john r pierce, recycling bits in santa cruz

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-23 Thread Wes James

> On Dec 22, 2015, at 9:13 PM, Fred Smith  wrote:
> 
> On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
>> 
>>> On Dec 22, 2015, at 8:06 PM, Fred Smith  
>>> wrote:
>>> 
>>> Attempting to install latest Calibre on Centos-7, getting:
>>> 
>> 
>> typed in "calibre ssl install error” to google
>> 
>> first hit:
>> 
>> http://stackoverflow.com/questions/26615914/calibre-fails-to-install 
>> 
>> 
>> not sure if it helps (the no check cert option??)
> 
> Nope. makes no difference.


I just went through the build it yourself process.  Give this a try:

open terminal

cd Downloads

download qt-unified-linux-x64-2.0.2-2-online.run from 
http://www.qt.io/download-open-source/
chmod +x qt-unified-linux-x64-2.0.2-2-online.run
sudo ./qt-unified-linux-x64-2.0.2-2-online.run

after install qt above, edit your .bashrc file and add:

export PATH=/opt/Qt/5.5/gcc_64/bin:$PATH

then run

. ~/.bashrc

sudo yum install python-devel -y

wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-4.17.tar.gz
tar -zxf sip-4.17.tar.gz
cd sip-4.17
python configure.py
make
sudo make install

cd ..

sudo yum install python-pip -y
sudo pip install mechanize
sudo yum install ImageMagick-devel -y
sudo yum install libxslt-devel libxml2-devel -y

wget 
http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
sudo rpm -Uvh nux-dextop-release-0-5.el7.nux.noarch.rpm
sudo yum install python-cssutils -y

sudo yum install podofo -y
sudo yum install libwmf -y
sudo yum install libmtp-devel -y
sudo yum install python-netifaces -y
sudo yum install python-psutil -y
sudo yum install python-apsw -y
sudo yum install python-dbus -y
sudo yum install python-pygments -y
sudo yum install optipng -y


wget 
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-5.5.1.tar.gz
tar -zxf PyQt-gpl-5.5.1.tar.gz
cd PyQt-gpl-5.5.1
python configure.py --disable QtPositioning
make
sudo make install

cd ..

sudo yum install python-imaging -y
sudo yum install sqlite-devel -y
sudo yum install chmlib-devel -y
sudo yum install podofo-devel -y
sudo yum install libusbx-devel -y
sudo yum install qt5-qtbase-static -y
sudo yum install libudev-devel -y
sudo yum install openssl-devel -y
sudo yum install libicu-devel -y
sudo yum install libXrender-devel -y


curl -L http://code.calibre-ebook.com/dist/src | tar xvJ
cd calibre-2.47.0

sudo python setup.py install

then type in the program name at the terminal prompt and press enter:

calibre

——

-wes
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Calibre installation fails on C7

2015-12-22 Thread Fred Smith
Attempting to install latest Calibre on Centos-7, getting:

2015-12-22 21:32:38 
URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py
 [25887/25887] -> "-" [1]
Installing to /home/fredex/calibre-bin/calibre
Downloading tarball signature securely...
Traceback (most recent call last):
  File "", line 1, in 
  File "", line 670, in main
  File "", line 655, in run_installer
  File "", line 627, in download_and_extract
  File "", line 619, in get_tarball_info
  File "", line 578, in get_https_resource_securely
  File "", line 487, in __init__
  File "/usr/lib64/python2.7/httplib.py", line 1182, in __init__
context.load_cert_chain(cert_file, key_file)
ssl.SSLError: [SSL] PEM lib (_ssl.c:2757)


Can anybody advise me what this tells me? (other than SOMETHING wrong
with some certificate...)

Thanks!

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  "For him who is able to keep you from falling and to present you before his 
 glorious presence without fault and with great joy--to the only God our Savior
 be glory, majesty, power and authority, through Jesus Christ our Lord, before
 all ages, now and forevermore! Amen."
- Jude 1:24,25 (niv) -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-22 Thread John R Pierce

On 12/22/2015 7:06 PM, Fred Smith wrote:

Attempting to install latest Calibre on Centos-7, getting:

2015-12-22 21:32:38 
URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py  
[25887/25887] -> "-" [1]
Installing to /home/fredex/calibre-bin/calibre


prefixing this with, I have no idea what Calibre is...


What commands did you run to trigger this error?







--
john r pierce, recycling bits in santa cruz

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-22 Thread Fred Smith
On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
> 
> > On Dec 22, 2015, at 8:06 PM, Fred Smith  
> > wrote:
> > 
> > Attempting to install latest Calibre on Centos-7, getting:
> > 
> 
> typed in "calibre ssl install error” to google
> 
> first hit:
> 
> http://stackoverflow.com/questions/26615914/calibre-fails-to-install 
> 
> 
>  not sure if it helps (the no check cert option??)

Nope. makes no difference.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever."
--- Isaiah 9:7 (niv) --
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Calibre installation fails on C7

2015-12-22 Thread Wes James

> On Dec 22, 2015, at 8:06 PM, Fred Smith  wrote:
> 
> Attempting to install latest Calibre on Centos-7, getting:
> 

typed in "calibre ssl install error” to google

first hit:

http://stackoverflow.com/questions/26615914/calibre-fails-to-install 


 not sure if it helps (the no check cert option??)

-wes

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos