LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-05-2003, 11:21 AM   #1
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Rep: Reputation: 30
gaim 0.70 compile problem...


I wanted to update my gaim, and I tried to compile it several times, and i get this error every time.


ssl-nss.c:33:22: pk11func.h: No such file or directory
ssl-nss.c:35:20: secerr.h: No such file or directory
ssl-nss.c:36:20: secmod.h: No such file or directory
ssl-nss.c:37:17: ssl.h: No such file or directory
ssl-nss.c:38:20: sslerr.h: No such file or directory
ssl-nss.c:39:22: sslproto.h: No such file or directory
ssl-nss.c:54: parse error before "ssl_auth_cert"
ssl-nss.c:56: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_auth_cert':
ssl-nss.c:57: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:57: (Each undeclared identifier is reported only once
ssl-nss.c:57: for each function it appears in.)
ssl-nss.c: At top level:
ssl-nss.c:82: parse error before "ssl_bad_cert"
ssl-nss.c:83: warning: return type defaults to `int'
ssl-nss.c: In function `ssl_bad_cert':
ssl-nss.c:84: `SECStatus' undeclared (first use in this function)
ssl-nss.c:84: parse error before "status"
ssl-nss.c:88: `status' undeclared (first use in this function)
ssl-nss.c:90: warning: implicit declaration of function `PORT_GetError'
ssl-nss.c:94: `SEC_ERROR_INVALID_AVA' undeclared (first use in this function)
ssl-nss.c:95: `SEC_ERROR_INVALID_TIME' undeclared (first use in this function)
ssl-nss.c:96: `SEC_ERROR_BAD_SIGNATURE' undeclared (first use in this function)
ssl-nss.c:97: `SEC_ERROR_EXPIRED_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:98: `SEC_ERROR_UNKNOWN_ISSUER' undeclared (first use in this function)ssl-nss.c:99: `SEC_ERROR_UNTRUSTED_CERT' undeclared (first use in this function)ssl-nss.c:100: `SEC_ERROR_CERT_VALID' undeclared (first use in this function)
ssl-nss.c:101: `SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE' undeclared (first use in this function)
ssl-nss.c:102: `SEC_ERROR_CRL_EXPIRED' undeclared (first use in this function)
ssl-nss.c:103: `SEC_ERROR_CRL_BAD_SIGNATURE' undeclared (first use in this function)
ssl-nss.c:104: `SEC_ERROR_EXTENSION_VALUE_INVALID' undeclared (first use in this function)
ssl-nss.c:105: `SEC_ERROR_CA_CERT_INVALID' undeclared (first use in this function)
ssl-nss.c:106: `SEC_ERROR_CERT_USAGES_INVALID' undeclared (first use in this function)
ssl-nss.c:107: `SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION' undeclared (first use in this function)
ssl-nss.c:108: `SECSuccess' undeclared (first use in this function)
ssl-nss.c:112: `SECFailure' undeclared (first use in this function)
ssl-nss.c: In function `ssl_nss_init':
ssl-nss.c:125: warning: implicit declaration of function `NSS_NoDB_Init'
ssl-nss.c:128: warning: implicit declaration of function `SECMOD_AddNewModule'
ssl-nss.c:135: warning: implicit declaration of function `NSS_SetDomesticPolicy'ssl-nss.c: In function `ssl_nss_connect_cb':
ssl-nss.c:178: warning: implicit declaration of function `SSL_ImportFD'
ssl-nss.c:178: warning: assignment makes pointer from integer without a cast
ssl-nss.c:189: warning: implicit declaration of function `SSL_OptionSet'
ssl-nss.c:189: `SSL_SECURITY' undeclared (first use in this function)
ssl-nss.c:190: `SSL_HANDSHAKE_AS_CLIENT' undeclared (first use in this function)ssl-nss.c:192: warning: implicit declaration of function `SSL_AuthCertificateHook'
ssl-nss.c:193: `SSLAuthCertificate' undeclared (first use in this function)
ssl-nss.c:193: parse error before "ssl_auth_cert"
ssl-nss.c:195: warning: implicit declaration of function `SSL_BadCertHook'
ssl-nss.c:195: `SSLBadCertHandler' undeclared (first use in this function)
ssl-nss.c:195: parse error before "ssl_bad_cert"
ssl-nss.c:197: warning: implicit declaration of function `SSL_SetURL'
ssl-nss.c:199: warning: implicit declaration of function `SSL_ResetHandshake'
ssl-nss.c:201: warning: implicit declaration of function `SSL_ForceHandshake'
make[3]: *** [ssl-nss.o] Error 1
make[3]: Leaving directory `/home/zero/gaim-0.70/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zero/gaim-0.70/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zero/gaim-0.70'
make: *** [all] Error 2


can anyone help me with this? i'm running slack 9.0 right now. thanks.
 
Old 10-05-2003, 11:26 AM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
How are you trying to compile? Is it a ./configure error?
 
Old 10-05-2003, 02:08 PM   #3
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
no. ./configure goes through alright. when i type 'make' it does that after compiling for about a minute and a half.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gaim compile problem moshambo Linux - Software 7 07-27-2005 06:10 AM
Gaim and Gtk2 compile problem joshyjosh1289 Linux - Software 2 07-05-2005 09:27 AM
how to compile gaim-0.82? greythorne Linux - Distributions 1 09-01-2004 12:13 AM
Compile Gaim gsxst2 Linux - Software 1 01-01-2004 07:18 AM
gaim compile jr87 Linux - Software 8 08-13-2003 09:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration