[PHP-INST] PHP an Apache in WIN NT (Not Running)(Help)

2001-04-26 Thread Nicolas Machado
Hello, I installed Apache on a NT box and I use the por 88 because I'm using IIS3.0 also. Afortunatelly Apache Work Fine, even with our Web pages. But I create a test files called test.php, with te famous Hello Worl inside. I install PHP 4.0.4 with every tool that I foun, and manualy too, but it

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
Looks like that fixed everything. Now I'm just dealing with user/pass issues so at least its making it to the SQL DB. Simple enough things that I can handle myself. =) Many thanks Andi! At 01:27 AM 4/27/01 +0200, Andi Gutmans wrote: >A temporary hack which might work is editing ext/mysql/libmy

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
Excellent! It still generated the warning about the getsockopt, but it went right through. I'll let you know how it goes. Many thanks! At 01:27 AM 4/27/01 +0200, Andi Gutmans wrote: >A temporary hack which might work is editing ext/mysql/libmysql/global.h >and change all occurances of: >#ifnde

Re: [PHP-INST] AIX

2001-04-26 Thread Andi Gutmans
A temporary hack which might work is editing ext/mysql/libmysql/global.h and change all occurances of: #ifndef HAVE_INT_8_16_32 to: #if 0 Andi At 05:22 PM 4/26/2001 -0500, Jacob Steinberger wrote: >Apache Configured with generic. Though I don't think that matters just yet. > >PHP Configured wi

[PHP-INST] Baffled on installing cURL extension to PHP

2001-04-26 Thread Mark Brotherton
Need help... Installed openssl-0.9.6a, cURL-7.7.2, recompiled php-4.0.4pl1, phpized libcurl.la, installed it to the stronghold php extensions, and it refuses to load. The failed php.ini directive reads: PHP Warning: Unable to load dynamic library '/usr/local/php/lib/php/extensions/no-debug-non-

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
Apache Configured with generic. Though I don't think that matters just yet. PHP Configured with: ./configure --with-mysql --with-apache=/tmp/AIX/apache_1.3.19 --enable-track-vars I did not specify a path for MySql as I'm not sure if its happy with just the client libs or if it wants the serve

RE: [PHP-INST] AIX

2001-04-26 Thread Krznaric Michael
What's BULL? Mike -Original Message- From: Jacob Steinberger [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 5:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] AIX >Weird, it shouldn't die on a warning. Do you have gmake on that system >(GNU make)? > >Andi I do not (unl

RE: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
http://freeware.bull.net Haven't really had a problem with anything they've had. Well, besides php with SQL and apache all working -together-. At 05:49 PM 4/26/01 -0400, Krznaric Michael wrote: >What's BULL? > >Mike > >-Original Message- >From: Jacob Steinberger [mailto:[EMAIL PROTECTED

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
>Weird, it shouldn't die on a warning. Do you have gmake on that system >(GNU make)? > >Andi I do not (unless gnu make is default on AIX, which I doubt), I'll go ahead and pull it off Bull and give it a go. Jacob -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

Re: [PHP-INST] AIX

2001-04-26 Thread Andi Gutmans
At 04:31 PM 4/26/2001 -0500, Jacob Steinberger wrote: >I was getting the following, though I've since remove it, it would be easy >for me to unzip again.. > >libmysql.c: In function 'connect2': >libmysql.c:179: warning: passing arg 5 of 'getsockopt' from incompatible >pointer type >make: 1254-00

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
I was getting the following, though I've since remove it, it would be easy for me to unzip again.. libmysql.c: In function 'connect2': libmysql.c:179: warning: passing arg 5 of 'getsockopt' from incompatible pointer type make: 1254-004 The error code from the last command is 1. Line 179 is the

Re: [PHP-INST] AIX

2001-04-26 Thread Andi Gutmans
What error messages did you get when trying to compile PHP? Andi At 04:25 PM 4/26/2001 -0500, Jacob Steinberger wrote: >Alas, I do not have this file. > >Thanks for the idea though. > >At 12:18 AM 4/27/01 +0200, Andi Gutmans wrote: >>Try and see if your pre-compiled binaries include a file calle

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
Alas, I do not have this file. Thanks for the idea though. At 12:18 AM 4/27/01 +0200, Andi Gutmans wrote: >Try and see if your pre-compiled binaries include a file called php_mysql.so. >If so you could load it via your php.ini. > >Andi > >At 03:29 PM 4/26/2001 -0500, Jacob Steinberger wrote: >>A

Re: [PHP-INST] AIX

2001-04-26 Thread Andi Gutmans
Try and see if your pre-compiled binaries include a file called php_mysql.so. If so you could load it via your php.ini. Andi At 03:29 PM 4/26/2001 -0500, Jacob Steinberger wrote: >Andi, Steve. I should have added that everything I have managed to get >installed are pre-compiled binaries. I have

Re: [PHP-INST] RH7.1, PHP4, and ucd-snmp

2001-04-26 Thread Nicholas Ritter
on 4/26/01 2:12 PM, Rasmus Lerdorf at [EMAIL PROTECTED] wrote: >> I made the changes you mentioned, and the configure script ran without error >> this time. When I started apache with the newly compiled php module >> installed, it started up with the same symbol error. > > What does this command

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
The client can connect to the SQL server without a problem, I can create tables, manipulate data, etc. The error seems to have something to do with PHP and it trying to call mysql_pconnect. I just don't know how to fix that problem without finding someone that can change the C on the files my

Re: [PHP-INST] AIX

2001-04-26 Thread Steve Brazill
IF, you are indeed using the MySQL server version 3.23.37, and the client version of 3.22.whatever, I would suspect that it won't work... (you'd need a 3.23.xx client) Jacob Steinberger wrote: > Andi, Steve. I should have added that everything I have managed to get > installed are pre-compil

