You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Bill Blough (Jira)" <ji...@apache.org> on 2020/09/02 04:53:00 UTC

[jira] [Resolved] (AXIS2C-1638) build.sh fail on Ubuntu 12.04 precise

     [ https://issues.apache.org/jira/browse/AXIS2C-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Blough resolved AXIS2C-1638.
---------------------------------
    Resolution: Fixed

The INSTALL doc lists pkg-config as needed.

Added a check for pkg-config to configure.ac so an appropriate error message will be emitted if pkg-config cannot be found.  This avoids the cryptic syntax error that occurs if PKG_CHECK_MODULES (provided by pkg-config) is not available.

Fixed in 89ea0ed9f6146ecc85d7928f1c0a7110da0bd6c2

> build.sh fail on Ubuntu 12.04 precise
> -------------------------------------
>
>                 Key: AXIS2C-1638
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1638
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux), documentation
>         Environment: Ubuntu 12.04 precise
>            Reporter: Damitha N.M. Kumarage
>            Priority: Major
>             Fix For: 1.7.0
>
>
> As I remember in earlier versions of Ubuntu(at least before Ubuntu 11) I could run build.sh after running
> sudo apt-get install build-essential libtool
> But now I need to run 
> sudo apt-get install build-essential libtool pkg-config
> Otherwise configuration fail. We need to add this fact to installation documentation.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org