[PHP-INST] Apache2 + php4.0.6 make error

2001-11-15 Thread Pong
I got Apache 2.0.25(httpd-2_0_28-beta.tar.gz) installed I believe just fine with DSO Support. My config apache 2.0.28 : ./configure --prefix=/usr/local/apache2 -enable-auth-anon --enable-file-ca che --enable-echo --enable-cache --enable-ssl --with-ssl=/usr/local/ssl --with-mpm=prefork --enable

[PHP-INST] Re: Cpdflib doesn't work.

2001-11-15 Thread Amiroot
The cpdf works fine in my linux box. I just use the default config of redhat7.1 and install the cpdflib with rpm. I use Apache is 1.3.19 and PHP4.0.4pl Here is my configure for your reference. './configure' '--prefix=/usr' '--with-config-file-path=/etc' '--disable-debug' '--enable-pic' '--enable

Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13)

2001-11-15 Thread Kexiao Liao
Hi Stephan, I upgraded binutils to Redhat 7.2 version, and successfully install/compile php4.0.6. After the installation, libphp4.so was generated in /opt/apache/libexec directory and /opt/apache/conf/httpd.conf was updated. However when I start apache server, I got some error messages: --

Re: [PHP-INST] php3 not working

2001-11-15 Thread chandra
Hi Im in the proccess of testing php3 extension files. But I get this error. IT works fine for just php extension files. cannot load MySQL extension, please check PHP Configuration. The webserver is running on RedHat 7.2 wiht Apache, with all the latest patches and bug fixes installed. As far

[PHP-INST] Cpdflib doesn't work.

2001-11-15 Thread Anders Backlundd
I'm using Apache 1.3.22, mySQL 3.23.44 and PHP 4.0.6. When I configured PHP I used --prefix=/usr/local/php --with-apache=/usr/local/apache_1.3.22 --with-m ysql=/usr/local/mysql --with-cpdflib/usr/local/ClibPDF. Now I get the scripts to work just fine with the exeption of cpdf_*. These functions ar

[PHP-INST] Re: Sybase/MSSQL

2001-11-15 Thread Richard Lynch
Richard Lynch wrote: > But attempting to connect to a remote MS SQLserver (in either isql or PHP) > yields: > > CT-LIBRARY error: > ct_connect(): network packet layer: internal net library error: > Net-Library operation terminated due to disconnect G. The dba had *NOT* inst

RE: [PHP-INST] Weird error msg in server log, related to my php prob?

2001-11-15 Thread Matt Schroebel
That's the Code Red virus trying to attack an WINNT box (which you don't have) and not the error message you're looking for. > -Original Message- > From: sin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 1:48 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Weird error m

[PHP-INST] Weird error msg in server log, related to my php prob?

2001-11-15 Thread sin
My php scripts don't run the way they are supposed to, I am trying to access a mySQL database on another computer but when i view the file with a browser, The html shows until the http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

RE: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform

2001-11-15 Thread Jonathan Hilgeman
Ah - my guide goes through installing Apache 1.3.2x+ModSSL, which is a port, and THEN it installs Mod_PHP4, which adds on to any Apache installation, SSL or not. When I was saying Apache 1.3.20+Mod_SSL+Mod_PHP4+Mod_Perl, I meant that I installed these ports: 1) Apache 1.3.20+ModSSL 2) Mod_PHP4 3)

Re: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform

2001-11-15 Thread Chris
Jonathan Hilgeman wrote: > You must be kidding me. FreeBSD 4.x and PHP 4.x were made for each other. > Installation is simplicity itself. Just go to your shell, type in: > > cd /usr/ports/www/mod_php4 > make install WOW... I mean OOPS! How did I miss this one?! ...I just got done looking in the

RE: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform

2001-11-15 Thread Jonathan Hilgeman
You must be kidding me. FreeBSD 4.x and PHP 4.x were made for each other. Installation is simplicity itself. Just go to your shell, type in: cd /usr/ports/www/mod_php4 make install You'll be presented with a menu where you can check off the modules you want to install. I can send you a written g

Re: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform

