Hi Friends, I am really struk with this issue. Could you help me?
In the makefile generated by the configure scipt, the TLS_LIBS value has been assigned as -lssl.a -lcrypto.a. From which location, the system finds the corresponding libssl.a and libcrypto.a?
Thanks in advance!!! regards, dinesh.
Google is your friend.
For instance,
http://web.singnet.com.sg/~garyttt/Installing%20and%20configuring%20OpenLDAP...
On 5/28/07, Aviator LDap dinesh.openldap@gmail.com wrote:
Hi Friends, I am really struk with this issue. Could you help me?
In the makefile generated by the configure scipt, the TLS_LIBS value has been assigned as -lssl.a -lcrypto.a. From which location, the system finds the corresponding libssl.a and libcrypto.a?
Thanks in advance!!! regards, dinesh.
From whichever path your compiler/linker are configured to use. Often, the
notable defaults include /usr/lib and /lib, and are altered by -L or -R options. You can ask your compiler/linker supplier to tell you how to determine the defaults in effect (e.g. "gcc -print-search-dirs" if you're using gcc).
...of course, it looks odd to me that configure would grab "-lssl.a" ... "-lssl" seems much more likely (even if it is an ar archive).
On Mon, 28 May 2007, Aviator LDap wrote:
Hi Friends, I am really struk with this issue. Could you help me?
In the makefile generated by the configure scipt, the TLS_LIBS value has been assigned as -lssl.a -lcrypto.a. From which location, the system finds the corresponding libssl.a and libcrypto.a?
Thanks in advance!!! regards, dinesh.
Aviator!
The libs files are in you LIBS configuration of Makefile. The another hint is gcc -print-search-dirs, Aaron wrote in another mail.
Cheers!
On 5/28/07, Aaron Richton richton@nbcs.rutgers.edu wrote:
From whichever path your compiler/linker are configured to use. Often,
the notable defaults include /usr/lib and /lib, and are altered by -L or -R options. You can ask your compiler/linker supplier to tell you how to determine the defaults in effect (e.g. "gcc -print-search-dirs" if you're using gcc).
...of course, it looks odd to me that configure would grab "-lssl.a" ... "-lssl" seems much more likely (even if it is an ar archive).
On Mon, 28 May 2007, Aviator LDap wrote:
Hi Friends, I am really struk with this issue. Could you help me?
In the makefile generated by the configure scipt, the TLS_LIBS value has been assigned as -lssl.a -lcrypto.a. From which location, the system
finds
the corresponding libssl.a and libcrypto.a?
Thanks in advance!!! regards, dinesh.
openldap-software@openldap.org