[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:       "Paul Thomas" <thomaspu () gmail ! com>
Date:       2008-12-17 16:26:40
Message-ID: c52222ba0812170826i52919286n676ba577c8be203b () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Check and see if AIX has any OpenSSL packages that are listed as development
packages. Most *nix distros allow you to install either normal or
development packages. If it was just a normal OpenSSL package, it would
install any needed runtime lib/so files but it wouldn't put *.h files on the
system. Development packages allow you to compile and link, which is likely
whats missing here.

Paul

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

> 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 <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)]

Check and see if AIX has any OpenSSL packages that are listed as development \
packages. Most *nix distros allow you to install either normal or development \
packages. If it was just a normal OpenSSL package, it would install any needed \
runtime lib/so files but it wouldn&#39;t put *.h files on the system. Development \
packages allow you to compile and link, which is likely whats missing here.<br> \
<br>Paul<br><br><div class="gmail_quote">On Wed, Dec 17, 2008 at 11:21 AM, David M. \
Funk <span dir="ltr">&lt;<a \
href="mailto:mfunk@trinitysol.net">mfunk@trinitysol.net</a>&gt;</span> \
wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, \
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Paul,</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thanks for the quick \
reply.&nbsp; I installed OpenSSL before attempting the libssh2 install.&nbsp; It \
installed without a hitch.</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">I did not see any options \
that shows how to install it with headers.&nbsp; How do I do that?</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thanks,</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Mark</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) \
-moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: \
3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> \
Paul Thomas [mailto:<a href="mailto:thomaspu@gmail.com" \
target="_blank">thomaspu@gmail.com</a>] <br> <b>Sent:</b> Wednesday, December 17, \
2008 11:15 AM<br> <b>To:</b> David M. Funk<br>
<b>Cc:</b> <a href="mailto:libssh2-devel@lists.sourceforge.net" \
target="_blank">libssh2-devel@lists.sourceforge.net</a><br> <b>Subject:</b> Re: \
[libssh2] libssh2 install fails on AIX 5.3</span></p>

</div><div><div></div><div class="Wj3C7c">

<p>&nbsp;</p>

<p style="margin-bottom: 12pt;">Looks to me like you are
missing OpenSSL headers. Install OpenSSL with headers would be my suggestion.<br>
<br>
Paul</p>

<div>

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

<div>

<div>

<p>Folks,</p>

<p>&nbsp;</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.</p>

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

<p><span style="font-size: 9pt; color: rgb(54, 95, \
145);">root@aix1/usr/opt/perl5/mods/libssh2-0.18--&gt;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">#make</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">Making all in \
src</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, \
145);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; make&nbsp; all-am</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, \
                145);">&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></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">rm -fr&nbsp; \
.libs/libssh2.exp</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">generating symbol list for \
`<a href="http://libssh2.la" target="_blank">libssh2.la</a>&#39;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">/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 &#39;{ if ((($2 == &quot;T&quot;) || ($2 ==
&quot;D&quot;) || ($2 == &quot;B&quot;)) &amp;&amp; (substr($3,1,1) !=
&quot;.&quot;)) { print $3 } }&#39; | sort -u &gt; .libs/libssh2.exp</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">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></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .RAND_bytes</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_CTX_new</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_new</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_rand</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_mod_exp</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_num_bits</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_bn2bin</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .MD5_Init</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .MD5_Update</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .MD5_Final</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .SHA1_Init</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .SHA1_Update</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .SHA1_Final</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_bin2bn</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_clear_free</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_CTX_free</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .RSA_new</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_get_cipherbyname</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .OpenSSL_add_all_ciphers</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .PEM_read_RSAPrivateKey</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .SHA1</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .RSA_verify</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .RSA_size</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .RSA_sign</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .DSA_new</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .PEM_read_DSAPrivateKey</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .DSA_do_verify</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .DSA_do_sign</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .DSA_SIG_free</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_CIPHER_CTX_init</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_CipherInit</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_Cipher</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .RSA_free</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .DSA_free</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_CIPHER_CTX_cleanup</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: EVP_des_ede3_cbc</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: EVP_cast5_cbc</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: EVP_rc4</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: EVP_bf_cbc</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: EVP_aes_256_cbc</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: EVP_aes_192_cbc</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: EVP_aes_128_cbc</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_ripemd160</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .HMAC_Init</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .HMAC_Update</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .HMAC_Final</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .HMAC_CTX_cleanup</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_sha1</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .EVP_md5</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-317 ERROR: \
                Undefined
symbol: .BN_set_word</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">ld: 0711-345 Use the \
-bloadmap or -bnoquiet option to obtain more information.</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">make: 1254-004 The error \
code from the last command is 8.</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">&nbsp;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">&nbsp;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">Stop.</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">make: 1254-004 The error \
code from the last command is 2.</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">&nbsp;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">&nbsp;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">Stop.</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">make: 1254-004 The error \
code from the last command is 1.</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">&nbsp;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">&nbsp;</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">Stop.</span></p>

<p><span style="font-size: 9pt; color: rgb(54, 95, 145);">root@
aix1/usr/opt/perl5/mods/libssh2-0.18--&gt;</span></p>

<p>&nbsp;</p>

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

<p>&nbsp;</p>

<p><span style="font-size: 10pt;">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></p>

<p>&nbsp;</p>

</div>

</div>

<p style="margin-bottom: 12pt;"><br>
------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can&#39;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" \
target="_blank">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></p>

</div>

<p>&nbsp;</p>

</div></div></div>

</div>


</blockquote></div><br>



------------------------------------------------------------------------------
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