Results 1 to 2 of 2

Thread: Libcrypto troubles

  1. #1
    Join Date
    2013-Jul
    Posts
    1

    Libcrypto troubles

    Hello,

    i try do make file, but when I get command ./configure i have problem with libcrypto.


    Code:
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking for bison... bison -y
    checking for bison... (cached) bison -y
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for flex... flex
    checking for flex... (cached) flex
    checking lex output file root... lex.yy
    checking lex library... -lfl
    checking whether yytext is a pointer... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for ranlib... ranlib
    checking whether gcc and cc understand -c and -o together... yes
    checking for nfc_open in -lnfc... yes
    checking for rl_completion_matches in -lreadline... yes
    checking for DES_set_key_unchecked in -lcrypto... no
    configure: error: libcrypto is required
    I install libcrypto

    Code:
    root@dhcppc2:~/mfterm# locate libcrypto
    /usr/lib/libcrypto++.so.9
    /usr/lib/libcrypto++.so.9.0.0
    /usr/lib/libcryptopp.so.9
    /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
    /usr/share/doc/libcrypto++9
    /usr/share/doc/libcrypto++9/changelog.Debian.gz
    /usr/share/doc/libcrypto++9/copyright
    /var/lib/dpkg/info/libcrypto++9.list
    /var/lib/dpkg/info/libcrypto++9.md5sums
    /var/lib/dpkg/info/libcrypto++9.postinst
    /var/lib/dpkg/info/libcrypto++9.postrm
    /var/lib/dpkg/info/libcrypto++9.shlibs
    I have still this problem. Any ideas for this problem? You are need more information?

  2. #2
    Join Date
    2013-Apr
    Posts
    126
    Try to install the libssl-dev package and see what you get.

Similar Threads

  1. KDE troubles
    By mynameisdeath in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2013-03-30, 19:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •