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