Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - tcl-tls error: (7 Items)
   
tcl-tls error  
Hi all, i´m newbie in QNX and i want too learn it.

My objective is to learn to develop on QNX micro-kernel (i´m an university student).

I´ve tried to compile amsn,during the compilation the report was:

===> Building for tcl-tls-1.5.0nb1
rm -f libtls150.so
ld -Bshareable -x -R /usr/pkg/lib -o libtls150.so tls.o tlsIO.o tlsBIO.o  tlsX50
9.o fixstrtod.o  -L/usr/pkg/lib -ltclstub84 -L/usr/lib -lssl -L/usr/lib -lcrypto

/usr/qnx641/host/qnx6/x86/usr/bin/ld: cannot find -lssl
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls/work/tls1.5
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/chat/amsn


How to fix this?

i use qnx 6.4.1, i´ve done the bootstrap.

Thanks to all in advance
Re: tcl-tls error  
Looks like SSL isn't installed.   You could do this yourself but you might be better off taking a look at pkgsrc.

http://community.qnx.com/sf/projects/pkgsrc/
Re: tcl-tls error  
to install amsn  i had previously installed pkgsrc, i had done ./bootstrap and than i´ve done:

cd pkgsrc/chat/amsn

bmake install


it has compiled some source as: tcl8.4 and other but stopped on tcl-tls 

now i re-try to do bmake install in tcl-tsl
Re: tcl-tls error  
where can i find ssl in pkgsrc, i don´t find the ssl  directory.  What´s the exact name in pkgsrc? so i try to make it
 
Re: tcl-tls error  
i´ve installed openssl, but in tcl-tls when i run bmake install, the error is:

===> Building for tcl-tls-1.5.0nb1
rm -f libtls150.so
ld -Bshareable -x -R /usr/pkg/lib -o libtls150.so tls.o tlsIO.o tlsBIO.o  tlsX50
9.o fixstrtod.o  -L/usr/pkg/lib -ltclstub84 -L/usr/lib -lssl -L/usr/lib -lcrypto

/usr/qnx641/host/qnx6/x86/usr/bin/ld: cannot find -lssl
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls/work/tls1.5
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls


Re: tcl-tls error  
First check to see if there is a /usr/lib/libssl.so.   If not, you have three choices.    

1) Copy it there from where ever it currently is.
2) Create a soft link
3) Modify the tcl-tls install so that it looks where the library actually is.   Typically this is a parameter to ./
configure.
Re: tcl-tls error  
libssl.so is in /usr/lib/ :(

I´ve tried to edit somethings i the configure file but the error is ever:

===> Building for tcl-tls-1.5.0nb1
rm -f libtls150.so
ld -Bshareable -x -R /usr/pkg/lib -o libtls150.so tls.o tlsIO.o tlsBIO.o  tlsX50
9.o fixstrtod.o  -L/usr/pkg/lib -ltclstub84 -L/usr/lib -lssl -L/usr/lib -lcrypto

/usr/qnx641/host/qnx6/x86/usr/bin/ld: cannot find -lssl
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls/work/tls1.5
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls
*** Error code 1

Stop.
bmake: stopped in /HEAD_641/pkgsrc/security/tcl-tls