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
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
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
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
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-
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
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
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
>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
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
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
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
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
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
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
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
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
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
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
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
(
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
> 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
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
> 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 - 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
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
> > 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
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
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
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
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
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
32 matches
Mail list logo