[PHP-INST] how to load modules

2002-04-09 Thread Yao Minfeng
Dear friends, I found that I can't load or add any of the following modules, the Apache tells me that there are no such files and I don't know where they reside. Anyone can tell me? AddModule mod_php.c

[PHP-INST] Is there a version of PHP compatible with Apache 2.0?

2002-04-09 Thread Brian Capouch
Over on the Apache thread, someone figured out today that my problems getting my CGI scripts to run somehow had to do with the fact that I had built and configured PHP (4.1.2). So tonight I downloaded Apache 2.0.35 and PHP 4.2RC2, and found I cannot get past the "SAPI API bugs" part of the build.

[Fwd: [PHP-INST] READ-FIRST: Apache2 Install FAQ [T2002041000BS]]

2002-04-09 Thread Yasuo Ohgaki
Who is responsible for this? I'm getting this for every post to php.net. Fix your mail server filter setting or unsubscribe from list. You can use news.php.net also. If NNTP is filtered by firewall, try http://news.php.net/ -- Yasuo Ohgaki Original Message Subject: [PHP-INST]

[PHP-INST] Re: Error compiling Apache 1.3.24 with PHP 4.1.2

2002-04-09 Thread Yasuo Ohgaki
Jasper Metselaar wrote: > Yasuo, > > Thanks for your reply. I did what you told me to do, but the package I had > to reinstall was exactly the package I already installed earlier today: > > [root@mybox admin]# rpm -qf /lib/libresolv.so.* > glibc-2.1.3-23 > > Unfortunately that did not solve the

[PHP-INST] READ-FIRST: Apache2 Install FAQ

2002-04-09 Thread Yasuo Ohgaki
Guys, Search archives for _obvious_ FAQ or read documents came with. It saves both our and your time. Anyway, here goes again. FACT: 1) Apache 2.0.35 does not work with PHP 4.2.0RC3 or less 2) Apache2 is GA release (it means almost stable I guess), but PHP's Apache2 support is EXPERIMENTAL.

[PHP-INST] Re: pgsql.so

2002-04-09 Thread Yasuo Ohgaki
Rob Dege wrote: > I have to compile & install php-4.0.6 src on a machine. I can configure & > compile everything necessary, but when php looks for the pgsql.so library, > it can't be found & exits abnormally. Upon further investigation, I > discovered that this file was never compiled when I ran

php-install Digest 10 Apr 2002 01:41:30 -0000 Issue 784

2002-04-09 Thread php-install-digest-help
php-install Digest 10 Apr 2002 01:41:30 - Issue 784 Topics (messages 6593 through 6609): cannot find the module php4apache.dll 6593 by: Yeung Ming Re: Error compiling Apache 1.3.24 with PHP 4.1.2 6594 by: Yasuo Ohgaki 6595 by: Yasuo Ohgaki 6600 by: Jasper Me

[PHP-INST] php install problem

2002-04-09 Thread Yao Minfeng
Dear friends, I'm running RedHat 7.2, Apache 1.3.24 and PHP4. However, after I follow each instruction in the INSTALL file, the Apache server still can't recognize the .php file, ( .html files are OK). The compiling process is all right except I can't: LoadModule php4_module libexec/libph

Re: [PHP-INST] GD 2 after GD 1.8? What the hell?

2002-04-09 Thread Info
Alright, if you mean the config.cache file in the install directory of GDlib2, it should be deleted. I go into php,apache and gd install dir's and rm -f -R * (with an extra rm -f -R .* in the php install dir) then re-untar them (cool word) just to make sure. dave - Original Message - Fro

Re: [PHP-INST] GD 2 after GD 1.8? What the hell?

2002-04-09 Thread Rasmus Lerdorf
make sure you: rm config.cache On Tue, 9 Apr 2002, phpman wrote: > Does anybody know the "trick" to upgrading GD lib from 1.8 to 2b and having > PHP recognize the upgrade and using it on the install. I tried everything I > could find on it, I'm > beginning to think I'm the only person who has a

[PHP-INST] GD 2 after GD 1.8? What the hell?

2002-04-09 Thread phpman
Does anybody know the "trick" to upgrading GD lib from 1.8 to 2b and having PHP recognize the upgrade and using it on the install. I tried everything I could find on it, I'm beginning to think I'm the only person who has a hard time installing gd lib 2. HELP!! -dave ps -

[PHP-INST] Problem found

2002-04-09 Thread CTC
I have problems to run the code of PHP in the server, it's based on Windows 2000 Professional Version, i'am using Foxserv Beta 3, the computer is Pentium II, RAM 64 MB, HD 4 GB.

[PHP-INST] apache 2 install problems?

2002-04-09 Thread Andy Smith
Hello, Please could someone let me know if it is possible to install php with apache 2, either as DSO or statically compiled? I have searched google but not come up with anything conclusive. Statically just does not get anywhere, so I've tried using apxs2. Here's the configure line for php 4.1.

[PHP-INST] Just displaying normal text

2002-04-09 Thread Irby
Hi When I completed my my first.php with the following code inside the file: 1: To view it. You fire up a browser and then type: http://localhost/first.php However it displays this: 1: Regards, E-Mail: [EMAIL PROTECTED]

[PHP-INST] Apache 2.0.35 and PHP 4.1.2

