Okay, I know you've all heard this one before, but I'm really new to all
this, can't really claim to be a programmer and am on a steep learning
curve, so...
I've installed PHP 4.3.1 and Apache 2.0.44. I've made the various changes to
Apache's httpd.conf file, including the infamous line:
LoadMod
Hi i install apache 2.0.4.4 for win nt
and php 4.3.1
i try to configure php as moule
moving php4ts.dll to winnt/system32
and adding the two lines:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
however this directory and this dll do not exist
only the p
Hello the list,
I'm trying to run an Apache server with FastCGI and PHP.
The install seems to works :
"[Wed Feb 12 16:25:35 2003] [notice] FastCGI: process manager initialized
(pid 19259)
[Wed Feb 12 16:25:35 2003] [warn] FastCGI: server "/bin/php" started (pid
19260)
[Wed Feb 12 16:25:35 2003]
Dear all,
I am new to php, postgresql and apache. I intend to run them together
on RH Linux 7.2 . The installation of RH Linux 7.2 is a complete one on the
PC.
So here are the list of the packages:
Apache 1.3.20-16
postgresql 7.1.3-2
php 4.0.6-7
php-pgsql 4.0.6-7.
hi guys having apache2filter errors compiling php 4.2.2 and 4.3 against both
apache 2.0.39 and 2.0.43
php_functions.c:93:27: missing binary operator before '!'
make[3]: *** [php_functions.lo] Error 1
make[3]: Leaving directory `/usr/local/etc/php-4.2.2/sapi/apache2filter'
make[2]: *** [all-rec
s Van
Wyk" To: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED] cc:
.za> Subje
This sounds like an Apache issue. Have you compiled PHP as a module? If
so, did you add the appropriate entries in your httpd.conf? You can find
the instructions in the PHP manual.
On Mon, 2002-10-14 at 16:07, Marcus Van Wyk wrote:
> Hi there
> Hoping to find some help here
>
> I have a Linux 8
Hi there
Hoping to find some help here
I have a Linux 8 box
I'm trying to set up
MySQL
to work with
php.4.2.3
to work with
apache.1.3
I've gone through a very descriptive howto to install.
But as soon as I load a .php page to the browser it tries to download
any help on how to fix this would
Hi all,
Just to let you know that I managed to get working PHP, windows xp and
apache2. I got it working by simply downloading the newest version of Apache
2. No problems at all, configuration took me 2 mins. Thanx to all who send
me emails trying to help me.
Thanx, Anna.
your patience and help.
Regards
Peter Goggin
- Original Message -
From: "Chris Hewitt" <[EMAIL PROTECTED]>
To: "Peter Goggin" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 6:32 PM
Subject: Re: [PHP-INST] PHP, APache a
Peter Goggin wrote:
>I am trying to move a web application from a win98 machine to a linux
>(redhat 7.3). This application works as designed on the win98 box. I cannot
>get it to work properly on the linux box.
>
RH 7.3 has mysql, apache and php already (slightly earlier versions though).
>I do
I am trying to move a web application from a win98 machine to a linux
(redhat 7.3). This application works as designed on the win98 box. I cannot
get it to work properly on the linux box.
It appears that despite php, apache and mysql being installed on linux they
are not correctly integrated.
I
Hi all,
My name is Anna. Could anyone help me to get working apache with php. I got
the apache server working with no problems. However when I try to configure
PHP as a module in Apache, I cannot start the apache server again. I am
getting the following message:
The requested operation has fa
the backtrace is below
0x283e136c in strcmp () from /usr/lib/libc.so.4
(gdb) bt
#0 0x283e136c in strcmp () from /usr/lib/libc.so.4
#1 0x282e11de in obj_name_cmp () from
/usr/local/lib/libcurl.so.2
Error accessing memory address 0x1: Bad address.
opensource devel company
--- open source devel
Hi all
su-2.05# /usr/local/apache/bin/apachectl startssl
Segmentation fault - core dumped
/usr/local/apache/bin/apachectl startssl: httpd could
not be started
su-2.05#
The above is what is happening for the last 10 hrs
the configs are
php
./configure
--with-gd=/home/www/myhome/install/gzs/gd
ilto:[EMAIL PROTECTED]]
> Sent: segunda-feira, 20 de maio de 2002 20:57
> To: Wagner R. Teixeira; [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] PHP, Apache and threads: very strange
>
>
> download zlib, install and recompile:
>
> http://www.faqts.com/knowledge_base/view.phtml/ai
download zlib, install and recompile:
http://www.faqts.com/knowledge_base/view.phtml/aid/5087
-regards
Rich
- Original Message -
From: "Wagner R. Teixeira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 4:08 PM
Subject: [PHP-INST] PHP, Ap
Hi, guys.
I'm installing PHP 4.2.1 with Apache 2.0.36. I can compile both the way I've
been doing for years, but this time when I start Apache I get the following
error message:
==
Syntax error on line 230 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modu
Does anyone have experience with this environment?
Pros? Cons? Any latency problems? Connectivity
issues?
I'd be very interested in hearing your experiences with
this. What do you like about it? What don't you? Would
you set your platform up like this if you could go back
and do it again?
t
Hy,
i've got a apache 1.3.20 running on a Solaris 8 Operating System in a
chrooted environment. There is PHP 4.1.2 as dso apache module compiled.
I've checked the libphp4.so with ldd to get all shared libraries into
the chrooted environment. All seems to look good, except the name
resolving via
Hello all.
I just got a new desktop, from Dell, and as all of their machines do
now, it comes with XP installed. On my last set up, i had win2000Pro with
Apache, Mysql, PHP and they all worked like a charm. Has anyone had any
luck with XP? I am still considering wiping the OS out totally a
hi all, I'd like to write some WAP pages, generated by a PHP script.
I use Apache on a RedHat 7.1
If I put on the webserver a normal page .wml and I connect to this page via
mobile phone it works fine.
If I put a page .php that return a wap page I get this error:
"The WAP site you have requeste
Hey guys!
I´ve installed the triad (PHP, Apacha, MySQL) in my Win98 computer,
but, I haven´t seen some information reagarding FTP configuration.
So, I just wonder, how can I config a FTP area into my apache+php
server?
For while, it´s all!
regards!
--
PHP Install Mailing List (http://www.
Hello all:
I am attempting to utilize IMP 3.0 as web based e-mail. In order to do
this, I had to recompile PHP with --with-imap (imap-2001a from UW),
--with-xml, and --with-xml (God know why, but that's what IMP wanted). All
went well, everything configured and compiled happily. Then I tried t
Hi all
Can someone help me please
I have a SuSe 7.3 installed...
I've uninstalled the default apache and php rpms
Then i started to compile my new php with IMAP support and then Apache
So .../configure --with-imap --enable-track-vars
--with-apache=../apache-1.3.22/
1) First error the c-client is
When I configured and installed PHP 4.1.1, my apache 1.3.22 failed to
start - it gives this error:
Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1:
/usr/local/apache/bin/httpd: fatal: relocation error: file
/usr/local/apache/libexec/libphp4.so: symbol ap_block_alarms: refere
I have followed the installation instruction on PHP.net's user guide to the
letter. But I can not get PHP to run with Apache. It doesn't seem as
though Apache is loading and running the PHP module. When I run httpd -l
there is no PHP module listed. I can't for the life of me figure out why
thi
hello everyone,
I am a new user of the world PHP-APACHE, and I want acceded to a database
oracle 8i from a page PHP.
My database being found on a server under the platform NOVELL and PHP-APACHE
on my machine that is under WINDOWS95.
How I can make for configure the whole in order that functions.
E
Hello,
I've installed Apache 13.22 and it works. Then I installed PHP410 and
configured the config httpd.conf as this:
--
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
--
Also I ha
Hello, I've read your address from bugs.php.net, so I've decided to write
you for explain a bug that I have during the installation of Php.
My PC configuration is:
. PII - 266 Mhz
. Ram 128 Mb
. HD 2 Gb (1 free)
. OS win95
I've installed Apache 1.3.20 (downloaded from ufficial site), and it's
w
Hi all!
Apache is the included version from Solaris 8 Distribution. PHP is the
latest from the website. MySQL is also installed via pkgadd from
sunfreeware.com.
# /usr/apache/bin/apachectl start
Syntax error on line 235 of /etc/apache/httpd.conf:
Cannot load /usr/apache/libexec/libphp4.so into
The error is that it can't find your libpq.so library, not your pgsql.so
one.
Where is libpq.so.2.0 on your system? If you are on a Linux box, edit
/etc/ld.so.conf and add thatr directory and then run ldconfig.
-Rasmus
On Fri, 20 Jul 2001, Sean McCoy wrote:
> When I execute a pg_connect() in
When I execute a pg_connect() in a .php file, I get an error indicating that
the function is not defined...
That's because, in the Apache error log I'm getting the following:
PHP Warning: Unable to load dynamic library '/usr/lib/pgsql.so' -
libpq.so.2.0: cannot open shared object file: No such
I have tried to install php on my 2.2.8 Free BSD machine
I am running Apache 1.3.6, Mysql and I can run configure,
make and make install fine, but when I try to initiate the so
module under apache it gives me an error of
_finiate error module not loaded.
Can someone tell me what I need to do to in
*.php files are not processed by apache/php
say I hav test.php with ""
then I only see the two 's.
I' use
apache-1.3.20.tar.gz
php-4.0.6.tar.gz
mod_perl-1.25.tar.gz
unptarring . . .
configuring/making apache
./configure --enable-modules=most --enable-shared=max
make
ma
On Thu, Jan 25, 2001 at 03:41:50PM +0100, alexeline wrote:
> Bonjour,
>
> I want to use the form data format functions with php.
> The system is RedHat linux 5.2.
> So, i got the fdf distribution from adobe. I put them at /usr/local/lib.
>
> Then I re-built php4.04pl1 with these commands lines:
Bonjour,
I want to use the form data format functions with php.
The system is RedHat linux 5.2.
So, i got the fdf distribution from adobe. I put them at /usr/local/lib.
Then I re-built php4.04pl1 with these commands lines:
sh ./configure --with-apxs=/usr/bin/apxs
--with-imap=/usr/local/lib/imap
37 matches
Mail list logo