PHP install core dump "make install" PEAR on solaris 9

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • inetquestion

    PHP install core dump "make install" PEAR on solaris 9

    php has been configured with the following two configure lines and
    core's during "make install" on the PEAR section. Is there something
    simple i'm missing? Any help would be appreciated.

    Environment:

    Solaris 9
    php 5.2.1
    GNU Make 3.81
    gcc 4.1.1




    ../configure --prefix=/opt/foo/php5 --enable-force-cgi-redirect --
    enable-discard-path --enable-fastcgi --with-curl=/opt/foo --enable-
    sockets --with-zlib=/opt/foo --with-libxml-dir=/opt/foo --with-
    openssl=/opt/foo --with-nsapi=/opt/foo/sunone/current --enable-ftp --
    with-ldap=/opt/foo/openldap --with-snmp=/opt/foo/net-snmp --enable-
    soap --with-xsl=/opt/foo --enable-libgcc --with-mysql=/opt/foo/mysql --
    with-pear

    ../configure --prefix=/opt/foo/php5 --enable-force-cgi-redirect --
    enable-discard-path --enable-fastcgi --with-curl=/opt/foo --enable-
    sockets --with-zlib=/opt/foo --with-libxml-dir=/opt/foo --with-
    openssl=/opt/foo --with-nsapi=/opt/foo/sunone/current --enable-ftp --
    with-ldap=/opt/foo/openldap --with-snmp=/opt/foo/net-snmp --enable-
    soap --with-xsl=/opt/foo --enable-libgcc --with-mysql=/opt/foo/mysql --
    without-pear


    Build complete.
    (It is safe to ignore warnings about tempnam and tmpnam).

    user@hostname:i nstalls/php-5.2.1:make install
    Installing PHP SAPI module: nsapi
    Installing PHP CLI binary: /opt/foo/php5/bin/
    Installing PHP CLI man page: /opt/foo/php5/man/man1/
    Installing build environment: /opt/foo/php5/lib/php/build/
    Installing header files: /opt/foo/php5/include/php/
    Installing helper programs: /opt/foo/php5/bin/
    program: phpize
    program: php-config
    Installing man pages: /opt/foo/php5/man/man1/
    page: phpize.1
    page: php-config.1
    Installing PEAR environment: /opt/foo/php5/lib/php/
    Segmentation Fault - core dumped
    make[1]: *** [install-pear-installer] Error 139
    make: *** [install-pear] Error 2

  • inetquestion

    #2
    Re: PHP install core dump "make install" PEAR on solaris 9

    sorry, I mis-typed that last post...

    --with-pear (Fails with the errors listed in the previous post)
    --without-pear (works)

    What do I need to do to get --with-pear to succeed?

    Comment

    • Man-wai Chang

      #3
      Re: PHP install core dump "make install" PEAR on solaris 9

      --with-pear (Fails with the errors listed in the previous post)
      What do I need to do to get --with-pear to succeed?
      Install the pear package first, I believe.

      --
      iTech Consulting Co., Ltd.
      Expert of ePOS solutions
      Website: http://www.itech.com.hk (IE only)
      Tel: (852)2325 3883 Fax: (852)2325 8288

      Comment

      • inetquestion

        #4
        Re: PHP install core dump "make install" PEAR on solaris 9

        On Mar 14, 1:52 am, Man-wai Chang <toylet.toy...@ gmail.comwrote:
        --with-pear (Fails with the errors listed in the previous post)
        What do I need to do to get --with-pear to succeed?
        >
        Install the pear package first, I believe.




        Is there a separate source download for PEAR? What I downloaded and
        compile thus far is: http://us3.php.net/distributions/php-5.2.1.tar.gz
        I can't use rpm's or solaris packages because I'm installing all this
        to a non-standard location.

        Comment

        • inetquestion

          #5
          Re: PHP install core dump &quot;make install&quot; PEAR on solaris 9

          Is there a separate source download for PEAR? What I downloaded and
          compile thus far is: http://us3.php.net/distributions/php-5.2.1.tar.gz
          I can't use rpm's or solaris packages because I'm installing all this
          to a non-standard location.

          bump


          Comment

          Working...