[PHP-INST] PHP install with mysql

2002-05-26 Thread Mike Lee
Hi every one, I have installed RedHat 7.2 and now would like to install PHP 4.2.0 with mySQL support. I can not execute such a command: [root@xerius php-4.2.0]# ./configure --with-mysql=/usr/src/mysql/mysql-3.23.49a-pc-linux-gnu-i686/include where /usr/src/mysql/mysql-3.23.49a-pc-linux-gnu-i6

php-install Digest 26 May 2002 07:52:14 -0000 Issue 853

2002-05-26 Thread php-install-digest-help
php-install Digest 26 May 2002 07:52:14 - Issue 853 Topics (messages 7101 through 7105): Re: Using php to parse mail 7101 by: Yasuo Ohgaki PHP with apache 1.3 7102 by: Peter Goggin php gd support ? 7103 by: Erik Re: compiling PHP 4.2 with MySQL support 710

[PHP-INST] WINDOWS98 + APACHE1.3 + PHP4 & POSTGRESQL7.2 + CYGWIN -> Unable to load dll?

2002-05-26 Thread Jowi
Do somebody know how install in this way? WINDOWS98 + APACHE1.3 + PHP4 & POSTAGRESQL7.2 + CYGWIN I installed postgressql7.2 + cygwin with success but I get this message when I enable the extension php_pgsql.dll: 1 PHP Warning: Unable to load dynamic library 'c:\PHP\extensions/p

[PHP-INST] php keeps telling me ..it can't find libgd.a

2002-05-26 Thread Erik
hi, on the example of compiling php with gd support located at http://www.php.net/~rasmus/gd.html so i tried it like that edited the make file first i got compilation errors but i solved that gd is compiled and "libgd.a" is there now i try to rebuild php like this: cd /usr/local/php ./configu

[PHP-INST] 'make install' error: libs/libphp4.so': No such file or directory

2002-05-26 Thread Wouter Westendorp
Hello, I've got a virtual server hosted at tera-byte.com http://www.tera-byte.com/vir.html ]. On this server, the Ensim WEBBpliance package [ http://www.ensim.com/products/webppliance/linux/3_0/index.html ] has been installed running PHP 4.0.6 on Apache 1.3.19 / RedHat 7.1. Now I wanted to upgra

php-install Digest 26 May 2002 20:32:17 -0000 Issue 854

2002-05-26 Thread php-install-digest-help
php-install Digest 26 May 2002 20:32:17 - Issue 854 Topics (messages 7106 through 7108): WINDOWS98 + APACHE1.3 + PHP4 & POSTGRESQL7.2 + CYGWIN -> Unable to load dll? 7106 by: Jowi php keeps telling me ..it can't find libgd.a 7107 by: Erik 'make install' error: libs/libphp4

[PHP-INST] config problems --with-ldap

2002-05-26 Thread Ian Miller
Everything with work fine until I try the --with ldap switch If I try --with-mcrypt with will not work with ldap I am using php 4.2.0 with solaris 8 with latest patches and gcc -3.0.1 and apache 2.0.36 tried php ver 4.2.1 same problem. Ian Miller BSD/IS-BMI Computing Sr. System Engineer Univer

[PHP-INST] Overriding already-loaded GD extension via .htaccess or dl()?

2002-05-26 Thread Andy Chase
Hi all, I've searched the PHP manual, Google, and the list archives for an answer to this and come up empty-handed. Here's my situation: My hosting provider runs PHP 4.1.2 under Apache on Linux. Here are the GD configuration options from php.ini: '--with-gd=/usr/local' '--enable-gd-native-t

Re: [PHP-INST] Overriding already-loaded GD extension via .htaccessor dl()?

2002-05-26 Thread Rasmus Lerdorf
You are stuck. You can not run gd2 on top of a PHP instance that has gd1 compiled in statically. > Is there anyway to override or unload my ISP's GD extension so that I > can use my own, or am I stuck with GD 1.62 without Freetype support? -- PHP Install Mailing List (http://www.php.net/) To u

Re: [PHP-INST] Overriding already-loaded GD extension via .htaccessor dl()?

2002-05-26 Thread Andy Chase
I was afraid of that. Out of curiosity, do you know if it would it be possible to override GD1 if it was compiled as a dynamic module? Thanks, -Andy Rasmus Lerdorf wrote: >You are stuck. You can not run gd2 on top of a PHP instance that has gd1 >compiled in statically. > -- PHP Install M

Re: [PHP-INST] Overriding already-loaded GD extension via .htaccessor dl()?

2002-05-26 Thread Rasmus Lerdorf
Nope, how it is loaded is not relevant. On Sun, 26 May 2002, Andy Chase wrote: > I was afraid of that. Out of curiosity, do you know if it would it be > possible to override GD1 if it was compiled as a dynamic module? > > Thanks, > -Andy > > > Rasmus Lerdorf wrote: > > >You are stuck. You can n

[PHP-INST] PHP v4.1.2 -- ImageFTText Problem

2002-05-26 Thread Paul Hiles
Hello... I get the following warning when I try to use ImageFTText() Warning: imagefttext(): No FreeType 2 support in this PHP build However when I use 'print(phpinfo(INFO_ALL));' I see the following information... <***>PHP Version<***> PHP Version 4.1.2 <***>Configure Command Line<***>

Re: [PHP-INST] PHP v4.1.2 -- ImageFTText Problem

2002-05-26 Thread Rasmus Lerdorf
Imagefttext() requires Freetype2. You have Freetype1. Use ImageTTFText() instead. -Rasmus On Sun, 26 May 2002, Paul Hiles wrote: > Hello... > > I get the following warning when I try to use ImageFTText() > > Warning: imagefttext(): No FreeType 2 support in this PHP build > > However when

SV: [PHP-INST] Overriding already-loaded GD extension via .htaccess or dl()?

2002-05-26 Thread Carsten Gehling
Maybe ImageMagick is installed on the server? You can use that instead, although it only serves a commandline interface. But it's possible. - Carsten > -Oprindelig meddelelse- > Fra: Andy Chase [mailto:[EMAIL PROTECTED]] > Sendt: 26. maj 2002 23:38 > Til: [EMAIL PROTECTED] > Emne: Re: [P