> This can be verified on Solaris with:
>
> /usr/bin/elfdump -re 'dyn:' path/to/binary_or_library
sorry, this must read: (solaris elfedit in read-only-mode)
/usr/bin/elfedit -re 'dyn:' path/to/binary_or_library
___
Postfix-users mailing list
On Thu, Nov 02, 2023 at 03:56:16AM -0400, Viktor Dukhovni via Postfix-users
wrote:
> On Thu, Nov 02, 2023 at 09:35:47AM +0200, Jaco Lesch via Postfix-users wrote:
>
> > > I would have tried instead:
> > >
> > > PKG_CONFIG_PATH=/usr/openssl/3/lib/64/pkgconfig \
> > > make makefiles dy
On Thu, Nov 02, 2023 at 09:35:47AM +0200, Jaco Lesch via Postfix-users wrote:
> > I would have tried instead:
> >
> > PKG_CONFIG_PATH=/usr/openssl/3/lib/64/pkgconfig \
> > make makefiles dynamicmaps=yes shared=yes \
> > openssl_path="/usr/openssl/3/bin/openssl" \
> >
On 2023/11/01 17:53, Viktor Dukhovni via Postfix-users wrote:
On Wed, Nov 01, 2023 at 12:07:31PM +0200, Jaco Lesch via Postfix-users wrote:
Building an OpenSSL Application
The development files are available in the /usr/openssl/3/sub-directo-
ries. To build an OpenSSL
On Wed, Nov 01, 2023 at 12:07:31PM +0200, Jaco Lesch via Postfix-users wrote:
> Building an OpenSSL Application
> The development files are available in the /usr/openssl/3/sub-directo-
> ries. To build an OpenSSL application, use the following cc command
> line options:
On 2023/10/31 17:30, Viktor Dukhovni via Postfix-users wrote:
On Tue, Oct 31, 2023 at 09:39:36AM -0400, Wietse Venema via Postfix-users wrote:
make makefiles \
CC="/usr/bin/gcc" \
CCARGS="-m64 -DHAS_DB -DNO_NIS -DUSE_TLS -I/usr/openssl/3/include" \
AUXLIBS="-R/usr/
Viktor Dukhovni via Postfix-users:
> My advice by the way is to use dynamic not static linking. The latter
> is not recommended, especially on Solaris. Dynamic linking is much
> more adept at avoiding symbol conflics, and is better "supported" on
> Solaris.
>
> make -f Makefile.init dynamicm
On Tue, Oct 31, 2023 at 09:39:36AM -0400, Wietse Venema via Postfix-users wrote:
> > make makefiles \
> > CC="/usr/bin/gcc" \
> > CCARGS="-m64 -DHAS_DB -DNO_NIS -DUSE_TLS -I/usr/openssl/3/include"
> > \
> > AUXLIBS="-R/usr/openssl/3/lib -L/usr/openssl/3/lib -ldb -lssl
Jaco Lesch via Postfix-users:
> Hello
>
> Has anyone been able to compile Postfix 3.8 on Solaris 11.4 using GCC,
> current "gcc version 12.2.0 (GCC)", with TLS support?
>
> Attempting to compile with the follow settings, with OpenSSL 3.0.8
> (Library: OpenSSL 3.0.8 7 Feb 2023):
> make makefiles