[prev in list] [next in list] [prev in thread] [next in thread] 

List:       libssh2-devel
Subject:    Re: [libssh2] libssh2 install fails on AIX 5.3
From:       "David M. Funk" <mfunk () trinitysol ! net>
Date:       2008-12-17 16:21:58
Message-ID: 01f301c96063$974a5670$c5df0350$ () net
[Download RAW message or body]

This is a multipart message in MIME format.

[Attachment #2 (multipart/alternative)]
This is a multipart message in MIME format.


Paul,

 

Thanks for the quick reply.  I installed OpenSSL before attempting the
libssh2 install.  It installed without a hitch.

I did not see any options that shows how to install it with headers.  How do
I do that?

 

Thanks,

Mark

 

From: Paul Thomas [mailto:thomaspu@gmail.com] 
Sent: Wednesday, December 17, 2008 11:15 AM
To: David M. Funk
Cc: libssh2-devel@lists.sourceforge.net
Subject: Re: [libssh2] libssh2 install fails on AIX 5.3

 

Looks to me like you are missing OpenSSL headers. Install OpenSSL with
headers would be my suggestion.

Paul

On Wed, Dec 17, 2008 at 11:02 AM, David M. Funk <mfunk@trinitysol.net>
wrote:

Folks,

 

I am getting an error when I try to install libssh2-0.18 on my aix server.
Anybody run into this?  Any help will be much appreciated.

I run ./configure and that works ok.  But when I run "make" I get this
error:

root@aix1/usr/opt/perl5/mods/libssh2-0.18-->

#make

Making all in src

        make  all-am

        /bin/sh ../libtool --tag=CC --mode=link cc -qlanglvl=extc89  -g
-I/usr/local/ssl/include   -L/usr/local/ssl/lib -lcrypto -o libssh2.la
-rpath /usr/local/lib -version-info 1:0:0 -no-undefined  channel.lo comp.lo
crypt.lo hostkey.lo kex.lo  mac.lo misc.lo packet.lo publickey.lo scp.lo
session.lo  sftp.lo userauth.lo pem.lo transport.lo   openssl.lo  

rm -fr  .libs/libssh2.exp

generating symbol list for `libssh2.la'

/usr/bin/nm -B -BCpg  .libs/channel.o .libs/comp.o .libs/crypt.o
.libs/hostkey.o .libs/kex.o .libs/mac.o .libs/misc.o .libs/packet.o
.libs/publickey.o .libs/scp.o .libs/session.o .libs/sftp.o .libs/userauth.o
.libs/pem.o .libs/transport.o .libs/openssl.o  | awk '{ if ((($2 == "T") ||
($2 == "D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }' |
sort -u > .libs/libssh2.exp

cc -qlanglvl=extc89 -Wl,-bM:SRE -o .libs/libssh2.so.1  .libs/channel.o
.libs/comp.o .libs/crypt.o .libs/hostkey.o .libs/kex.o .libs/mac.o
.libs/misc.o .libs/packet.o .libs/publickey.o .libs/scp.o .libs/session.o
.libs/sftp.o .libs/userauth.o .libs/pem.o .libs/transport.o .libs/openssl.o
-L/usr/local/ssl/lib -lcrypto -lc -Wl,-bnoentry  -qlanglvl=extc89
-Wl,-bE:.libs/libssh2.exp ${wl}-bernotok

ld: 0711-317 ERROR: Undefined symbol: .RAND_bytes

ld: 0711-317 ERROR: Undefined symbol: .BN_CTX_new

ld: 0711-317 ERROR: Undefined symbol: .BN_new

ld: 0711-317 ERROR: Undefined symbol: .BN_rand

ld: 0711-317 ERROR: Undefined symbol: .BN_mod_exp

ld: 0711-317 ERROR: Undefined symbol: .BN_num_bits

ld: 0711-317 ERROR: Undefined symbol: .BN_bn2bin

ld: 0711-317 ERROR: Undefined symbol: .MD5_Init

ld: 0711-317 ERROR: Undefined symbol: .MD5_Update

ld: 0711-317 ERROR: Undefined symbol: .MD5_Final

ld: 0711-317 ERROR: Undefined symbol: .SHA1_Init

ld: 0711-317 ERROR: Undefined symbol: .SHA1_Update

ld: 0711-317 ERROR: Undefined symbol: .SHA1_Final

ld: 0711-317 ERROR: Undefined symbol: .BN_bin2bn

ld: 0711-317 ERROR: Undefined symbol: .BN_clear_free

ld: 0711-317 ERROR: Undefined symbol: .BN_CTX_free

ld: 0711-317 ERROR: Undefined symbol: .RSA_new

ld: 0711-317 ERROR: Undefined symbol: .EVP_get_cipherbyname

ld: 0711-317 ERROR: Undefined symbol: .OpenSSL_add_all_ciphers

ld: 0711-317 ERROR: Undefined symbol: .PEM_read_RSAPrivateKey

ld: 0711-317 ERROR: Undefined symbol: .SHA1

ld: 0711-317 ERROR: Undefined symbol: .RSA_verify

ld: 0711-317 ERROR: Undefined symbol: .RSA_size

ld: 0711-317 ERROR: Undefined symbol: .RSA_sign

ld: 0711-317 ERROR: Undefined symbol: .DSA_new

ld: 0711-317 ERROR: Undefined symbol: .PEM_read_DSAPrivateKey

ld: 0711-317 ERROR: Undefined symbol: .DSA_do_verify

ld: 0711-317 ERROR: Undefined symbol: .DSA_do_sign

ld: 0711-317 ERROR: Undefined symbol: .DSA_SIG_free

ld: 0711-317 ERROR: Undefined symbol: .EVP_CIPHER_CTX_init

ld: 0711-317 ERROR: Undefined symbol: .EVP_CipherInit

ld: 0711-317 ERROR: Undefined symbol: .EVP_Cipher

ld: 0711-317 ERROR: Undefined symbol: .RSA_free

ld: 0711-317 ERROR: Undefined symbol: .DSA_free

ld: 0711-317 ERROR: Undefined symbol: .EVP_CIPHER_CTX_cleanup

ld: 0711-317 ERROR: Undefined symbol: EVP_des_ede3_cbc

ld: 0711-317 ERROR: Undefined symbol: EVP_cast5_cbc

ld: 0711-317 ERROR: Undefined symbol: EVP_rc4

ld: 0711-317 ERROR: Undefined symbol: EVP_bf_cbc

ld: 0711-317 ERROR: Undefined symbol: EVP_aes_256_cbc

ld: 0711-317 ERROR: Undefined symbol: EVP_aes_192_cbc

ld: 0711-317 ERROR: Undefined symbol: EVP_aes_128_cbc

ld: 0711-317 ERROR: Undefined symbol: .EVP_ripemd160

ld: 0711-317 ERROR: Undefined symbol: .HMAC_Init

ld: 0711-317 ERROR: Undefined symbol: .HMAC_Update

ld: 0711-317 ERROR: Undefined symbol: .HMAC_Final

ld: 0711-317 ERROR: Undefined symbol: .HMAC_CTX_cleanup

ld: 0711-317 ERROR: Undefined symbol: .EVP_sha1

ld: 0711-317 ERROR: Undefined symbol: .EVP_md5

ld: 0711-317 ERROR: Undefined symbol: .BN_set_word

ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.

make: 1254-004 The error code from the last command is 8.

 

 

Stop.

make: 1254-004 The error code from the last command is 2.

 

 

Stop.

make: 1254-004 The error code from the last command is 1.

 

 

Stop.

root@ aix1/usr/opt/perl5/mods/libssh2-0.18-->

 

David M. Funk
President/CEO
 
Tivoli Certified Enterprise Consultant
Specializing in Network and Systems Management Solutions

 

Trinity Solutions           
604 Cassandra Dr.        
Cranberry Twp., PA 16066
 
Phone: 724-316-0721                    
Fax:     724-772-7889 
email: mfunk@trinityITsolutions.com <mailto:mfunk@trinitysol.net> 
www:   http://www.trinityITsolutions.com

 


----------------------------------------------------------------------------
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

 


[Attachment #5 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Paul,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks for the quick reply.&nbsp; I installed OpenSSL before
attempting the libssh2 install.&nbsp; It installed without a \
hitch.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I did not see any options that shows how to install it with
headers.&nbsp; How do I do that?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks,<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Mark<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span \
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span \
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Paul Thomas \
[mailto:thomaspu@gmail.com] <br> <b>Sent:</b> Wednesday, December 17, 2008 11:15 \
AM<br> <b>To:</b> David M. Funk<br>
<b>Cc:</b> libssh2-devel@lists.sourceforge.net<br>
<b>Subject:</b> Re: [libssh2] libssh2 install fails on AIX 5.3<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'>Looks to me like you are
missing OpenSSL headers. Install OpenSSL with headers would be my suggestion.<br>
<br>
Paul<o:p></o:p></p>

<div>

<p class=MsoNormal>On Wed, Dec 17, 2008 at 11:02 AM, David M. Funk &lt;<a
href="mailto:mfunk@trinitysol.net">mfunk@trinitysol.net</a>&gt; wrote:<o:p></o:p></p>

<div>

<div>

<p>Folks,<o:p></o:p></p>

<p>&nbsp;<o:p></o:p></p>

<p>I am getting an error when I try to install libssh2-0.18 on my aix server.
&nbsp;Anybody run into this?&nbsp; Any help will be much appreciated.<o:p></o:p></p>

<p>I run ./configure and that works ok.&nbsp; But when I run &quot;make&quot; I
get this error:<o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>root@aix1/usr/opt/perl5/mods/libssh2-0.18--&gt;</span><o:p></o:p></p>


<p><span style='font-size:9.0pt;color:#365F91'>#make</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>Making all in \
src</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 make&nbsp; all-am</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                
/bin/sh ../libtool --tag=CC --mode=link cc -qlanglvl=extc89&nbsp; -g
-I/usr/local/ssl/include&nbsp;&nbsp; -L/usr/local/ssl/lib -lcrypto -o <a
href="http://libssh2.la" target="_blank">libssh2.la</a> -rpath /usr/local/lib
-version-info 1:0:0 -no-undefined&nbsp; channel.lo comp.lo crypt.lo hostkey.lo
kex.lo&nbsp; mac.lo misc.lo packet.lo publickey.lo scp.lo session.lo&nbsp;
sftp.lo userauth.lo pem.lo transport.lo&nbsp;&nbsp; openssl.lo&nbsp; \
</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>rm -fr&nbsp; \
.libs/libssh2.exp</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>generating symbol list for `<a
href="http://libssh2.la" target="_blank">libssh2.la</a>'</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>/usr/bin/nm -B -BCpg&nbsp;
.libs/channel.o .libs/comp.o .libs/crypt.o .libs/hostkey.o .libs/kex.o
.libs/mac.o .libs/misc.o .libs/packet.o .libs/publickey.o .libs/scp.o
.libs/session.o .libs/sftp.o .libs/userauth.o .libs/pem.o .libs/transport.o
.libs/openssl.o&nbsp; | awk '{ if ((($2 == &quot;T&quot;) || ($2 ==
&quot;D&quot;) || ($2 == &quot;B&quot;)) &amp;&amp; (substr($3,1,1) !=
&quot;.&quot;)) { print $3 } }' | sort -u &gt; \
.libs/libssh2.exp</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>cc -qlanglvl=extc89 -Wl,-bM:SRE
-o .libs/libssh2.so.1&nbsp; .libs/channel.o .libs/comp.o .libs/crypt.o
.libs/hostkey.o .libs/kex.o .libs/mac.o .libs/misc.o .libs/packet.o
.libs/publickey.o .libs/scp.o .libs/session.o .libs/sftp.o .libs/userauth.o
.libs/pem.o .libs/transport.o .libs/openssl.o&nbsp; -L/usr/local/ssl/lib
-lcrypto -lc -Wl,-bnoentry&nbsp; -qlanglvl=extc89 -Wl,-bE:.libs/libssh2.exp
${wl}-bernotok</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .RAND_bytes</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_CTX_new</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_new</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_rand</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_mod_exp</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_num_bits</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_bn2bin</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .MD5_Init</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .MD5_Update</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .MD5_Final</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .SHA1_Init</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .SHA1_Update</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .SHA1_Final</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_bin2bn</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_clear_free</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_CTX_free</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .RSA_new</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_get_cipherbyname</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .OpenSSL_add_all_ciphers</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .PEM_read_RSAPrivateKey</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .SHA1</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .RSA_verify</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .RSA_size</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .RSA_sign</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .DSA_new</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .PEM_read_DSAPrivateKey</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .DSA_do_verify</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .DSA_do_sign</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .DSA_SIG_free</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_CIPHER_CTX_init</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_CipherInit</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_Cipher</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .RSA_free</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .DSA_free</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_CIPHER_CTX_cleanup</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: EVP_des_ede3_cbc</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: EVP_cast5_cbc</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: EVP_rc4</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: EVP_bf_cbc</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: EVP_aes_256_cbc</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: EVP_aes_192_cbc</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: EVP_aes_128_cbc</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_ripemd160</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .HMAC_Init</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .HMAC_Update</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .HMAC_Final</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .HMAC_CTX_cleanup</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_sha1</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .EVP_md5</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-317 ERROR: Undefined
symbol: .BN_set_word</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>ld: 0711-345 Use the -bloadmap
or -bnoquiet option to obtain more information.</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>make: 1254-004 The error code
from the last command is 8.</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>Stop.</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>make: 1254-004 The error code
from the last command is 2.</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>Stop.</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>make: 1254-004 The error code
from the last command is 1.</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>&nbsp;</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>Stop.</span><o:p></o:p></p>

