Re: --with-openssl on x64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chris wrote:
Marten Lehmann wrote:
Hello,

openssl is compiled for x86 on my system, so the libs are in /usr/lib64 rather than /usr/lib. But configure only looks in /usr/lib and gives me

configure: error: Cannot find OpenSSL's libraries


Just checked ./configure and it had this option:

--enable and --with options recognized:
--with-libdir=NAME Look for libraries in .../NAME rather than .../lib

not sure if that affects *all* options you want to build or you can tell it just openssl:

--with-openssl=/usr --with-libdir=/usr/lib64

worth a shot ;)


oops that should be:

--with-openssl=/usr --with-libdir=lib64

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux