Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 10:42:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239109] mysql57-client: mysqlclient.pc is broken on systems without installing openssl from ports
Message-ID:  <bug-239109-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239109

            Bug ID: 239109
           Summary: mysql57-client: mysqlclient.pc is broken on systems
                    without installing openssl from ports
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: lantw44@gmail.com

$ pkg-config --cflags mysqlclient
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'openssl', required by 'mysqlclient', not found

The reason of the error is that /usr/local/libdata/pkgconfig/mysqlclient.pc
includes this line:
Requires.private: openssl

FreeBSD base doesn't provide a openssl.pc file, so attempts to use
mysqlclient.pc always fails if there is no openssl port installed.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239109-7788>