make: command not found
Sumith augustine
sumith.ml at gmail.com
Mon Feb 26 06:44:42 UTC 2007
hi all
today i was trying to install tclink for ruby on my kubuntu sys. i
downloaded "tclink-3.4-ruby.tar.gz" from
http://www.trustcommerce.com/downloads/tclink-3.4-ruby.tar.gz
After untaring it i gave "./build.sh" command for installing then i get the
following error
====================================
root at tbk013:/usr/local/src/tclink-3.4-ruby# ./build.sh
checking for CRYPTO_lock() in -lcrypto... no
checking for SSL_connect() in -lssl... no
creating Makefile
./build.sh: line 16: make: command not found
root at tbk013:/usr/local/src/tclink-3.4-ruby#
=====================================
then i installed "make" with apt-get install
after that i gave "./build.sh" the the error increase
and i got the following errors
=============================================
root at tbk013:/usr/local/src/tclink-3.4-ruby# ./build.sh
checking for CRYPTO_lock() in -lcrypto... no
checking for SSL_connect() in -lssl... no
creating Makefile
gcc -fPIC -Wall -g -fno-strict-aliasing -O2 -fPIC -I.
-I/usr/lib/ruby/1.8/i486-linux -I/usr/lib/ruby/1.8/i486-linux -I. -c
rb_tclink.c
gcc -fPIC -Wall -g -fno-strict-aliasing -O2 -fPIC -I.
-I/usr/lib/ruby/1.8/i486-linux -I/usr/lib/ruby/1.8/i486-linux -I. -c
tclink.c
tclink.c:43:28: error: openssl/crypto.h: No such file or directory
tclink.c:44:26: error: openssl/x509.h: No such file or directory
tclink.c:45:25: error: openssl/pem.h: No such file or directory
tclink.c :46:25: error: openssl/ssl.h: No such file or directory
tclink.c:47:25: error: openssl/err.h: No such file or directory
tclink.c:48:26: error: openssl/rand.h: No such file or directory
tclink.c:81: error: expected specifier-qualifier-list before 'X509'
tclink.c: In function 'AddRecvParam':
tclink.c:215: error: 'TCLinkCon' has no member named 'recv_param_list'
tclink.c:216: error: 'TCLinkCon' has no member named 'recv_param_list'
tclink.c: In function 'ClearSendList':
tclink.c:236: error: 'TCLinkCon' has no member named 'send_param_list'
tclink.c:244: error: 'TCLinkCon' has no member named 'send_param_list'
tclink.c:244: error: 'TCLinkCon' has no member named 'send_param_tail'
tclink.c: In function 'ClearRecvList':
tclink.c:251: error: 'TCLinkCon' has no member named 'recv_param_list'
tclink.c:259: error: 'TCLinkCon' has no member named 'recv_param_list'
tclink.c: In function 'FinishConnection':
tclink.c:297: error: 'X509' undeclared (first use in this function)
tclink.c:297: error: (Each undeclared identifier is reported only once
tclink.c:297: error: for each function it appears in.)
tclink.c:297: error: 'server_cert' undeclared (first use in this function)
tclink.c:305: warning: pointer targets in passing argument 5 of 'getsockopt'
differ in signedness
tclink.c:309: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:309: warning: implicit declaration of function 'SSL_new'
tclink.c:309: error: 'TCLinkCon' has no member named 'ctx'
tclink.c:310: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:317: warning: implicit declaration of function 'SSL_set_fd'
tclink.c:317: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:321: warning: implicit declaration of function 'time'
tclink.c:331: warning: implicit declaration of function 'SSL_connect'
tclink.c:331: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:333: warning: implicit declaration of function
'SSL_is_init_finished'
tclink.c:333: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:337: warning: implicit declaration of function 'SSL_get_error'
tclink.c:337: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:340: error: 'SSL_ERROR_NONE' undeclared (first use in this
function)
tclink.c:344: error: 'SSL_ERROR_WANT_READ' undeclared (first use in this
function)
tclink.c:345: error: 'SSL_ERROR_WANT_WRITE' undeclared (first use in this
function)
tclink.c:352: error: 'SSL_ERROR_ZERO_RETURN' undeclared (first use in this
function)
tclink.c:353: error: 'SSL_ERROR_SSL' undeclared (first use in this function)
tclink.c:361: warning: implicit declaration of function 'SSL_free'
tclink.c:361: error: 'TCLinkCon' has no member named 'ssl'
tclink.c :368: warning: implicit declaration of function
'SSL_get_peer_certificate'
tclink.c:368: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:369: warning: implicit declaration of function 'X509_cmp'
tclink.c:369: error: 'TCLinkCon' has no member named 'tc_cert'
tclink.c:370: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:374: warning: implicit declaration of function 'X509_free'
tclink.c: In function 'do_SSL_randomize':
tclink.c:450: warning: implicit declaration of function 'RAND_status'
tclink.c:454: warning: implicit declaration of function 'RAND_seed'
tclink.c:457: warning: implicit declaration of function 'RAND_file_name'
tclink.c:459: warning: implicit declaration of function 'RAND_load_file'
tclink.c: In function 'Connect':
tclink.c:489: error: 'TCLinkCon' has no member named 'is_error'
tclink.c:508: error: 'TCLinkCon' has no member named 'dns'
tclink.c:511: error: 'TCLinkCon' has no member named 'dns'
tclink.c:538: error: 'TCLinkCon' has no member named 'meth'
tclink.c:541: warning: implicit declaration of function
'SSLeay_add_ssl_algorithms'
tclink.c:542: error: 'TCLinkCon' has no member named 'meth'
tclink.c :542: warning: implicit declaration of function
'SSLv3_client_method'
tclink.c:545: error: 'TCLinkCon' has no member named 'ctx'
tclink.c:547: error: 'TCLinkCon' has no member named 'ctx'
tclink.c:547: warning: implicit declaration of function 'SSL_CTX_new'
tclink.c:547: error: 'TCLinkCon' has no member named 'meth'
tclink.c:548: error: 'TCLinkCon' has no member named 'ctx'
tclink.c:552: error: 'TCLinkCon' has no member named 'tc_cert'
tclink.c:553: error: 'TCLinkCon' has no member named 'tc_cert'
tclink.c:553: warning: implicit declaration of function 'd2i_X509'
tclink.c:554: error: 'TCLinkCon' has no member named 'tc_cert'
tclink.c:569: error: 'TCLinkCon' has no member named 'start_time'
tclink.c:570: error: 'TCLinkCon' has no member named 'pass'
tclink.c:574: error: 'TCLinkCon' has no member named 'start_time'
tclink.c:574: error: 'TCLinkCon' has no member named 'pass'
tclink.c:577: error: 'TCLinkCon' has no member named 'pass'
tclink.c:588: error: 'TCLinkCon' has no member named 'pass'
tclink.c: In function 'Send':
tclink.c:618: warning: implicit declaration of function 'SSL_write'
tclink.c:618: error: 'TCLinkCon' has no member named 'ssl'
tclink.c: In function 'ReadLine':
tclink.c:648: error: 'TCLinkCon' has no member named 'is_error'
tclink.c:658: error: 'TCLinkCon' has no member named 'is_error'
tclink.c:660: error: 'TCLinkCon' has no member named 'is_error'
tclink.c:664: warning: implicit declaration of function 'SSL_read'
tclink.c:664: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:666: error: 'TCLinkCon' has no member named 'is_error'
tclink.c: In function 'Close':
tclink.c:680: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:680: warning: implicit declaration of function 'SSL_shutdown'
tclink.c:680: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:687: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:688: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:689: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:692: error: 'TCLinkCon' has no member named 'ctx'
tclink.c:693: warning: implicit declaration of function 'SSL_CTX_free'
tclink.c:693: error: 'TCLinkCon' has no member named 'ctx'
tclink.c:694: error: 'TCLinkCon' has no member named 'ctx'
tclink.c: In function 'TCLinkCreate':
tclink.c:715: error: 'TCLinkCon' has no member named 'tc_cert'
tclink.c:716: error: 'TCLinkCon' has no member named 'meth'
tclink.c:717: error: 'TCLinkCon' has no member named 'ctx'
tclink.c:718: error: 'TCLinkCon' has no member named 'ssl'
tclink.c:720: error: 'TCLinkCon' has no member named 'send_param_list'
tclink.c:721: error: 'TCLinkCon' has no member named 'send_param_tail'
tclink.c :722: error: 'TCLinkCon' has no member named 'recv_param_list'
tclink.c:724: error: 'TCLinkCon' has no member named 'is_error'
tclink.c:725: error: 'TCLinkCon' has no member named 'pass'
tclink.c:726: error: 'TCLinkCon' has no member named 'start_time'
tclink.c:727: error: 'TCLinkCon' has no member named 'dns'
tclink.c: In function 'TCLinkPushParam':
tclink.c:745: error: 'TCLinkCon' has no member named 'send_param_tail'
tclink.c:746: error: 'TCLinkCon' has no member named 'send_param_tail'
tclink.c:748: error: 'TCLinkCon' has no member named 'send_param_list'
tclink.c:749: error: 'TCLinkCon' has no member named 'send_param_tail'
tclink.c: In function 'TCLinkSend':
tclink.c:776: error: 'TCLinkCon' has no member named 'send_param_list'
tclink.c:793: error: 'TCLinkCon' has no member named 'send_param_list'
tclink.c:793: error: 'TCLinkCon' has no member named 'send_param_tail'
tclink.c:805: error: 'TCLinkCon' has no member named 'pass'
tclink.c :805: error: 'TCLinkCon' has no member named 'start_time'
tclink.c:806: error: 'TCLinkCon' has no member named 'dns'
tclink.c:814: error: 'TCLinkCon' has no member named 'is_error'
tclink.c: In function 'TCLinkGetResponse':
tclink.c:859: error: 'TCLinkCon' has no member named 'recv_param_list'
tclink.c: In function 'TCLinkGetEntireResponse':
tclink.c:886: error: 'TCLinkCon' has no member named 'recv_param_list'
tclink.c: In function 'TCLinkDestroy':
tclink.c:908: error: 'TCLinkCon' has no member named 'tc_cert'
tclink.c:909: error: 'TCLinkCon' has no member named 'tc_cert'
make: *** [tclink.o] Error 1
root at tbk013:/usr/local/src/tclink-3.4-ruby#
================================================================
has anyone faced this problem?
can anyone help me to sort this out
Thanks
Sumith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20070226/08c88ace/attachment.html>
More information about the ubuntu-users
mailing list