LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing pine on RH9 (https://www.linuxquestions.org/questions/linux-software-2/installing-pine-on-rh9-94314/)

TiawanaDog 09-18-2003 06:28 PM

Installing pine on RH9
 
I want to learn how to install pine on RH9. When I follow the instruction, I recieved errors, but I am not sure what they mean and how to correct it.

I typed in a command: ./build rhl

/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from osdep.c:218:
/usr/include/openssl/kssl.h:132: parse error before "krb5_enctype"
/usr/include/openssl/kssl.h:134: parse error before "FAR"
/usr/include/openssl/kssl.h:135: parse error before '}' token
/usr/include/openssl/kssl.h:147: parse error before "kssl_ctx_setstring"
/usr/include/openssl/kssl.h:147: parse error before '*' token
/usr/include/openssl/kssl.h:148: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:149: parse error before '*' token
/usr/include/openssl/kssl.h:150: parse error before '*' token
/usr/include/openssl/kssl.h:151: parse error before "kssl_ctx_setprinc"
/usr/include/openssl/kssl.h:151: parse error before '*' token
/usr/include/openssl/kssl.h:153: parse error before "kssl_cget_tkt"
/usr/include/openssl/kssl.h:153: parse error before '*' token
/usr/include/openssl/kssl.h:155: parse error before "kssl_sget_tkt"
/usr/include/openssl/kssl.h:155: parse error before '*' token
/usr/include/openssl/kssl.h:157: parse error before "kssl_ctx_setkey"
/usr/include/openssl/kssl.h:157: parse error before '*' token
/usr/include/openssl/kssl.h:159: parse error before "context"
/usr/include/openssl/kssl.h:160: parse error before "kssl_build_principal_2"
/usr/include/openssl/kssl.h:160: parse error before "context"
/usr/include/openssl/kssl.h:163: parse error before "kssl_validate_times"
/usr/include/openssl/kssl.h:163: parse error before "atime"
/usr/include/openssl/kssl.h:165: parse error before "kssl_check_authent"
/usr/include/openssl/kssl.h:165: parse error before '*' token
/usr/include/openssl/kssl.h:167: parse error before "enctype"
In file included from osdep.c:218:
/usr/include/openssl/ssl.h:909: parse error before "KSSL_CTX"
/usr/include/openssl/ssl.h:909: warning: no semicolon at end of struct or union
/usr/include/openssl/ssl.h:931: parse error before '}' token
make[3]: *** [osdep.o] Error 1
make[3]: Leaving directory `/home/toru/pine/imap/c-client'
make[2]: *** [lnp] Error 2
make[2]: Leaving directory `/home/toru/pine/imap/c-client'
make[1]: *** [OSTYPE] Error 2
make[1]: Leaving directory `/home/toru/pine/imap'
make: *** [lrh] Error 2
+---------------------------------------------+
| Problems building c-client |
| |
| Please check the output above for a |
| possible explanation for this failure |
+---------------------------------------------+

gbell72 09-18-2003 06:39 PM

I always had issues trying to install programs in redhat from source, why wouldn't you just use the up2date agent?
'up2date -i pine' will install for you, than all you need to do is configure your .pinerc file.

TiawanaDog 09-18-2003 06:54 PM

Rad... I'll do just that. Thank you gbell72.

TiawanaDog 09-18-2003 07:16 PM

Traceback (most recent call last):
File "/usr/share/rhn/up2date_client/gui.py", line 405, in onPrivacyPagePrepare text = rhnreg.privacyText()
File "/usr/share/rhn/up2date_client/rhnreg.py", line 176, in privacyText return rpcServer.doCall(s.registration.privacy_statement)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 114, in doCall ret = apply(method, args, kwargs)
File "/usr/lib/python2.2/xmlrpclib.py", line 821, in __call__ return self.__send(self.__name, args)
File "/usr/lib/python2.2/site-packages/rhn/rpclib.py", line 126, in _request verbose=self._verbose
File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 130, in request headers, fd = req.send_http(host, handler)
File "/usr/lib/python2.2/site-packages/rhn/transports.py", line 614, in send_http headers=self.headers)
File "/usr/lib/python2.2/httplib.py", line 701, in request self._send_request(method, url, body, headers)
File "/usr/lib/python2.2/httplib.py", line 723, in _send_request self.endheaders()
File "/usr/lib/python2.2/httplib.py", line 695, in endheaders self._send_output()
File "/usr/lib/python2.2/httplib.py", line 581, in _send_output self.send(msg)
File "/usr/lib/python2.2/httplib.py", line 560, in send self.sock.sendall(str)
File "/usr/lib/python2.2/site-packages/rhn/SSL.py", line 191, in write sent = self._connection.send(data)
SSL.Error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')]

gbell72 09-18-2003 07:28 PM

up2dates ssl certificates have expired, they can be found on redhats website somewheres but where exactly I'm not to sure, try checking this link https://rhn.redhat.com/ install the new certs and away ya go.


All times are GMT -5. The time now is 12:13 PM.