Thread: configuring psqlodbc 08.04.0200 with openssl
Hello,
Red Hat Enterprise Linux Server release 5.3 (Tikanga).
psqlodbc 08.04.0200
I'm trying to 'configure' psqlodbc 08.04.0200 without much success. If I run configure with "--disable-openssl" flag it will complete the configure portion of the install. but if I run ./configure without arguments, it fails with
checking for SSL_read in -lssl... no
configure: error: ssl library not found
There isn't a '--with-opsnssl=/usr/lib/openssl' option. I added it to configure. nothing changes
Do you have a suggestion, please ?
Thank you
Joe
8901 Farrow Road
Columbia, SC 29203
Joseph.Genova@HealthPort.com
www.Healthport.com

CONFIDENTIALITY NOTICE: The information in this e-mail message, and any attachment, is intended for the sole use of the individual and entity to whom it is addressed. This information may be privileged, confidential, and protected from disclosure. If you are not the intended recipient you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it, or its, contents, is strictly prohibited. If you think that you have received this e-mail message in error please e-mail the sender and destroy all copies of this communication and any attachments. Thank you.
This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal
Attachment
"Genova, Joseph" <Joseph.Genova@HealthPort.com> writes: > Red Hat Enterprise Linux Server release 5.3 (Tikanga). > psqlodbc 08.04.0200 > I'm trying to 'configure' psqlodbc 08.04.0200 without much success. If I run configure with "--disable-openssl" flag itwill complete the configure portion of the install. but if I run ./configure without arguments, it fails with > checking for SSL_read in -lssl... no > configure: error: ssl library not found > There isn't a '--with-opsnssl=/usr/lib/openssl' option. I added it to configure. nothing changes > Do you have a suggestion, please ? My suggestion: grab the current Fedora SRPM and see if you can build it on RHEL5. That way you'll have an RPM rather than some loose files, which is a whole lot friendlier to manage on Red Hat-based systems. FWIW, neither the RHEL5 nor the Fedora specfiles do anything special as regards SSL. What they *do* do is blow away the rather obsolete libtool and autoconf stuff included in the psqlodbc package and replace them with current-for-the-distro tools. I suspect your issue above traces to something the old autoconf script did wrong. Or maybe you just forgot to install openssl-devel. regards, tom lane