Hi,

I wrote a php script to create a dynamic graph (image/jpeg).  On my
development system the image appears on my website it gives Image/Jpeg
support not compiled.

Below are the config settings:

My system:
Configure Command ^@ './configure' '--prefix=/usr'
                     ^@'--with-config-file-path=/etc' '--disable-debug'
                     ^@'--enable-pic' '--enable-inline-optimization'
                     ^@'--enable-sockets' '--with-apxs=/usr/sbin/apxs'
                     ^@'--disable-static' '--with-exec-dir=/usr/bin'
                     ^@'--with-regex=system' '--with-gd'
                     ^@'--with-jpeg-dir=/usr' '--with-png' '--with-gdbm'
                     ^@'--enable-debugger' '--enable-magic-quotes'
                     ^@'--enable-safe-mode' '--enable-track-vars'
                     ^@'--enable-ftp' '--with-mysql' '--with-xml'
                     ^@'--enable-trans-sid'
                     ^@'--with-readline=/usr/include/readline'

My webserver the info can be got from vvmm.net/phpinfo.php.

They my provider has given --with-jpeg-dir=/usr/lib still the image does
not appear.  Even in the gd section it does not give JPG Support
enabled.  Only give.  Right now I have changed the program to work with
gif.  My question, why not Jpg??

Adrian




-- 
PHP General 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]

Reply via email to