php-install Digest 15 Aug 2001 20:22:09 -0000 Issue 415

Topics (messages 3979 through 3983):

GD / LIBPNG / JPEG
        3979 by: hide
        3980 by: Ashley M. Kirchner

php 4.0.6 at cobalt raq2
        3981 by: Ralf Meischner

Re: Problems with cURL
        3982 by: David Eriksson

If phpinfo works why doesnt anything else ?
        3983 by: Pierce Leahy

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]


----------------------------------------------------------------------


Hi all,

Has anyone successfully compiled support for these with php?

I have tried almost everything (incorrectly obviously).

My last configure statement output this:

checking whether to include T1lib support... no
checking for gdImageString16 in -lgd... (cached) yes
checking for gdImagePaletteCopy in -lgd... (cached) yes
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) no
checking for gdImageWBMP in -lgd... (cached) yes
checking for gdImageCreateFromJpeg in -lgd... (cached) no
checking for gdImageCreateFromXpm in -lgd... (cached) yes
checking for gdImageCreateTrueColor in -lgd... (cached) no
checking for gdImageSetTile in -lgd... (cached) yes
checking for gdImageSetBrush in -lgd... (cached) yes
checking for gdImageStringFTEx in -lgd... (cached) no
checking for gdImageColorClosestHWB in -lgd... (cached) yes
checking for gdImageColorResolve in -lgd... (cached) yes
checking for gdImageGifCtx in -lgd... (cached) no

It saw my libpng dir and the jpeg dir, the configure statement did not
fail - but I know if I do make, make install and then compile apache - I
will not get to use the image manipulation functions online.

If anyone has any pointers for successfully compiling these I will be
eternally greatful.

Thanks
Vince





hide wrote:

> checking for gdImageCreateFromPng in -lgd... (cached) no
> checking for gdImageCreateFromJpeg in -lgd... (cached) no
>
> It saw my libpng dir and the jpeg dir, the configure statement did not
> fail - but I know if I do make, make install and then compile apache - I
> will not get to use the image manipulation functions online.

    The above errors points to GD itself not having support for either jpeg,
or png.  When you compiled GD, did you edit your Makefile and specified
-DHAVE_JPEG and -DHAVE_PNG ?  Did you verify that the include paths were
where libjpeg and libpng were?

--
H | "Life is the art of drawing without an eraser." - John Gardner
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  Director of Internet Operations / SysAdmin    .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave, #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.






Please help me!
I installed the OS4-Update from cobalt. After that I had serious problems to
manage.
1. the ftp-server didnt work - i fixed it
2. the mail-server didnt work - i could fix this problem too

3. - and thats my real BIG problem - php wont work
and the following discribes what I did:

./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc
/httpd/conf --with-ftp --with-xml --with-mysql --enable-versioning --enable-
track-var
make
make install

rebooting server (not only restart httpd)

I found the following lines in

1. httpd.conf
LoadModule php4_module        /usr/lib/apache/libphp4.so
AddModule mod_php4.c

2. srm.conf
AddType application/x-httpd-php .php3 .php .php4
AddType application/x-httpd-php3-source .phps

3. error (log-file of apache)
[notice] Apache/1.3.3 Cobalt (Unix)  (Red Hat/Linux) PHP/4.0.6 configured --
resuming normal operations

But it wont work! Please visit http://www.w1a.de/faq/phpinfo.php4 to see
what I mean.

PLEASE HELP ME !!!
Ralf Meischner






Hi!

Are you _really_ sure you only have cURL 7.8 and no other version
installed?

-\- David Eriksson -/-

"An expert in a particular computer language is really an expert
in the work-arounds necessary to use this language to perform
useful work." - Richard B. Johnson

On Mon, 13 Aug 2001, Alberto wrote:

> I have been running Apache+PHP 4.0.x for months, I have recompiled it tons
> of times to add new features like ftp, gd, etc... with no problems, but now
> I'm trying to add cURL support, PHP compiles without problems but when I
> start apache I get that error message:
>
>
>
> Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/libphp4.so into server:
> /usr/local/apache/libexec/libphp4.so: undefined symbol: curl_global_cleanup
> /usr/local/apache/bin/apachectl start: httpd could not be started
>
>
>
> Line 205 is LoadModule php4_module        libexec/libphp4.so
>
>
> My system is Linux 2.4.6 with Apache 1.3.20 and cURL 7.8, everything
> compiled from source.
>
>
> Any ideas?
>
> Thnx
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>





Xitami
WinNt
php 4

I've tried most every combination of servers with php and all I can ever get
to work is the phpinfo and sometimes not even that. I have 2 nt boxes on one
I tried IIS and on the other I've tried apache and Xitami. Nothing works the
way it should.

The "documentation" says to set some dir's in the php ini file, I did that
nothing works. I saw a post from a woman who says to set the dir's to blank,
I did that and phpinfo started working and she doesn't even work for php.

The latest is I just get blank pages

Isn't there some sort of configuration tool that you can run and it'll check
all the setting to make sure they're correct.?? ?





Reply via email to