setting up image support in php 4

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

    setting up image support in php 4

    Hi all,
    Can anybody help me to setup image support for php. I use php 4.3.3 and
    apache 2.0.47 as webserver.

  • Jon Kraft

    #2
    Re: setting up image support in php 4

    kecebong <cebong@plungky .com> wrote:
    [color=blue]
    > Can anybody help me to setup image support for php. I use php 4.3.3 and
    > apache 2.0.47 as webserver.[/color]

    See "Installati on" at:


    HTH;
    JOn

    Comment

    • kecebong

      #3
      Re: setting up image support in php 4

      Jon Kraft wrote:[color=blue]
      > kecebong <cebong@plungky .com> wrote:
      >
      >[color=green]
      >>Can anybody help me to setup image support for php. I use php 4.3.3 and
      >>apache 2.0.47 as webserver.[/color]
      >
      >
      > See "Installati on" at:
      > http://uk.php.net/manual/en/ref.image.php
      >
      > HTH;
      > JOn[/color]
      thanks, but I keep getting this error when I tried to recompile php: >
      /home/kempyang/downloaded/php-4.3.3/main/network.c:1066: undefined
      reference to `SSL_free'[color=blue]
      > main/network.o(.text +0x106b):/home/kempyang/downloaded/php-4.3.3/main/network.c:1062: undefined reference to `SSL_shutdown'
      > main/network.o(.text +0x1204): In function `_php_network_i s_stream_alive' :
      > /home/kempyang/downloaded/php-4.3.3/main/network.c:1165: undefined reference to `SSL_peek'
      > main/network.o(.text +0x121d):/home/kempyang/downloaded/php-4.3.3/main/network.c:1168: undefined reference to `SSL_get_error'[/color]
      I have no idea how to fix it

      Comment

      • Jon Kraft

        #4
        Re: setting up image support in php 4

        kecebong <cebong@plungky .com> wrote:
        [color=blue]
        > Jon Kraft wrote:[color=green]
        >> kecebong <cebong@plungky .com> wrote:
        >>[color=darkred]
        >>>Can anybody help me to setup image support for php. I use php 4.3.3 and
        >>>apache 2.0.47 as webserver.[/color]
        >>
        >> See "Installati on" at:
        >> http://uk.php.net/manual/en/ref.image.php[/color]
        >
        > thanks, but I keep getting this error when I tried to recompile php: >
        > /home/kempyang/downloaded/php-4.3.3/main/network.c:1066: undefined
        > reference to `SSL_free'
        >
        > I have no idea how to fix it[/color]

        Hi,

        This is not a problem with the GD library but with SSL. You try and compile
        PHP --with-openssl and I presume it can't find the OpenSSL libraries.
        If you run Linux try adding the path to the OpenSSL libraries to
        /etc/ld.so.conf and/or run ldconfig.

        JOn

        Comment

        Working...