I recently upgraded to a VPS account with RedHat 7.1. As an "upgrade" I got
older version of PHP (4.1.1) and no support for it.
I installed PHP 4.3.2 using default prefix not to overwrite the old version
which was installed in a different location, but the Apache was still
picking up the old versi
Hello Everybody,
I want to run PHP 4.1.1 as CGI in Apache 1.22 on Suse Linux 7.0
I have installed the Apache Server an PHP with the commands ./configure,
make and make install. But all without prarmeters.
Can somebody tell me how I must configure httpd.conf so that PHP works?
The Apache Webserver
On Thu, 14 Mar 2002, ZILBER,LEONID (HP-NewJersey,ex1) wrote:
> Date: Thu, 14 Mar 2002 08:37:06 -0800
> From: "ZILBER,LEONID (HP-NewJersey,ex1)" <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: [PHP-INST] ph
Hi guys,
I am trying to compile php4.1.1 as a DSO module with LDAP support:
Here is what options I use for creating php module:
./configure --prefix=/home/dev/php/php-4.1.1 \
--with-apxs=/home/bpia/bin/apxs \
--with-ldap=/home/bpia/ldapsdk \
--with-openssl \
--with-db \
--with-gd
> Can anybody please help me with the following problem ?
> I am trying to run a shell command via popen but nothing happens
> Here's an example:
> $fd = popen("/usr/sbin/sendmail -t ","w");
> fputs($fd, "To: [EMAIL PROTECTED]\n");
> fputs($fd, "From: [EMAIL PROTECTED]\n");
> fputs
:[EMAIL PROTECTED]]
Sent: Tuesday, March 05, 2002 12:38 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] php 4.1.1 install to local user dir
Back in Feb of last year, someone asked a question that seems similar to
mine, but it doesn't look like he got any answer. I'm hoping I'm luckier
Back in Feb of last year, someone asked a question that seems similar to
mine, but it doesn't look like he got any answer. I'm hoping I'm luckier.
I'm trying to install PHP 4.1.1 into my local user directory, and I get
along fine until I get to "make install". Then I get the following error:
Ma
Can anybody please help me with the following problem ?
I am trying to run a shell command via popen but nothing happens
Here's an example:
$fd = popen("/usr/sbin/sendmail -t ","w");
fputs($fd, "To: [EMAIL PROTECTED]\n");
fputs($fd, "From: [EMAIL PROTECTED]\n");
fputs($fd, "Reply-To
Tienes que habilitar la libreria desde el archivo php.ini,
descomentando la linea correspondiente
--
Saludos,
Lilianmailto:[EMAIL PROTECTED]
quebe> Hi
quebe> when I'm trying to connect to my oracle db with
quebe> dl("php_oci8.dll"); I've
Hi
when I'm trying to connect to my oracle db with
";
$db = "authors";
$c1 = ocilogon("pawel","pawel",$db);
function select_data($conn)
{ $stmt = ociparse($conn,"select * from pawel.authors");
ociexecute($stmt,OCI_DEFAULT);
echo $conn."selecting\n\n";
while (ocifetch($stmt)){
echo o
PROTECTED]
Subject: [PHP-INST] PHP 4.1.1 compile problem with imap options
Hello
I am experiencing a problem when compiling php4.1.1 for use with a Cyrus
imap server - full details below. If anyone has any ideas as to where I
might be going wrong your suggestion will be greatly appreciated
Hello,
Does anybody have a PHP 4.1.1 package for the redhat 7.2 ?
My admins don't want to compile it themselves telling me that it is not
stable for production environment. So i have to give them a package...
Thanks,
Arnaud.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, v
Hello
I am experiencing a problem when compiling php4.1.1 for use with a Cyrus
imap server - full details below. If anyone has any ideas as to where I
might be going wrong your suggestion will be greatly appreciated.
thanks in advance
Tom Churchward
Red Logic
Oracle Support Specialists
Tel: +
Is your apache is compiled with SSL support in both case ?
It may be in the second, because of the secret key. I think it's a
problem linked to ssl.
I used apache+mod_ssl with php4.0.4pl1 and php4.1.1 in testing phase.
And I have no problem. In my case, I don't compile openssl with php.
le mar
hey
i've installed the apache server succesfully and I am trying to work out
the php-4.1.1 installation but it's so difficult! I've moved the php.ini
file
to c:/windows folder and what's strange - in my unpacked /php directory
there are no dll files which i think are needed to be configured.
doe
Hi,
I'm having trouble installing php 4.1.1 with apache 1.3.23 on AIX 4.3.3. The
configure runs ok, but the make command stops with errors. Any help would be welcomed.
Thanks,
Ron
My config file is:
./configure --prefix=3D/usr/local/php_4.1.1
--with-apxs=3D/usr/local/apache_1.3.23/bin/apxs
Hmm. I wish I knew more about the whole configure/make process. One
thing: it doesn't look like it can't find /usr/bin/ld, but rather
/usr/bin/ld can't find one of its arguments.
My only other guess would be to copy /usr/libexec/config.guess and
/usr/libexec/config.sub into your build director
Thank you for the suggestion. Unfortunately, it didn't help. I get
the same error.
Any more ideas out there?
Ryan
At 9:45 PM -0600 2/6/02, Steven Cayford wrote:
>I don't know if the configure script for 4.1.1 deals with the two
>level namespace on OSX, but for 4.0.6 I had to manually edit the
I don't know if the configure script for 4.1.1 deals with the two level
namespace on OSX, but for 4.0.6 I had to manually edit the libtool after
running configure. Find the line beginning with "archive_cmds='$CC ...'",
and add ' -flat_namespace ' after the 'CC'. Then run make.
-Steve
On 2002
I'm trying to install PHP 4.1.1 on Mac OS X 10.1. I just finished
compiling and installing fresh versions of MySQL 3.23.47 and apache
1.3.22.
Ultimately, I want to use:
./configure \
--with-gnu-ld \
--with-mysql=/usr/local \
--with-apxs=/usr/local/sbin/apxs \
--enable-track-vars \
Hi,
was upgrading php from 4.0.6 on bsdi 4.2 and used the same config options:
/configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic
--enable-
shared --enable-inline-optimization --with-apxs=/usr/local/apache/bin/apxs --with-exec-
dir=/usr/bin --with-regex=sys
Okay, I finally decided to upgrade to 4.1.1. I did a double compile, one
for the binary and one for the dynamic module (seen this done a few times).
I followed the steps in the INSTALL file *exactly*, restarted Apache, but
the version is still reporting as 4.0.1, not 4.1.1. I checked the date on
This is a 3 parter. Please offer suggestions on any or all of the following.
I'm trying to compile PHP 4.1.1 on Mac OS X 10.1.2. I installed the
Mac OS X MySQL binaries from mysql.com into /usr/local/mysql, and the
Mac OS X binaries for apache 1.3.22 into /usr/local/apache.
I would like to use
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello everyone,
I have a problem that is pretty urgent. I have recently upgraded from
Apache 1.3.22 to 2.0.38 beta (primarily because of its IPv6 support),
but I cannot get PHP to work. An example of what it looks like is
available here: http://forum
Hello
Has anybody sucessfully compiled php with gd-2.0.1 support. I get this
error?
/bin/ksh /usr/src/php-4.1.1/libtool --silent --mode=compile
gcc -I. -I/usr/src/php-4.1.1/ext/gd -I/usr/src/php-4.1.1/main -I/usr/src/ph
p-4.1.1 -I/usr/local/apache/include -I/usr/src/php-4.1.1/Zend -I/usr/local/
hi,
my php 4.1.1 + apache 1.3.22 + windows XP combination is doing strange
things. php is working fine (from the command prompt) and apache is ok with
html pages. but when i try to load a php file with just the phpinfo()
function - sometimes loads it and sometimes i get the 'The page cannot be
di
NEVER list more than one AddType on a line.
i.e.
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
This should sort it out.
Rgds,
Mark.
_
Christ Christoph (Erste) wrote:
> maybe you don't have installed the latest DCOM update from microsoft?
Possible yes, what I have to do it to install this update ?
Best regards,
Sincerely yours,
Yuriy Rusinov.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
maybe you don't have installed the latest DCOM update from microsoft?
-Original Message-
From: Yuriy Rusinov [mailto:[EMAIL PROTECTED]]
Sent: 21. ledna 2002 8:00
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Php 4.1.1
Hello !
I've downloaded php and try to launch php.exe from co
Hello !
I've downloaded php and try to launch php.exe from command line in
Windows'98 and in my home computer I received the message "php4ts.dll
refered to missing oleaut32.dll", although this dll present in catalog:
c:\windows\system. Moving this library to catalog with php doesn't help.
Whe
hi,
if i configure apache(1.3.22) to use php(4.1.1) as an isapi module, and
enable snmp!
Now if i try to start the apache as an service, the start fails!
Eventlog says:
The Apache service named J:\Program Files\Apache Group\Apache\Apache.exe
reported the following error:
>>> Cannot load j:/pr
Greetings,
I won't swear to it but the issue you're having *might* be syntax related.
Secondly, you seem to be missing a reference to a vital file in your httpd.conf
file. The file I'm referring to is mod_php4.c. Following, a small portion
of the pertinent section:
-8<[snip]--
I've compiled php (dso) with apache, just fine, and have confirmed that
I have all of the needed lines in my httpd.conf. When I try to open a
test php page on the server and another computer, all i see is code. I
know httpd is correct, as it works fine for my RT/mysql installation. I
have tried ev
Hi-
I think what I have is a file descriptor problem, but haven't been able to
find the solution. I have a server with Apache 1.3.22, MySQL 3.23.46, cURL
7.8, mod_ssl 2.8.5 and PHP 4.0.6/4.1.1 on RH Linux 6.2 kernel
2.2.18pre11-va2.0smp. I upgraded everything, with PHP last. It all worked
fine
Okay, I just want to say that I've looked and looked, both on this message
board and on PHP.net, trying to find a way to get my own PHP to work. Alas,
I feel that I've tried it all.
Okay, here's the deal. I've installed Apache, and it works great. No
problems. It boots up, and if it could tal
I saw a post-pair here from Tim Kettler to Rasmus asking about using
4.1.0 with 2.0.28.
I'm having problems with 4.1.1 and 2.0.28 of the same sort--all the
install stuff goes smoothly, Apache 2.0 comes up, no errors anywhere,
but my PHP scripts don't seem to be being sent to the PHP module.
A co
Got it ... application/x-httpd-php doesn't appear to work, but
application/x-http-php does ...
On Wed, 2 Jan 2002, Marc G. Fournier wrote:
> On Wed, 2 Jan 2002, Chris wrote:
>
> > You *almost* did it correctly. Try adding the following to your httpd.conf file:
> > # DirectoryIndex: Name of the
On Wed, 2 Jan 2002, Chris wrote:
> You *almost* did it correctly. Try adding the following to your httpd.conf file:
> # DirectoryIndex: Name of the file or files to use as a pre-written HTML
> # directory index. Separate multiple entries with spaces.
> #
>
> DirectoryIndex index.html index.
Does PHP4.x no longer come up in the notice for Apache2?
[Thu Jan 03 01:19:49 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0
OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations
Austin Gonyou wrote:
> See the following for Apache2 + php 4.x:
> #
> #For PHP to work
> AddType applicat
See the following for Apache2 + php 4.x:
#
#For PHP to work
AddType application/x-httpd-php .php .html
SetInputFilter php
SetOutputFilter php
I put this right after the last AddCharset.
Hope this helps.
On Wed, 2002-01-02 at 17:30, Chris wrote:
> >
> > as a quick follow up, I installed ls
>
> as a quick follow up, I installed lsof, and it appears that php4 is being loaded,
> but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for
> some reason, its not registering application/x-httpd-php as a valid type?
>
> On Wed, 2 Jan 2002, Marc G. Fournier wrote:
>
>
as a quick follow up, I installed lsof, and it appears that php4 is being
loaded, but if I hit a simple 'phpinfo.php' page, it asks me to download
it ... so, for some reason, its not registering application/x-httpd-php as
a valid type?
On Wed, 2 Jan 2002, Marc G. Fournier wrote:
>
> Hi
>
>
Hi
After spending the past little while fighting with getting it to install
under Apache2, I can't for the life of me get it to actually load.
I'm installing it using FreeBSD Ports ... Apache2's port, the only change
I've made, is to add -lc_r to get rid of an error de
43 matches
Mail list logo