installing php with curl on solaris 8 problem

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

    installing php with curl on solaris 8 problem

    Hi

    i want to install php (4.1.2 4.2.1 4.3.1 whatever) on solaris 8
    i gave up instaling curl 7.9 so i managed to install curl 7.8.1 from
    sunfreeware and then tried to install php ,i had to install a couple of
    packages like gd ,gdbm and etc and then i could pass the configure phase!
    but during make i got this error:

    curl.c: In function `zm_startup_cur l`:
    curl.c:176: `CURLPOT_COOKIR JAR` undeclared (first use in this function)

    <and a few similar errors>


    on google i found a posting which said my curl version is low but i already
    have this version of curl and php running on linux ....any idea???


    --
    if you are gonna sing and play a banjo why dont you learn to tune it--Hank
    The Cowdog
  • Jochen Daum

    #2
    Re: installing php with curl on solaris 8 problem

    Hi Alex!
    On Mon, 07 Jul 2003 08:20:14 +0000, Alex <ali53@softhome .net> wrote:
    [color=blue]
    >Hi
    >
    >i want to install php (4.1.2 4.2.1 4.3.1 whatever) on solaris 8
    >i gave up instaling curl 7.9 so i managed to install curl 7.8.1 from
    >sunfreeware and then tried to install php ,i had to install a couple of
    >packages like gd ,gdbm and etc and then i could pass the configure phase!
    >but during make i got this error:
    >
    >curl.c: In function `zm_startup_cur l`:
    >curl.c:176: `CURLPOT_COOKIR JAR` undeclared (first use in this function)[/color]

    This actually looks like a typo.[color=blue]
    >
    ><and a few similar errors>
    >
    >
    >on google i found a posting which said my curl version is low but i already
    >have this version of curl and php running on linux ....any idea???[/color]

    It depends a bit, which version you try to install. I needed 10.5.1 to
    compile 4.3.2 just one week ago. Which one are you compiling? Maybe
    you should

    make clean

    and configure again.


    HTH, Jochen

    --
    Jochen Daum - CANS Ltd.
    PHP DB Edit Toolkit -- PHP scripts for building
    database editing interfaces.
    Download PHP DB Edit Toolkit for free. PHP DB Edit Toolkit is a set of PHP classes makes the generation of database edit interfaces easier and faster. The main class builds tabular and form views based on a data dictionary and takes over handling of insert/update/delete and user input.

    Comment

    Working...