Thread: "Undefined Reference"

  1. #16
    Registered User crepincdotcom's Avatar
    Join Date
    Oct 2003
    Posts
    94
    adding those two, plus using libcrypto and string.h, i still get the "undefined reference" errors to the two ssl funcs.

    Should I try to reinstall the lib maybe?
    -Jack C
    jack {at} crepinc.com
    http://www.crepinc.com

  2. #17
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    man those two functions and if you have them then you don't need to install them, but if you get
    Code:
    no manual entry for blah blah blah
    Then you would have to reinstall it

  3. #18
    /*enjoy*/
    Join Date
    Apr 2004
    Posts
    159
    ..........................................
    ??????????!!!!!!!!!!!!!!

  4. #19
    Registered User crepincdotcom's Avatar
    Join Date
    Oct 2003
    Posts
    94
    why the ??? 's?
    -Jack C
    jack {at} crepinc.com
    http://www.crepinc.com

  5. #20
    Registered User crepincdotcom's Avatar
    Join Date
    Oct 2003
    Posts
    94
    yep that's it... not installed. Funny though that it was man that told me to use those functions. What should I install? the crypto lib is there...

    Thanks
    -Jack C
    jack {at} crepinc.com
    http://www.crepinc.com

  6. #21
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    I guess Openssl.

  7. #22
    Registered User crepincdotcom's Avatar
    Join Date
    Oct 2003
    Posts
    94
    ok I'll look around, but I just think it's weird that the man pages are there but the funcs aren't...

    THanks
    -Jack C
    jack {at} crepinc.com
    http://www.crepinc.com

  8. #23
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    I had the same problem with the pthread library, had the files but no man pages. Hope you can find the man pages.

  9. #24
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    He has tyhe man pages, but he doesn't have the funtions they describe.

  10. #25
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Doh sorry mis read

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error "undefined reference to"
    By Bargi in forum C++ Programming
    Replies: 2
    Last Post: 09-13-2007, 05:12 AM
  2. "undefined reference" in my Class
    By bumcheekcity in forum C++ Programming
    Replies: 8
    Last Post: 04-08-2007, 01:40 PM
  3. Replies: 5
    Last Post: 06-01-2006, 04:37 PM
  4. Replies: 11
    Last Post: 12-14-2005, 02:09 AM
  5. TAPI "undefined reference"
    By Sebastiani in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 07-16-2002, 08:16 PM