2001-11-15 Thread Chris
MArk, Thank you very much for taking the time to reply Mark Roedel wrote: > > -Original Message- > > From: Chris [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 15, 2001 10:31 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platf

RE: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform

2001-11-15 Thread Mark Roedel
> -Original Message- > From: Chris [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 15, 2001 10:31 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform > Importance: High > > > After 12hrs. of attempting to configure>make>install PHP-4.

[PHP-INST] ld.so error

2001-11-15 Thread Gary . Every
I'm installing php on a linux box, and I'm getting an error: BUG IN DYNAMIC LINKER ld.so I've checked some of the docs in the bug reports, but they've not helped. Can someone give me a clue? Gary Every UNIX Administrator Ingram Entertainment (615) 287-4876 mailto:[EMAIL PROTECTED] http://acc

[PHP-INST] ANNOUNCE-PHP4.x not supported on FreeBSD platform

2001-11-15 Thread Chris
Greetings, After 12hrs. of attempting to configure>make>install PHP-4.0.4pl1 or php-4.0.6. on a FreeBSD 4.3 machine. I have concluded that it *is* not and *was* not intended to be used on this platform. This comes after reading any and all the documentation I could find, reading and subscribing t

[PHP-INST] Building php4 for Windows using Cygwin's gcc

2001-11-15 Thread Wolfgang Hottgenroth
Hi, the docs are talking related to building php4 for Windows only about Microsoft Visual C++. Unfortunately I didn't own this software since I'm a Unix-man and this is a short test under Windows but I need php4 with the pgsql-extention and there are no prebuild binaries with this extention. So

[PHP-INST] Building php4 under Windows with Cygwin's gcc

2001-11-15 Thread Wolfgang Hottgenroth
Hi, the docs are talking related to building php4 for Windows only about Microsoft Visual C++. Unfortunately I didn't own this software since I'm a Unix-man and this is a short test under Windows but I need php4 with the pgsql-extention and there are no prebuild binaries with this extention. So

[PHP-INST] HELP! how to load phpapache2.dll filter under Win32

2001-11-15 Thread Paco Ortiz
Hello, I just compiled php4apache2 filter for Win32, but the README file says how to use it only under apache 2.0.x for UNIX. It's clear because PHP is compiled into Apache. But... Can somebody tell me how to load the sapi filter under Apache 2.0.x Win32, in http.conf file? I can't find any doc

[PHP-INST] problem with sablotron on php4.06

2001-11-15 Thread pascal barbedor
Hi I can't get to work sablotron extension on php 4.06 on win 2000 discarded the ; in php.ini, then on apache reload i have mmessages : can't find XML_setprocessiongInstructionHandler not found in expat.dll i have tried with expat.dll and al provided with 4.06 package and i also tried to updat

Re: [PHP-INST] Re: debugger?

2001-11-15 Thread David Devidal
I recommand dbg i use it - Original Message - From: "Thies C. Arntzen" <[EMAIL PROTECTED]> To: "Yasuo Ohgaki" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Sin" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 12:51 PM Subject: Re: [PHP-INST] Re: debugger? > On Thu, Nov 15, 2001 at

Re: [PHP-INST] Re: debugger?

2001-11-15 Thread Thies C. Arntzen
On Thu, Nov 15, 2001 at 06:07:30PM +0900, Yasuo Ohgaki wrote: > Sin wrote: > > > Is there a debugger i can download someplace? i think i may have a script > > error because it does simple php commands but if it tries to go through more > > complex ones it shows the html up to the > sent. so even

[PHP-INST] php + java n linux

2001-11-15 Thread Gianni
Slackware 8.0 with Linux 2.2.19 Jdk 2 build 1.3.1_01 php 4.0.6 Example: currentTimeMillis(); ?> when I try the above Java version example I am getting nothing or, better, I getting the error: "PHP Fatal error: Unable to load Java Library /usr/local/jdk1.3.1_01/jre/lib/i386/libjava.so, error:

[PHP-INST] Re: debugger?

2001-11-15 Thread Yasuo Ohgaki
Sin wrote: > Is there a debugger i can download someplace? i think i may have a script > error because it does simple php commands but if it tries to go through more > complex ones it shows the html up to the sent. so even doesn't show up. Try APD. http://apd.communityconnect.com/ or DGB (I fo

php-install Digest 15 Nov 2001 08:31:27 -0000 Issue 555

2001-11-15 Thread php-install-digest-help
php-install Digest 15 Nov 2001 08:31:27 - Issue 555 Topics (messages 4956 through 4966): Sybase/MSSQL 4956 by: Richard Lynch Re: PHP and Linux performance tweaks 4957 by: Richard Lynch Re: Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13) 4958 by:

RE: [PHP-INST] Install php4.0.6 with Oracle9i in Linux Redhat7.2(Kernel 2.4.9-13)

2001-11-15 Thread Jaeck Stephan
H, did you install/compile with Oracle account? You must be root! Stephan -Original Message- From: Kexiao Liao [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 2:58 AM To: Jaeck Stephan Cc: [EMAIL PROTECTED] Subject: Re: [PHP-INST] Install php4.0.6 with Oracle9i in Linux