[PHP-INST] xmltok??

2001-02-07 Thread Rob Root
HI Folks, This is from my debug.log. Where is the xmltok lib supposed to be? I built expat and it didn't produce it. I see stuff in $PHP_SRC/ext/xml/expat/xmltok, but that doesn't seem to help. Regards, Rob Root gcc -o conftest -g -O2 -DLINUX=22 -DMOD_SSL=208100 -DUSE_HSREGEX -DEAPI -DEAP

Re: [PHP-INST] Compiling PHP 4.0.4 for Solaris & Netscape Server problem

2001-02-07 Thread Alfred Lerch
Hi K.N.Luu, it seems that no C++ compiler is installed (Sun just delivers a very simple C compiler with Solaris - you have to purchase the full C/C++ compiler as an additional product). However, instead of throwing money into Sun I'd strongly advise to use gcc - available e.g. at www.sunfreeware.

Re: [PHP-INST] Hello

2001-02-07 Thread Dennis Youngblood
Have you verified that /usr/local/apache/libexec/libphp4.so actually exists? If it doesn't, PHP was not compiled and linked with apache correctly. When you compiled PHP, did you use --with-apxs=/usr/local/apache/bin/apxs , so it would be compiled into Apache? Dennis Youngblood Web-Hosting Adm

[PHP-INST] Compiling PHP 4.0.4 for Solaris & Netscape Server problem

2001-02-07 Thread k . n . luu
Hello everyone, While running "./configure --with-nsapi=/opt/netscape/suitespot/", I got this err msg: checking whether to enable inline optimization for GCC... no checking whether to enable a memory limit... no checking whether to enable Zend debugging... no checking for c++... c++ checking whe

RE: [PHP-INST] Php not working!

2001-02-07 Thread Andrew Apold
At 04:10 PM 2/7/01 +0100, DEVOS BASTIEN wrote: >I also have a RH7 and the same version of php, but you shouldn't have any >trouble by installing all the needed packages during the standard >installation of RedHat. I found the rpms at this site http://rpms.arvin.dk/php/ to be more useful than th

[PHP-INST] Earn $235 - $760 Or More Weekly At Home In Your Spare Time

2001-02-07 Thread Income Opportunity
Earn $235 - $760 Or More Weekly Home Workers Needed Nationwide Hundreds of companies are currently looking for telecommuters. There is no experience needed and you can start right away. This is NOT your average get-rich-quick program. In fact, none of the companies require any special fees to

[PHP-INST] Hello

2001-02-07 Thread Ronald van den Blink
Hello guys, I just subscribed myself to this list and before asking questions I want to introduce myself. I'm a boy from holland whose doing a study on the university for informatica (Hogere Informatica Opleiding <-- dutch). I'm in my first year so I'm not knowing everything. Oke, and know my

Re: [PHP-INST] PHP4 not reading php.ini

2001-02-07 Thread Tim Livers
Just a guess, but on my info page, the directory for "Configuration File (php.ini) Path" reads "/usr/local/lib" your reads "/usr/local/lib/php.ini" My guess is that it is looking for a directory named php.ini that contains the php.ini file. Tim Chean Fonk Joe Tho

Re: [PHP-INST] PHP & JAVA Install

2001-02-07 Thread Alex Akilov
> Ok, first things first: > > 1. Thanks for helping out. > My pleasure. > 2. Should this reply also be going to the list - it did not seem as though > yours came through it...but perhaps I am misreading my email header? If it > should, I will resend it. > It should. I posted this on the list as

[PHP-INST] 20 Million Fresh E-Mail Addresses

2001-02-07 Thread Luke2
TO BE REMOVED FROM FUTURE MAILINGS, SIMPLY REPLY TO THIS MESSAGE AND PUT "REMOVE" IN THE SUBJECT. 20 MILLION E-MAIL ADDRESSES FOR ONLY $249 **Over Night International Shipping Included** Many Call This "The "Perfect E-Mail List" Over 20-Million Of The Best E-Mail Addresses Av

[PHP-INST] PHP4 not reading php.ini

2001-02-07 Thread Chean Fonk Joe Thong
Hi, I've successfully compiled PHP 4.0.5dev with Apache 1.3.14 on my Redhat 6.1 after many tries. If you go to http://www.antiquegunroom.com/test.php you will see my PHP info. However the info could never be changed even after I've copied php.ini to /usr/local/lib The info you see at the url

RE: [PHP-INST] Php not working!

2001-02-07 Thread DEVOS BASTIEN
I also have a RH7 and the same version of php, but you shouldn't have any trouble by installing all the needed packages during the standard installation of RedHat. Bast. > -Original Message- > From: Frank S. Bernhardt [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, February 07, 2001 3:45 P

[PHP-INST] plzzzzz help !! [PHP-INST] PHP4 with Informix driver make error

2001-02-07 Thread DEVOS BASTIEN
> -Original Message- > From: DEVOS BASTIEN > Sent: Tuesday, February 06, 2001 4:29 PM > To: '[EMAIL PROTECTED]' > Subject: [PHP-INST] PHP4 with Informix driver make error > > Hi, > > Here is my problem : > > I wanted to use PHP with Informix (IDS2000-9.21.UC3-1). Well the two

Re: [PHP-INST] Php not working!

2001-02-07 Thread Frank S. Bernhardt
I believe the file extension should be .php and not .php4. Also, make sure you have the "AddType application/x-httpd-php .php" added to you httpd.conf file then restart Apache. Chun Chong Koay wrote: > Hi, > > I m currently using linux Red Hat 7.0 and have succesfully installed Php > without an

Re: [PHP-INST] PHP with Oracle support

2001-02-07 Thread Rouvas Stathis
You have to recompile PHP with oci support. Normally, you shouldn't have to recompile Apache. In you Apache startup control script, export all Ora env vars before you start Apache. Also, use LD_PRELOAD for threads support. In my case (SuSE.6.4) LD_PRELOAD=/usr/lib/libpthread.so -Stathis. John Ke

Re: [PHP-INST] PHP & JAVA Install

2001-02-07 Thread Alex Akilov
Stanton Schell wrote: > Here it is: > > [Java] > java.class.path=/home/stanton/apache/live2/conf/php_java.jar > java.home=/usr/java/jdk1.3 > java.library.path=/home/stanton/apache/php-4.0.4pl1/modules > java.library=libphp_java.so > extension_dir=/home/stanton/apache/php-4.0.4pl1/modules > extens

[PHP-INST] open_basedir bug or misunderstanding?

2001-02-07 Thread Remco van den Berg
Hi php users, I found something strange and don't know if it is a bug or that it is the way it should work. Situation: -- open_basedir = . PHP-4 runs as apache module. (unix) Safe-mode is on. Webserver document tree: /home/www/html/ There exists a link in that tree to the www di

[PHP-INST] Php not working!

2001-02-07 Thread Chun Chong Koay
Hi, I m currently using linux Red Hat 7.0 and have succesfully installed Php without any error occur but my php isn't working as when i test my .php4 the page isnt compile. I m using php-4.0.4pl1 and apache_1.3.14. I have follow the following procedure of QUICK INSTALL (Static) from the INSTALL

[PHP-INST] Php not working!

2001-02-07 Thread Chun Chong Koay
Hi, I m currently using linux Red Hat 7.0 and have succesfully installed Php without any error occur but my php isn't working as when i test my .php4 the page isnt compile. I m using php-4.0.4pl1 and apache_1.3.14. I have follow the following procedure of QUICK INSTALL (Static) from the INSTALL