[PHP-INSTALL] Delivery Error (php-install@lists.php.net)

2004-08-29 Thread felix
Mail Delivery Error - This mail contains unicode characters - failed message - 3tzICY_Q!&rw?neV5Z-ä2Oüe:G+)1sJsoSG(Ugm,8FL ücoi3Z&ßY$~(~wMsgB?SbDWoAF&sIhqü4Kß;|f(3<:T:< #;Z5T~>co;5?am>Xz+150Hg4<.ggw9x~RN2;HüJ?TPjq A~u'ö4X3|T7H5*E$)Aaßt)wK Message has been sent as a binary

Re: [PHP-INST] --with-mysql= compile error?

2003-02-20 Thread Felix Natter
ion is likely to be the same. Because of this, we hope you add your comments to the existing bug instead. Thank you for your interest in PHP. Please update your MySQL 3.22 (which isn't supported anymore). If you can't find a good reason for, read MySQL AB Announcement about security and vulnerability in versions < 3.23.54a -- Felix Natter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] --with-mysql= compile error?

2003-02-20 Thread Felix Natter
[EMAIL PROTECTED] (Stephen) writes: > Hr. This lets php compile but apache still breaks with similar errors. > Anyone else having this prob? Yes, I've got this problem, too. Didn't find a solution yet, sorry. -- Felix Natter -- PHP Install Mailing List (http://

[PHP-INST] Re: php 4.3 + bundled gd2 + freetype 2.1.3

2003-02-20 Thread Felix Natter
[EMAIL PROTECTED] (Felix Natter) writes: > hi, > > I get these errors when trying to compile php 4.3.0 with the > included gd and freetype 2.1.3 (I also tried 2.0.2 and 2.1.2): > > /bin/sh libtool --silent --mode=compile gcc -I/root/php-4.3.0/ext/gd/libgd >-DHAVE_LIBP

[PHP-INST] Re: Installation Error in the PHP with Apache

2003-02-19 Thread Felix Natter
[EMAIL PROTECTED] writes: > Hello All, > > When I am installing PHP 4.3 with Apache, it is giving error. Any > sugessions. please post more information, I don't think anyone can help you without some information. -- Felix Natter -- PHP Install Mailing List (http:/

[PHP-INST] Re: Can"t install PHP-4.3.0 on FreeBSD-4.2.

2003-02-18 Thread Felix Natter
libc-dev (or libc-devel) package. If this is not in your libc you probably have to install gettext (ftp://ftp.gnu.org/gnu/gettext) -- Felix Natter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php 4.3 + bundled gd2 + freetype 2.1.3

2003-02-18 Thread Felix Natter
clared (first use in this function) /root/php-4.3.0/ext/gd/libgd/gdft.c:990: `ft_glyph_format_bitmap' undeclared (first use in this function) /root/php-4.3.0/ext/gd/libgd/gdft.c:992: `ft_render_mode_normal' undeclared (first use in this function) /root/php-4.3.0/ext/gd/libgd/gdft.c:1001: `bm' undeclared (first use in this function) /root/php-4.3.0/ext/gd/libgd/gdft.c:1001: parse error before `image' make: *** [ext/gd/libgd/gdft.lo] Error 1 I configured with these options: ./configure --prefix=/usr/ --with-gd --enable-gd-native-ttf --with-apxs=/usr/sbin/apxs --with-freetype-dir=/usr --with-mysql=/usr --with-zlib-dir=/usr/ (I also tried without --enable-gd-native-ttf) thanks, -- Felix Natter -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] error with pow() after upgrade

2002-08-26 Thread Felix
this function or is any module required to be built in to php for this to operate correctly? any ideas? -felix -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] mod_php4: undefined symbol: zm_startup_syslog

2002-06-10 Thread Felix Natter
server: /usr/lib/apache/1.3/libphp4.so: undefined symbol: zm_startup_syslog /usr/sbin/apachectl start: httpd could not be started Ich benutze apache 1.3.x auf Debian GNU/Linux 2.2 (potato): couchpotato:/home/felix# apache -v Server version: Apache/1.3.9 (Unix) Debian/GNU Server built: Apr 29 2000

Re: [PHP-INST] New INSTALL // Apache dies with: undefined symbol: gdImageColorClosestAlpha

2001-08-04 Thread Felix C.Courtemanche
great, that was it... a libgd.a file remaining. :) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Félix C.Courtemanche . [EMAIL PROTECTED] . - Original Message - From: "Jani Taskinen" <[EMAIL PROTECTED]> To: "Felix C.Courtemanche&qu

[PHP-INST] New INSTALL // Apache dies with: undefined symbol: gdImageColorClosestAlpha

2001-08-04 Thread Felix C.Courtemanche
Hello, I have been trying to install PHP4.0.6 with GD2.0.1 support. config line: ./configure --with-config-file-path=/etc/httpd/conf --with-mysql=/usr --with -pgsql --with-mcrypt --with-imap=../imap --with-apxs=/usr/sbin/apxs --with-z lib-dir=/usr --with-gd=/usr --with-png-dir=/usr --with-jpeg-d

Re: [PHP-INST] libphp4.so not found - need urgent help!

2001-03-11 Thread Felix Lee
I finally solved the problem, thanks to the pros in www.nexial.nl The solution is simple, simple change the order of "-l" so that it goes before the "-lpng" when compiling the Apache (near the PHP part). Look for the "-l png . -lgd" and swap them. It does the

[PHP-INST] libphp4.so not found - need urgent help!

2001-03-09 Thread Felix Lee
ges (nearly every pages are PHP-ed), so I guess a static module should improve the overall performance of the web server. Please kindly offer me some possible ways to try...I've found some of you suggest adding the LD_LIBRARY_PATH, well I have tried that with the previous method (APXS) but still