AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  php5.3.8 installation issue on AIX 6.1

    Posted Mon September 05, 2011 07:48 AM

    Originally posted by: pramodjadhav


    i am installing php-5.3.8 on AIX 6.1. i have installed gcc-4.4.6-1.aix6.1.ppc.rpm. and i am able to do ./configure, used below configure parameters but while doing make facing below error

    ./configure --prefix=/export/opt/quikremit/php-5.3.8

    tmp//ccrtNIBI.s: line 265393: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    /tmp//ccrtNIBI.s: line 265395: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    /tmp//ccrtNIBI.s: line 265397: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    /tmp//ccrtNIBI.s: line 265399: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    /tmp//ccrtNIBI.s: line 265401: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    /tmp//ccrtNIBI.s: line 265414: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    /tmp//ccrtNIBI.s: line 265427: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    make: 1254-004 The error code from the last command is 1.
    Stop.
    bash-3.2# oslevel -r
    6100-00
    bash-3.2#
    #AIX-Forum


  • 2.  Re: php5.3.8 installation issue on AIX 6.1

    Posted Tue September 06, 2011 05:21 AM

    Originally posted by: pramodjadhav


    with reference to this link https://www-304.ibm.com/support/docview.wss?uid=swg1IZ97864. i installed IBM XL C/C++ for AIX, V10.1 Runtime Environment. which states that it covers above bug but still facing same issue. it will be gr8 help if someone knows solution.
    #AIX-Forum


  • 3.  Re: php5.3.8 installation issue on AIX 6.1

    Posted Tue September 06, 2011 09:01 PM

    Originally posted by: Kosala


    You might need to install "make" if you haven't and make sure "cc" linked to gcc.
    #AIX-Forum


  • 4.  Re: php5.3.8 installation issue on AIX 6.1

    Posted Thu September 08, 2011 08:32 AM

    Originally posted by: pramodjadhav


    thnx for the reply

    i think make is installed on my system, below is the output

    bash-3.2# find / -name make
    /opt/oracle10gr2/oracle/OraHome_1/inventory/make
    /usr/bin/make
    /usr/ccs/bin/make
    sorry but i didn't get meaning of "cc" linked to gcc. pls tel me how to link it.
    #AIX-Forum


  • 5.  Re: php5.3.8 installation issue on AIX 6.1

    Posted Fri September 09, 2011 12:11 AM

    Originally posted by: pramodjadhav


    i am still getting error while doing make as below. i have changed system time zone but its not worked.

    /export/opt/quikremit/php-5.3.8/ext/date/lib/parse_tz.c:457: warning: visibility attribute not supported in this configuration; ignored
    Assembler:
    /tmp//cc3FY0zh.s: line 1541: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    make: 1254-004 The error code from the last command is 1.

    pls let me know if some one having any idea.
    #AIX-Forum