I get this error. Any ideas?
$ make build /usr/bin/plague-client build collectd collectd-4_4_1-5_el5 el5 Traceback (most recent call last): File "/usr/bin/plague-client", line 420, in <module> cli = PlagueClient(os.path.expanduser(cfg_file)) File "/usr/bin/plague-client", line 81, in __init__ self._email = self._get_user_email() File "/usr/bin/plague-client", line 138, in _get_user_email cert = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, buf) OpenSSL.crypto.Error: [('PEM routines', 'PEM_read_bio', 'bad end line')] make: *** [plague] Error 1
My .plague-client.cfg file doesn't appear to be malformed.
Rich.
On Mon, 25 Aug 2008 20:18:41 +0100, Richard W.M. Jones wrote:
I get this error. Any ideas?
$ make build /usr/bin/plague-client build collectd collectd-4_4_1-5_el5 el5 Traceback (most recent call last): File "/usr/bin/plague-client", line 420, in <module> cli = PlagueClient(os.path.expanduser(cfg_file)) File "/usr/bin/plague-client", line 81, in __init__ self._email = self._get_user_email() File "/usr/bin/plague-client", line 138, in _get_user_email cert = OpenSSL.crypto.load_certificate(OpenSSL.crypto.FILETYPE_PEM, buf) OpenSSL.crypto.Error: [('PEM routines', 'PEM_read_bio', 'bad end line')] make: *** [plague] Error 1
My .plague-client.cfg file doesn't appear to be malformed.
https://www.redhat.com/archives/fedora-devel-list/2008-August/msg00996.html http://cvs.fedoraproject.org/viewvc/extras-buildsys/client/client.py?root=fe...
epel-devel@lists.fedoraproject.org