-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b149
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8286449 | openjdk8u342 | Dongbo He | P4 | Resolved | Fixed | b02 |
If there are no X11 libraries installed on the host, "bash configure" prints a suggestion to install the required libraries:
sudo apt-get install libX11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev
there is a typo, "libX11-dev" must be "libx11-dev".
sudo apt-get install libX11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev
there is a typo, "libX11-dev" must be "libx11-dev".
- backported by
-
JDK-8286449 bash configure output contains a typo in a suggested library name
-
- Resolved
-