Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
Expand all | Collapse all

Error compiling lzop

  • 1.  Error compiling lzop

    Posted Wed March 28, 2018 08:16 PM

    Originally posted by: worrad


    I am having issues compiling a newer version of lzop.  I am running AIX 7.2 and currently have the following installed in respect to lzo and lzop

    lzo-2.10-1.ppc
    lzop-1.03-1.ppc

     

    lzop 1.03 does not work with lzo 2.10 so i thought i would compile the latest lzop 1.04.  lzop depends on lzo  when compiling i get the following error

     

    checking lzo/lzoconf.h usability... no
    checking lzo/lzoconf.h presence... no
    checking for lzo/lzoconf.h... no
    checking lzo/lzo1x.h usability... no
    checking lzo/lzo1x.h presence... no
    checking for lzo/lzo1x.h... no
    checking lzoconf.h usability... no
    checking lzoconf.h presence... no
    checking for lzoconf.h... no
    checking lzo1x.h usability... no
    checking lzo1x.h presence... no
    checking for lzo1x.h... no
    configure: error: LZO header files not found. Please check your installation or set the environment variable `CPPFLAGS'.

     

     

    i searched the system and there are no lzo*.h files anywhere so i am not sure on what to set the CPPFLAGS to.

    Any assistance you be appreciated

     

    Cheers

     

    Mark

     


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: Error compiling lzop

    Posted Fri March 30, 2018 05:58 AM

    Originally posted by: sangameshm


    Hi Mark,

    Please install the corresponding lzo-devel-2.10-1 packages which should provide you the required header files.

    Thanks,
    Sangamesh


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 3.  Re: Error compiling lzop

    Posted Mon April 02, 2018 09:06 PM

    Originally posted by: worrad


    Hi Sanhamesh

     

    By installing the corresponding lzo-devel-2.10-1 package I can now compile the program. Thankyou

     

    Cheers

     

    Mark


    #AIX-Open-Source-Software
    #AIXOpenSource