Re: Compiling beta2 with openssl on XP Pro

"Tony and Bryn Reina" <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.win32
Message-ID <[email protected]>
> Presumably you need to quote that parameter --- certainly you would need
> to quote a semicolon in a Unix shell.
>
> configure --with-openssl 
> '--with-includes=/usr/local/include;/usr/local/ssl/include' ...
>

configure --with-openssl --with-cassert --with-odbc 
'--with-include=/usr/local/ssl/include;/usr/local/include'
        '--with-libs=/usr/local/ssl/lib;/usr/local/lib'

Still no dice. It sends the switches fine, but still doesn't seem to be 
looking in the second directory.
So zlib is not found since it's in /usr/local/include and /usr/local/lib. 
But if I do:

configure --with-cassert --with-odbc '--with-include=/usr/local/include'
        '--with-libs=/usr/local/lib'

everything is fine for the configure script.

Just seems to neglect anything after the first additional directory.

-Tony

p.s. If I move the openssl and zlib to the same directory, the configure 
bombs out on rand_win.c. This is the same problem that I posted last week 
with beta1. Magnus said that the fix was a one-line change in openssl, but 
didn't remember the change. Does anyone else know the fix? Thanks.




---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [email protected] so that your
      message can get through to the mailing list cleanly
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.