Re: [PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
Andi, Steve. I should have added that everything I have managed to get installed are pre-compiled binaries. I haven't been able to get PHP to compile, so I had to use pre-compiled Apache that has built in support for PHP. The MySql client wouldn't even work correctly. Apache 1.3.19 PHP4.0.4pl1

Re: [PHP-INST] AIX

2001-04-26 Thread Steve Brazill
What version of MySQL did you install, and what version does "phpinfo" say is installed ?? (remember, PHP comes with an old 'generic' version pre-builtin) Also, did you install MySQL using RPM's ? If you used the 'source' method (as I did) the line from "phpinfo" might say something like "--wi

Re: [PHP-INST] AIX

2001-04-26 Thread Andi Gutmans
The MySQL client library comes with the latest versions of PHP 4 so you are probably best off configuring your PHP installation without specifying anything about MySQL in the ./configure line. And if you really want to or have to use the libraries under /usr/local use --with-mysql=/usr/local (

[PHP-INST] AIX

2001-04-26 Thread Jacob Steinberger
Slowly but surely I was able to install PHP4, Apache, and MySql. All of which work, just not together. MySql is working fine, PHP4+Apache works, though when I try and have PHP access MySql I get: Fatal error: Call to undefined function: mysql_pconnect() in /usr/local/share/apache/htdocs/mainfi

Re: [PHP-INST] RH7.1, PHP4, and ucd-snmp

2001-04-26 Thread Rasmus Lerdorf
> I made the changes you mentioned, and the configure script ran without error > this time. When I started apache with the newly compiled php module > installed, it started up with the same symbol error. What does this command give you? /sbin/ldconfig -p | grep crypto -Rasmus -- PHP Instal

Re: [PHP-INST] RH7.1, PHP4, and ucd-snmp

2001-04-26 Thread Nicholas Ritter
Rasmus- I made the changes you mentioned, and the configure script ran without error this time. When I started apache with the newly compiled php module installed, it started up with the same symbol error. Nicholas on 4/26/01 12:14 PM, Rasmus Lerdorf at [EMAIL PROTECTED] wrote: >> I have a

Re: [PHP-INST] RH7.1, PHP4, and ucd-snmp

2001-04-26 Thread Rasmus Lerdorf
> I have a PIII 850 box running RH7.1 and have encountered a problem with > adding snmp support to php4. I hope that someone has a suggestion as to how > to fix thishere are the details: > > > RPMs installed: > (I am using the stock rpms from the RH7.1 distro for apache, mysql, and > ucd-snmp

php-install Digest 26 Apr 2001 18:32:04 -0000 Issue 280

2001-04-26 Thread php-install-digest-help
php-install Digest 26 Apr 2001 18:32:04 - Issue 280 Topics (messages 2888 through 2896): Re: Distinguishing Red Hat 7.0 2888 by: Yasuo Ohgaki Problems starting apache with php3 and php4 2889 by: Volker Richert User oracle mandatory for oci support? 2890 by: Marko P

[PHP-INST] RH7.1, PHP4, and ucd-snmp

2001-04-26 Thread Nicholas Ritter
Greetings everyone, I have a PIII 850 box running RH7.1 and have encountered a problem with adding snmp support to php4. I hope that someone has a suggestion as to how to fix thishere are the details: RPMs installed: (I am using the stock rpms from the RH7.1 distro for apache, mysql, and u

Re: [PHP-INST] PHP unter RedHat Linux 7

2001-04-26 Thread Andrew Apold
> > hi guys, i've just installed redhat linus 7. i borowed the cd from a friend > > because i have redhat 6.2. i wanted to install php but i don't know wich > > version i should download, but i guess not one of the win32 binaries ;-)... > > but how can i compile the source-code? > > on my linux cd

Re: [PHP-INST] Installing PHP4.0.4pl1 under Win2000

2001-04-26 Thread Phil Driscoll
To get some decent error reports about what's going wrong, make sure you have php.exe on your machine in the same directory as php4isapi.dll. >From the command line, change to that directory and type php.exe -i You'll either get a screen full of html or a useful error message which will help you

[PHP-INST] Problems with installation with Sablotron

2001-04-26 Thread Viral Shah
Hello, I am trying to install PHP with XSLT support (sablotron). I am faced with problems in running the ./configure command. I downloaded the expat code from source forge and installed it. I then installed sablotron 0.52. There were no errors. I then tried to run the PHP ./configure scrip

[PHP-INST] Installing PHP4.0.4pl1 under Win2000

2001-04-26 Thread Volker Richert
Hi ! I try to install PHP4 on a win2000 server system using isapi. I follow the installation instruction. But when i request a PHP file i get "module coun't be found." Any Idea? Volker Richert

[PHP-INST] User oracle mandatory for oci support?

2001-04-26 Thread Marko Perich
Hi PHP community. Finnaly, I have Oracle/PHP/Apache up & running. Now, the problem is that i can't access oci functions if apache is running as nobody/nobody. Changing User in httpd.conf to oracle/nobody makes me able to connect without problems, but I think this is not the best solution. Pleas

[PHP-INST] Problems starting apache with php3 and php4

2001-04-26 Thread Volker Richert
Hi to all! I try to upgrade one of our server to support PHP4. To do so, i recompile PHP3 and PHP4 with "enable-versioning" and "with-apxs". Compiling works fine. But restarting my Apache i got lots of the following errors. [Thu Apr 26 09:52:40 2001] [error] Cannot remove module mod_.c: no