Results 1 to 5 of 5
Hi guys i have mandriva 06
and am trying to install tmnsc and i get this error
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-27-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 3
problems with openssl
Hi guys i have mandriva 06
and am trying to install tmnsc and i get this error
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for openssl... no
configure: error: ssl.h not found in
i have openssl installed
thanks for the help
- 05-27-2006 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 678
Do you have the openssl development libraries installed? The package will be called something like libopenssl-devel.
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 05-29-2006 #3Just Joined!
- Join Date
- May 2006
- Posts
- 3
yep i have that one
openssl-0.9.7g-2mdk
libopenssl0.9.7-0.9.7g-2mdk
- 05-29-2006 #4Just Joined!
- Join Date
- Jun 2004
- Location
- Portugal
- Posts
- 47
No you don't.
Originally Posted by viko
The development libraries usually (not to say always) end up in -devel.
Install the openssl development libraries by doing:
as root.Code:urpmi libopenssl0.9.7-devel
- 05-29-2006 #5Just Joined!
- Join Date
- May 2006
- Posts
- 3
ok thanks i will try


Reply With Quote
