On Tue, Sep 18, 2018 at 8:43 AM Yann Ylavic <ylavic....@gmail.com> wrote:
>
> Hi,
>
> On Mon, Sep 17, 2018 at 11:12 PM Matthew Goebel <mgoe...@emich.edu> 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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to