Results 1 to 6 of 6
Every time i attempt to compile something like eb-lite or Gaim or Kopete, etc It starts to go fine..
I type ./configure then make, but when i type make i'll ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-28-2004 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 5
Compile error...
Every time i attempt to compile something like eb-lite or Gaim or Kopete, etc It starts to go fine..
I type ./configure then make, but when i type make i'll get errors similar to this
(a compile of eb-lite i did)
This is where the mass errors come in near the end
Any help would be great. I really need to compile these things. I have tried deleting the user account and remaking it, nothing works.g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -g -O2 -c msn_ssl_openssl.C -MT msn_ssl_openssl.lo -MD
-MP -MF .deps/msn_ssl_openssl.TPlo -fPIC -DPIC -o .libs/msn_ssl_openssl.lo
msn_ssl_openssl.C:9:28: gnutls/openssl.h: No such file or directory
msn_ssl_openssl.C:15: error: syntax error before `*' token
msn_ssl_openssl.C: In function `void get_passport(msnconn*, char*, char*,
char*)':
msn_ssl_openssl.C:26: error: `SSL' undeclared (first use this function)
msn_ssl_openssl.C:26: error: (Each undeclared identifier is reported only once
for each function it appears in.)
msn_ssl_openssl.C:26: error: `ssl' undeclared (first use this function)
msn_ssl_openssl.C:36: error: `ctx' undeclared (first use this function)
msn_ssl_openssl.C:38: error: `SSL_load_error_strings' undeclared (first use
this function)
msn_ssl_openssl.C:39: error: `SSL_library_init' undeclared (first use this
function)
msn_ssl_openssl.C:40: error: `SSLv23_client_method' undeclared (first use this
function)
msn_ssl_openssl.C:40: error: `SSL_CTX_new' undeclared (first use this function)
msn_ssl_openssl.C:42: error: `SSL_new' undeclared (first use this function)
msn_ssl_openssl.C:44: error: `SSL_set_fd' undeclared (first use this function)
msn_ssl_openssl.C:45: error: `SSL_connect' undeclared (first use this function)
msn_ssl_openssl.C:46: error: `SSL_write' undeclared (first use this function)
msn_ssl_openssl.C:59: error: `SSL_read' undeclared (first use this function)
msn_ssl_openssl.C:95: error: `SSL_free' undeclared (first use this function)
make[3]: *** [msn_ssl_openssl.lo] Error 1
make[3]: Leaving directory `/home/zero/eb-lite-alpha-13/core/plugins/msn'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zero/eb-lite-alpha-13/core/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zero/eb-lite-alpha-13/core'
make: *** [all] Error 2
- 08-29-2004 #2
- 08-29-2004 #3Just Joined!
- Join Date
- Aug 2004
- Posts
- 5
I downloaded, compiled openssl
(./configure make make test make install)
and i got the same error while compiling eb-lite
- 08-29-2004 #4Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
There is a solution here:
http://lists.spine.cx/archives/every...ly/003595.html
Jason
- 08-30-2004 #5Just Joined!
- Join Date
- Aug 2004
- Posts
- 5
Thanks for the replies,
I looked at that last link and I did a RPM search for the rpm i need
http://rpm.pbone.net/index.php3?stat...utls&srodzaj=3
I dont see anythnig in regards to slackware....
- 11-22-2007 #6Just Joined!
- Join Date
- Nov 2007
- Location
- cochin
- Posts
- 1
SSL_library_init undeclared error solution
first you have to download and build openssl/ssl.h
after that you can use it in your application... i think in your case you forgot
to include openssl/ssl.h and openssl/err.h ..... include and try


Reply With Quote
