PDA

View Full Version : Compiling DRG2SBG under osx 10.4




j.wolken
Jul 28, 2008, 12:53 PM
Hello everybody!
I ask you this question after long tries and efforts, but I'm damn too n00b to make it by myself.
I'm trying to install this Drg2Sbg app http://code.google.com/p/drg2sbg/ on my osx 10.4
but when I configure, I keep getting an annoying:
checking for BIO_new in -lssl... no
configure: error: lib ssl not found

Obviously I've installed XCode and the openssl latest package.
So please, help!! :o



j.wolken
Jul 30, 2008, 05:17 PM
anybody?
any suggestion would really help, I got in contact with the author of the software, but he couldn't understand either...
Isn't a way to define the ssl lib path in the include invocation?

thankyou!

yeroen
Jul 30, 2008, 07:05 PM
I tried this out of curiosity and I got the same error message you did.

If you type in

./configure --help

It gives you a list of environment variables and configure flags that might help.

One of the things that's long been on my TO-DO list is to learn the GNU build system better.

j.wolken
Aug 2, 2008, 12:22 PM
Problem solved!!
BIO_new()
belongs to libcrypto and not to libssl..

The source code has been modified to solve the problem, if you're interested check here: http://code.google.com/p/drg2sbg/source/detail?r=6

Thanks, bye bye :D