Recent

Author Topic: indy ubuntu 13.10  (Read 5905 times)

zamu91

  • Newbie
  • Posts: 5
indy ubuntu 13.10
« on: January 14, 2014, 11:37:03 am »
Hi to everyone,
I installed the last lazarus build with the last snapshot of indy


It's seem good everything but when i try to use ssl connection with the pop3 component i have the message "i can't load ssl library"

i searched in the web the error and i found some topic like this http://forum.lazarus.freepascal.org/index.php?topic=10401.0

I check my usr/lib and i copy the .so file from /lib/i386-linux-gnu but nothing change

I made some mistake? Are there other thins to do with the so enviroment?

Thanks a lot to everyone




exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: indy ubuntu 13.10
« Reply #1 on: January 14, 2014, 11:40:24 am »
Install open_ssl (apt-get).

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: indy ubuntu 13.10
« Reply #2 on: January 14, 2014, 11:43:05 am »
Also, if you want: apt-get install libssl-dev

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: indy ubuntu 13.10
« Reply #3 on: January 14, 2014, 11:45:12 am »

zamu91

  • Newbie
  • Posts: 5
Re: indy ubuntu 13.10
« Reply #4 on: January 14, 2014, 12:09:26 pm »
thanks a lot for the quick reply!

I have already install openssl library by apt-get and i find it in the path /lib/i386-linux-gnu

zamu91

  • Newbie
  • Posts: 5
Re: indy ubuntu 13.10
« Reply #5 on: January 14, 2014, 01:37:07 pm »
Ok i test the same project in another computer with fedora 20 and everything seem's to work

Maybe ubuntu save the library in an invalid path for the indy, Is it possible?

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: indy ubuntu 13.10
« Reply #6 on: January 14, 2014, 01:50:45 pm »
Or wrong version of ssl? I don't know, sorry...
Try: http://synapse.ararat.cz/doku.php
excellent lib, I use always.

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: indy ubuntu 13.10
« Reply #7 on: January 14, 2014, 02:42:36 pm »
AFAIR, on Ubuntu you need to install the -dev version as well... Could be wrong though.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

vfclists

  • Hero Member
  • *****
  • Posts: 1147
    • HowTos Considered Harmful?
Re: indy ubuntu 13.10
« Reply #8 on: January 25, 2014, 10:08:20 pm »
A good way of checking your executable's dependencies is to use the ldd command. The output can be passed to the apt-file search to locate the packages that contain them.

There is an example here: http://unix.stackexchange.com/questions/101824/is-there-a-way-to-determine-what-packages-or-libraries-should-be-loaded-to-suppo
« Last Edit: January 25, 2014, 10:16:17 pm by vfclists »
Lazarus 3.0/FPC 3.2.2

zamu91

  • Newbie
  • Posts: 5
Re: indy ubuntu 13.10
« Reply #9 on: February 10, 2014, 08:46:40 am »
Thansk! I was missed the last reply

the Idd command is very powerfull! I think i'll use it very oft

I tryed the synapse library but in Ubuntu i have the same error with the ssl library, i think i have some problem in my Ubuntu installation, i'll retry with the next LTS

Tanks again to everyone!

 

TinyPortal © 2005-2018