Re: Compiling 2.4.34 on linux against a non system openssl version

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

 



Poking around some more, my problem seems to be that apr-util src I'm putting in srclib of the apache src is ignoring all LDFLAGS and CPFLAGS being passed to apache, and just compiling against the system provided openssl libs?   Is there are seperate list to ask questions about apr-util?

Thanks,
Matt


On Tue, Sep 18, 2018 at 2:51 AM, Yann Ylavic <ylavic.dev@xxxxxxxxx> wrote:
On Tue, Sep 18, 2018 at 8:43 AM Yann Ylavic <ylavic.dev@xxxxxxxxx> wrote:
>
> Hi,
>
> On Mon, Sep 17, 2018 at 11:12 PM Matthew Goebel <mgoebel@xxxxxxxxx> wrote:
> >
> > export LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib"
> > export CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include"
> >
> > ./configure --enable-ssl --with-ssl
>
> Better with --with-ssl=/usr/local ?

Sorry, responded too fast, should be:

export LDFLAGS="-Wl,-rpath,/usr/local/ssl/lib"
./configure --enable-ssl --with-ssl=/usr/local/ssl

or with a single line:
./configure LDFLAGS="-Wl,-rpath,/usr/local/ssl/lib" --enable-ssl
--with-ssl=/usr/local/ssl


Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




--
Matthew Goebel : goebel@xxxxxxxxxxxxxxxx : Unix Jockey @ EMU : Hail Eris
Neo-Student, Net Lurker, Donut consumer, and procrastinating medher...
 "Always with the negative waves, Moriarty" - Oddball
 "Comfort the troubled, and trouble the comfortable." - Dietrich Bonhoeffer


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux