Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Sending a simple email using Email::Send::Gmail

by Krambambuli (Curate)
on Oct 25, 2008 at 19:44 UTC ( [id://719538]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Sending a simple email using Email::Send::Gmail
in thread Sending a simple email using Email::Send::Gmail

When installing IO::Socket::SSL, I had to also install Net::SSLeay and while I did that I was warned that

*** Found OpenSSL-0.9.8b installed in /usr                                              
*** Be sure to use the same compiler and options to compile your OpenSSL, perl,         
    and Net::SSLeay. Mixing and matching compilers is not supported.                    

Is it possible that the modules you have installed don't play well together ?


Krambambuli
---
  • Comment on Re^3: Sending a simple email using Email::Send::Gmail

Replies are listed 'Best First'.
Re^4: Sending a simple email using Email::Send::Gmail
by diffredential (Beadle) on Oct 25, 2008 at 20:18 UTC
    Thanks for answering! I don't have Net::SSLeay installed, and when trying to install it (sudo cpan Net::SSLeay) don't install it properly:
    diffred@fredlab:~$ sudo cpan Net::SSLeay ... ... ... SSLeay.c:811: error: declaration for parameter ‘XS_Net__SSLeay_CTX_tls +v1_new’ but no such parameter SSLeay.c:793: error: declaration for parameter ‘XS_Net__SSLeay_CTX_v23 +_new’ but no such parameter SSLeay.c:775: error: declaration for parameter ‘XS_Net__SSLeay_CTX_v3_ +new’ but no such parameter SSLeay.c:757: error: declaration for parameter ‘XS_Net__SSLeay_CTX_v2_ +new’ but no such parameter SSLeay.c:739: error: declaration for parameter ‘XS_Net__SSLeay_CTX_new +’ but no such parameter SSLeay.c:719: error: declaration for parameter ‘XS_Net__SSLeay_hello’ +but no such parameter SSLeay.c:701: error: declaration for parameter ‘XS_Net__SSLeay_constan +t’ but no such parameter SSLeay.xs:354: error: declaration for parameter ‘ssleay_ctx_cert_verif +y_cbs’ but no such parameter SSLeay.xs:204: error: declaration for parameter ‘ssleay_RSA_generate_k +ey_cb_t’ but no such parameter SSLeay.xs:203: error: declaration for parameter ‘ssleay_session_secret +_cb_t’ but no such parameter SSLeay.xs:202: error: declaration for parameter ‘ssleay_ctx_cert_verif +y_cb_t’ but no such parameter SSLeay.xs:201: error: declaration for parameter ‘ssleay_ctx_passwd_cb_ +t’ but no such parameter SSLeay.xs:195: error: declaration for parameter ‘ssleay_ctx_passwd_cbs +’ but no such parameter SSLeay.xs:132: error: declaration for parameter ‘ssleay_ctx_verify_cal +lbacks’ but no such parameter SSLeay.xs:128: error: declaration for parameter ‘perl_filehandle_t’ bu +t no such parameter SSLeay.c:7029: error: expected ‘{’ at end of input make: *** [SSLeay.o] Error 1 FLORA/Net-SSLeay-1.35.tar.gz /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible diffred@fredlab:~$
    Any ideas how can I install this module? (Maybe I need it to run my gmail script?)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://719538]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found