<p><span style='font-size:9.0pt;color:#365F91'>root@
aix1/usr/opt/perl5/mods/libssh2-0.18--&gt;</span><o:p></o:p></p>

<p>&nbsp;<o:p></o:p></p>

<p><span style='font-size:10.0pt'>David M. Funk<br>
President/CEO<br>
&nbsp;<br>
Tivoli Certified Enterprise Consultant<br>
<i>Specializing in Network and Systems Management Solutions</i></span><o:p></o:p></p>

<p>&nbsp;<o:p></o:p></p>

<p><span style='font-size:10.0pt'>Trinity
Solutions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
604 Cassandra Dr.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
Cranberry Twp., PA 16066<br>
&nbsp;<br>
Phone:
724-316-0721&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 <br>
Fax:&nbsp;&nbsp;&nbsp;&nbsp; 724-772-7889 <br>
email: <a href="mailto:mfunk@trinitysol.net" \
target="_blank">mfunk@trinityITsolutions.com</a><br> www:&nbsp;&nbsp; <a \
href="http://www.trinityITsolutions.com" \
target="_blank">http://www.trinityITsolutions.com</a></span><o:p></o:p></p>

<p>&nbsp;<o:p></o:p></p>

</div>

</div>

<p class=MsoNormal style='margin-bottom:12.0pt'><br>
------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can't happen without you. &nbsp;Join us at MIX09 to help<br>
pave the way to the Next Web now. Learn more and register at<br>
<a
href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/"
target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</a><br>
 _______________________________________________<br>
libssh2-devel mailing list<br>
<a href="mailto:libssh2-devel@lists.sourceforge.net">libssh2-devel@lists.sourceforge.net</a><br>
 <a href="https://lists.sourceforge.net/lists/listinfo/libssh2-devel"
target="_blank">https://lists.sourceforge.net/lists/listinfo/libssh2-devel</a><o:p></o:p></p>


</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic