jmstacey said:Did you say yes to everything when it asked if you wanted to rebuild libraries even though they were installed?
If gd and other application sources have been updated you can just run ./build php
Yes, I said yes to everything.
jmstacey said:Did you say yes to everything when it asked if you wanted to rebuild libraries even though they were installed?
If gd and other application sources have been updated you can just run ./build php
Chrysalis said:the mess up is bad configure.php switches, I did email john about this.
the current switches have an incorrect path to gd making the gd you compiling redundant for php and it cannot find it so uses the bundled version.
edit /usr/local/directadmin/customapache/configure.php
remove the 2nd gd line, and set the main line like this.
--with-gd=/usr/local \
so
--with-gd \
--with-gd-dir=/usr/local
is wrong.
also all the paths in there point to /usr/local/lib are wrong, I am still awaiting a reply from john on this.
Chrysalis said:the mess up is bad configure.php switches, I did email john about this.
the current switches have an incorrect path to gd making the gd you compiling redundant for php and it cannot find it so uses the bundled version.
edit /usr/local/directadmin/customapache/configure.php
remove the 2nd gd line, and set the main line like this.
--with-gd=/usr/local \
so
--with-gd \
--with-gd-dir=/usr/local
is wrong.
also all the paths in there point to /usr/local/lib are wrong, I am still awaiting a reply from john on this.
interfasys said:Those GD switches only work if you compile or provide GD yourself.
Donno, but you could correct this:ethanhoo said:Do I need libgif?
ext/standard/html.lo(.text+0x3b): In function `determine_charset':
/usr/local/directadmin/customapache/php-4.3.11/ext/standard/html.c:658: undefined reference to `mbstring_globals'
main/rfc1867.lo(.text+0x1c): In function `php_mb_flush_gpc_variables':
/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:58: undefined reference to `php_mb_encoding_translation'
main/rfc1867.lo(.text+0x34):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:59: undefined reference to `php_mb_gpc_encoding_detector'
main/rfc1867.lo(.text+0xa1):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:61: undefined reference to `php_mb_gpc_encoding_converter'
main/rfc1867.lo(.text+0xa47): In function `substring_conf':
/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:591: undefined reference to `php_mb_encoding_translation'
main/rfc1867.lo(.text+0xa74):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:592: undefined reference to `php_mb_gpc_mbchar_bytes'
main/rfc1867.lo(.text+0xaca): In function `php_ap_getword_conf':
/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:616: undefined reference to `php_mb_encoding_translation'
main/rfc1867.lo(.text+0xc24):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:618: undefined reference to `php_mb_gpc_encoding_detector'
main/rfc1867.lo(.text+0xf4f): In function `rfc1867_post_handler':
/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:835: undefined reference to `php_mb_encoding_translation'
main/rfc1867.lo(.text+0x14e6):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:1055: undefined reference to `php_mb_encoding_translation'
main/rfc1867.lo(.text+0x1542):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:1063: undefined reference to `php_mb_gpc_encoding_detector'
main/rfc1867.lo(.text+0x155d):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:1067: undefined reference to `php_mb_strrchr'
main/rfc1867.lo(.text+0x156e):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:1068: undefined reference to `php_mb_strrchr'
main/rfc1867.lo(.text+0x196f):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:1065: undefined reference to `php_mb_gpc_encoding_converter'
main/rfc1867.lo(.text+0x1bfe):/usr/local/directadmin/customapache/php-4.3.11/main/rfc1867.c:900: undefined reference to `php_mb_encoding_translation'
main/network.lo(.text+0x89b): In function `php_stream_sock_ssl_activate_with_method':
/usr/local/directadmin/customapache/php-4.3.11/main/network.c:789: undefined reference to `php_openssl_apply_verification_policy'
main/network.lo(.text+0x8e9):/usr/local/directadmin/customapache/php-4.3.11/main/network.c:755: undefined reference to `php_SSL_new_from_context'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
*** The make has failed, do you want to try to make again? (y,n): n
ethanhoo said:No, no, no.
It was a typo when I post the message. The file extension is gif. I want to use GIF in the PHP file.
And, no, it doesn't display.