php-install Digest 18 Sep 2002 08:58:34 -0000 Issue 1030
Topics (messages 8492 through 8498):
Re: GD2.0.1
8492 by: David Herring
GIF support in GD version >= 1.8
8493 by: Denis Basta
8495 by: Andreas Graf
8496 by: Denis Basta
Re: Problem configuring php with gd on Red Hat 7
8494 by: David Dawnay
8498 by: David Herring
PHP 4.2.2 and Oracle 9.x
8497 by: Markus Boehmer
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
John,
Did you get gd2.0.1 to work ? Would be very interested in seeing the
output of ldd on the libphp so, e.g:-
/usr/local/apache/libexec/libphp4.so
libdl.so.2 => /lib/libdl.so.2 (0x4018f000)
libpam.so.0 => /lib/libpam.so.0 (0x40193000)
libpng12.so.0 => /usr/local/lib/libpng12.so.0 (0x4019c000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x401d4000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x401f4000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40227000)
libm.so.6 => /lib/libm.so.6 (0x40238000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4025b000)
libc.so.6 => /lib/libc.so.6 (0x40271000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
linux:/home/dave/netfm/latest #
If so can you tell which png library you linked with...I have tried
compiling the latest libpng-1.2.4 and also the older libpng-1.0.14 and
both give segV's when using php function imagecreatefrompng....i.e the
above example is linking with a version of libpng whioch will cause the
segV problem.
The only way I could get this to work was to link with a version of
libpng fund on my suse 8.0 system:-
#ls -l /usr/lib/linpng*
...
lrwxrwxrwx 1 root root 18 Jun 9 19:49 /usr/lib/libpng.so.2 ->
libpng.so.2.1.0.12
-rwxr-xr-x 1 root root 216314 Aug 3 13:17 /usr/lib/libpng.so.2.1.0.12
...
But where can you get this version of libpng if you want to compile on a
machine without libpng installed ?
Again be interested in your feedback,
BTW I also used gd-1.8.4
Dave
Pierre-Alain Joye wrote:
>On Mon, 16 Sep 2002 23:08:30 GMT
>John Coder <[EMAIL PROTECTED]> wrote:
>
>
>
>>Hi all
>>
>>New to this list but only semi new to php. I'm trying to install gd2.0.1
>>with php4.2.3 and am having a hell of a time getting it to find
>>libgd(a|so).
>>During configure it says it can't find it under the gd install directory
>>but when I ls /usr/local/gd it shows I have libgd.so.2.0.0 and
>>libgd.so.2.0.1 I've tried copying the files to diff places and still it
>>can't find it. I assume libgd(a|so) means either a or so since | stands
>>for OR and since I can't find libgd.a.x.x.x. Anyhelp I'm running Suse 8.0
>>and have recompilked apachea1.3.26 gd2.0.1 and stuck on php.4.2.3.
>>
>>
>
>You certainly did not install the development package. php need gd headers.
>
>hth
>
>pa
>
>
>
--- End Message ---
--- Begin Message ---
Hello developers,
Can anyone help me with this problem?
How to compile GD with GIF support?
Best wishes,
Denis Basta.
--- End Message ---
--- Begin Message ---
hi Denis..
you need gd 1.83...
andreas
"Denis Basta" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
005201c25ee4$5a0d7120$0d01000a@Basta">news:005201c25ee4$5a0d7120$0d01000a@Basta...
Hello developers,
Can anyone help me with this problem?
How to compile GD with GIF support?
Best wishes,
Denis Basta.
--- End Message ---
--- Begin Message ---
Thanks!
"Andreas Graf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi Denis..
> you need gd 1.83...
> andreas
> "Denis Basta" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> 005201c25ee4$5a0d7120$0d01000a@Basta">news:005201c25ee4$5a0d7120$0d01000a@Basta...
> Hello developers,
>
> Can anyone help me with this problem?
> How to compile GD with GIF support?
>
> Best wishes,
> Denis Basta.
>
>
>
--- End Message ---
--- Begin Message ---
It worked! Thanks for your help.
--- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Just use
/usr/local
>
> It needs to find the header file as well which is
> obviously not under
> /usr/local/lib
>
> On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay
> wrote:
>
> > I used the following command:
> > ./configure --with-mysql
> > --with-apxs=/usr/local/apache/bin/apxs
> > --with-gd=/usr/local/lib
> > and got the following error:
> > configure: error: Unable to find libgd.(a|so)
> anywhere
> > under /usr/local/lib
> > libgd.a is most definately in this directory, but
> the
> > error is implacable! Can anyone give me any leads
> as
> > to where I might have gone wrong?
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Everything you'll ever need on one web page
> > from News and Sport to Email and Music Charts
> > http://uk.my.yahoo.com
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit:
> http://www.php.net/unsub.php
> >
>
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--- End Message ---
--- Begin Message ---
Hi,
I've had a nightmare getting gd to work with png support.
Could you let me know which png library you used ? i.e
ldd /usr/local/apache/libexec/libphp.so (assuming located there)
And also, can you confirm you used gd-2.0.1 ?
Thanks dave
David Dawnay wrote:
> It worked! Thanks for your help.
>
>
>
>
--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I have a little problem with php and oracle 9.
The OCI support compiles in qithout any problems, but if I try to
compile in the support for the oracle 7 functions ('--with-oracle')
then the
configure always fails.
Is there a trick, to get php and oracle 9 working with the old
oracle functions?
I need them, because else I have to rewrite lots of old programs to use
oci functions.
Greetings
Markus
- --
Markus Boehmer
Datenbankadministration
mailto:[EMAIL PROTECTED]
Schaefer Shop GmbH
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (Darwin)
iD8DBQE9iDhajWKawBsdyHMRAhaCAJ4pKBbzaqg7TISmN9ibWoz8bTXRbwCdHW5q
qmjttXY40arpmGps+iAHRCs=
=XXxI
-----END PGP SIGNATURE-----
--- End Message ---