2002-04-09 Thread Richard Pyne
I have sucessfully built PHP for Apache 2 using ./configure --prefix=/usr/local/php4.1.2 \--with-axps2=/usr/local/apache2/bin/apxs --with-psql --with-mysql Apache was built with ./configure --enable-ssl --with-ssl=/usr/local/openssl --enable-info \ --enable-so --enable-usertrack --prefix=

RE: [PHP-INST] Re: Error compiling Apache 1.3.24 with PHP 4.1.2

2002-04-09 Thread Hunter, Ray
Instead of using the rpms you might want to build the packages from scratch and see if that works. I have greater success with build the packages I need then using the rpms. Plus, you can configure them for your system... RAY HUNTER Firmware Engineer ENTERASYS NETWORKS -Original Messag

[PHP-INST] Re: Error compiling Apache 1.3.24 with PHP 4.1.2

2002-04-09 Thread Jasper Metselaar
Yasuo, Thanks for your reply. I did what you told me to do, but the package I had to reinstall was exactly the package I already installed earlier today: [root@mybox admin]# rpm -qf /lib/libresolv.so.* glibc-2.1.3-23 Unfortunately that did not solve the problem. Any other suggestions? Thanks!

[PHP-INST] includes

2002-04-09 Thread Robert Abbate
I have a directory with php files that I incorporate into my website as libraries via a php_include() call, I would like the path to include my library directory so I can include the library files from any directory. There is no way to overload php's include path on a user by user basis? Thanks

[PHP-INST] FreeBSD4.5/Apache2.0.35/php4.1.2 install problem

2002-04-09 Thread Jaco van Tonder
Hi All, I am using FreeBSD 4.5 Release, Apache 2.0.35, and php 4.1.2. Is there any way to make php work with Apache 2.0.35 without using apxs? If so, can anyone please post a message here describing how it works? I tried the following: /tmp/apache_2.0.35> ./configure --prefix=/www /tmp/apache_2

[PHP-INST] pgsql.so

2002-04-09 Thread Rob Dege
I have to compile & install php-4.0.6 src on a machine. I can configure & compile everything necessary, but when php looks for the pgsql.so library, it can't be found & exits abnormally. Upon further investigation, I discovered that this file was never compiled when I ran 'make'. I included --

[PHP-INST] Re: Error compiling Apache 1.3.24 with PHP 4.1.2

2002-04-09 Thread Yasuo Ohgaki
Sorry Jasper, I'm replying to wrong one. It seems you have problem with resolver lib. As someone already mentioned. rpm -qf /lib/libresolve.so.* to find out package name. The reinstall both resolver rpm and it's devel rpm (if any) Then your problem should be fixed. -- Yasuo Ohgaki Jasper M

[PHP-INST] Re: Error compiling Apache 1.3.24 with PHP 4.1.2

2002-04-09 Thread Yasuo Ohgaki
Hi Jasper, Search archive :) I've answered enough to say that, I think. -- Yasuo Ohgaki Jasper Metselaar wrote: > Hello, > > I am trying to compile Apache 1.3.24 with PHP 4.1.2, but when > compiling I get the following errors: > > modules/php4/libphp4.a(dns.o): In function `zif_checkdnsrr'

[PHP-INST] cannot find the module php4apache.dll

2002-04-09 Thread Yeung Ming
my system is as follow: win2k php4 apache2 I can run apache2 without php smoothly. After I installed php manually, I follow the instructions in install.txt and restart my server, However, the following error occurs: Syntax error on line 181 of D:/Program Files/Apache2/conf/httpd.conf: Cannot loa

php-install Digest 9 Apr 2002 13:30:34 -0000 Issue 783

2002-04-09 Thread php-install-digest-help
php-install Digest 9 Apr 2002 13:30:34 - Issue 783 Topics (messages 6584 through 6592): Re: Problems with the ./configure command 6584 by: Julie Meloni Re: php-4.2.0RC2 compile and install problems 6585 by: Charles Aulds 6586 by: Yasuo Ohgaki Image in HTML Message

[PHP-INST] Re: configure problems with Apache 2

2002-04-09 Thread F.Lanza
?ln wrote: > Hi! > I didn't find answers on this quiestion in archive. > I want to configure php-4.1.2 with apache-2.0.35. > ./configure --with-mysql --with-apache=../httpd-2.0.35 --enable-ftp > and it crushes. > configure: error: Invalid Apache directory - unable to find httpd.h under >

[PHP-INST] problem with 4.1.2 and jpgraph

2002-04-09 Thread James P. Stratton
Hi, I am trying to get jpgraph to work with php 4.1.2 on solaris8. The compile looks like it works and php is running, but I am unable to run the jpgraph tests. Does anyone have a configuration for solaris8 that works with jpgraph? Thanks! jim stratton -- PHP Install Mailing List (http://ww

[PHP-INST] Error compiling Apache 1.3.24 with PHP 4.1.2

2002-04-09 Thread Jasper Metselaar
Hello, I am trying to compile Apache 1.3.24 with PHP 4.1.2, but when compiling I get the following errors: modules/php4/libphp4.a(dns.o): In function `zif_checkdnsrr': /home/admin/php-4.1.2/ext/standard/dns.c:223: undefined reference to `__res_search' modules/php4/libphp4.a(dns.o): In func