Hi,
I am Dipesh from BG Broadband, India. I am working on linux-php. I am
trying to configure freetds with php, but it does not allow me to connect to
mssql server 2000.
The problem is not related to login. I can ping the server.Using command
'tsql' i can connect to the database. So the proble
-Notice: Use of undefined constant data..
-Notice: Use of undefined constant mail...
-Undefined variable
Why in my scripts i always get error notice like this?
How can i solve this problem?
Thanks
We are trying to build php 5.0.0b1 on our Solaris 2.8 platform with gcc 3.3 and
openssl 0.9.7b. The configuration failed with the following message:
Configuring extensions
checking for OpenSSL support... yes
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... yes
ch
Add the path to the apxs switch... --with-apxs=/path/to/apxs
>>> saad al-hajeri <[EMAIL PROTECTED]> 06/19/03 02:45PM >>>
while I issue this command to configure mysql
./configure --with-mysql --with-apxs
it gave this error
./configure :line 3096:apxs :command not found
configure :error :aport
while I issue this command to configure mysql
./configure --with-mysql --with-apxs
it gave this error
./configure :line 3096:apxs :command not found
configure :error :aporting
What could be the problem.
Note:
Operating system Linux redhat version 9
apache httpd-2.0.40
php 4.3.2
Thanks in adva
Greetings,I am running Apache 2.0.44 with PHP 4.3.0 under Microsoft
WindowsXPHome.Now the problem:When i make a requestat my server for a
PHP page i get the error: 403 - Forbidden. At the buttom you can find the
links to the conf. file and the INI.I tried verry much but can't solve the
probl
I finally got PHP 4.3.0 to compile fine with Apache 2.0.44 on Solaris 7
but am getting the following error upon issuing make install command. Any
help is greatly appreciated!
Thanks Andy
ams@hostname /scratch/s1/ams/installs/php/php-4.3.0>make install
Installing PHP CLI binary:/usr/loc
hi,
this is the error i recieve
Redhat 8 apache 2 trying to install DSO php 4.3.0
Installing PHP SAPI module
/usr/lib/httpd/build/instdso.sh SH_LIBTOOL= ' /usr/lib/httpd/build/libtool'
libphp4.la /usr/lib/httpd/build/instdso.sh: No such file or direcotry apxs:
Error: command failed with rc=8323072
When I loaded the page on the localhost, I actually got an error. It was the
force_redirect that was not set right. But, in my PHP.ini it was. So I did a
little looking, and somehow another php.ini in a different location on my
machine was messing up my c:\winnt\php.ini. So I deleted the other on
hi
can u share ur code with us
toby
_
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
I am setting up PHP 4.3.0 on IIS and I can pull up html pages fine, but when I
pull up a PHP page, I get the following error.
..
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be
experiencing technic
- Original Message -
From: "Jim Bierlein" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 11:24 AM
Subject: [PHP-INST] Error Loading mcrypt.dll on Windows XP system
> Hello,
>
> My setup:
>
> Windows XP Professional
> php-4.3.
Hello,
My setup:
Windows XP Professional
php-4.3.0-Win32
Apache_2.0.43-win32-x86-no_ssl
In the directory c:\php-4.3.0-Win32\extensions, I have the file
php_mcrypt.dll.
The php.ini file, located in the c:\Windows directory, I have configured the
following:
; Directory in which the loadable exten
Hi, i got this error when compiling php-4.2.3 + apache-1.3.27 under RedHat7.2:
It worked before with the same ./configure paremetersany clue?
This is the debug.log:
CONFIGURE: './configure' '--with-apache=../apache_1.3.27' '--with-mysql'
'--with-sybase-ct=/opt/sybase-11.9.2/'
CC: gcc
I have run the ./configure --with-mysql --with-apxs command and it always
fails at line 2746 with a Lex output fail.
Here is a copy of the log from config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1
Does anyone know what to do with this error? I have upgraded my apache
version from 1.3 to 2.0.43 without a change in success. I have looked at
the lines but I am too new to Linux to decipher this. I am running a
Mandrake Linux v9 install. I have downloaded and installed MySQL to make
sure I h
Does anyone know what to do with this error? I have upgraded my apache
version from 1.3 to 2.0.43 without a change in success. I have looked at
the lines but I am too new to Linux to decipher this. I am running a
Mandrake Linux v9 install. I have downloaded and installed MySQL to make
sure I h
Does anyone know what to do with this error? I have upgraded my apache
version from 1.3 to 2.0.43 without a change in success. I have looked at
the lines but I am too new to Linux to decipher this. I am running a
Mandrake Linux v9 install. I have downloaded and installed MySQL to make
sure I h
Compiling PHP with zlib fails with the following errors. Exclude zlib
support and it compiles without issue. Any help is appreciated.
In file included from /usr/include/bits/xopen_lim.h:34,
from /usr/include/limits.h:152,
from /usr/src/php-4.2.3/Zend/zend.h:16
Hello,
I run Apache 1.3.26 on Win2K
I have a file index.php that use the session_start() function, it work well
on IIS but here is what I got on Apache:
Warning: open(/tmp\sess_92fb623b5c277034e5c7f4b0466ba11f, O_RDWR) failed: No
such file or directory (2) in e:\program files\apache
group\apache
hi i got this error starting http after compiling gd2 with php 4.2.1
Syntax error on line 230 of /usr/local/etc/apache_2.0.39/conf/httpd.conf:
Cannot load /usr/local/etc/apache_2.0.39/modules/libphp4.so into server:
/usr/loca
l/etc/apache_2.0.39/modules/libphp4.so: undefined symbol:
gdImageColorC
The situation WAS:
using
apache 1.3
php 4.0.1
the script was in php3
NOW using
apache 2 (built myself)
lastest php (built myself)
the script is the same
and it kicks back with an error regarding the paramaters for pow() being
incorrect.
has there been any change in the requirements for this
Hi,
I got a problem when "make install" the php4.2.2 with apache/2.0.
39 and below is the portion where is error occurred. Before I execute
"make install", I configure the setup using the command "./con
figure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache2/bin
/apxs" where
I'm trying to compile PHP on Solaris using:
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql \
--with-sybase=/usr/local/freetds \
--with-gd \
--enable-gd-native-ttf \
--with-curl \
--enable-ftp \
--with-mcrypt \
--with-snmp \
--with-ucd-snmp-hack \
--with-openssl=/us
Hi,
I was trying to install PHP 4.2.1, but I get this error message:
reentrancy.c: In function `php_readdir_r':
reentrancy.c:130: too few arguments to function `readdir_r'
make[2]: *** [reentrancy.lo] Error 1
Can anyone know where is the problem? I noticed from http://bugs.php.net
that this pr
I'm recieving an error that apache could not start because of some entry
point not found in php4ts.dll...
I'm using Win2000; APACHE_1_3_12_WIN32; PHP404...
I've tried copying the file into WinNT/system32, WinNT/system, WinNT and
in Apache's directory... but that wouldn't work...
Wh
On This Day, in the Year of Our Lord 8 Jul 02, at 9:57, thus spake Jonathan Thomas :
> Since you're compiling with apache2 are you using --with-apxs2 ?
I am, but I get a similar error as Abdel is getting.
leandro
___
leandro asnaghi-nicastro - editor in chief
capital of nasty - http://co
Abdel,
If you want PHP as an Apache module then apxs (or apxs2 if using
Apache2) is needed. If you want PHP as a CGI then it is not.
We do not know anything about your operating system, php version or what
errors you are getting. I have not used Apache2 so I may not be able to
help, but I'm s
So if apxs has to be used, then I'm in serious trouble as I'm not able to
make it work.
Please help if u can.
What may be the possible reason which fail my php make when I specify
--with-apxs2=/path/to/apxs
Thanx
\\\___///
\\
Newbie question :D'U know if it is possible to get apache work with php
as DSO without using apxs ?
Thanx
\\\___///
\\ _ _ //
( @ @ )
+---oOOo-(_)-oOOo+
Abdel RAMLI
[EMAIL P
Since you're compiling with apache2 are you using
--with-apxs2=/path/to/apxs/binary
?
Thanks,
JT
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 08, 2002 9:40 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] error making php
Hi all,
Tryi
Hi all,
Trying to make php after configure with-apxs
This occus almost at the end of the make process.
Running RedHat 7.2, Apache 2.0.36 & php 4.0.6
Any guess .?
Thanx
Here is the exact error message
sapi_apache2.c:443: warning: passing arg 2 of `ap_register_input_filter'
from in
compatible
I am setting up PHP on WinXP Pro with IIS 5.1.
I tried to start the IIS server and I get an "Unexpected error 0x8ffe2740
occured." error.
Anyone know how to resolve this problem
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I just ran into this problem also.
comment out the line below in the files Zend/zend.h and main/php.h
/* #include */
and run make again.
There seems to have a problem with configure script
Sung Joo-Yong wrote:
> Hi ~
>
> I wanna install PHP 4.2.1 on Solaris 2.5.1
> In configuring, I could s
Hi Guys,
I'm having the error above when configuring php-4.2.1 with openssl-.0.96d
(the newest stable version) and apache-1.3.36 on solaris 9 with gcc-3.1
./configure can find openssl with no problem, but it complains about the
version. I don't have any other version of openssl, and it is loca
Hello,
I'm running Linux 7.2 and apache. Also PostgreSQL.
After upgrading from 4.0.4 I receive all of these errors and I have no idea
what API=xxx means. I followed the instructions for upgrading to 4.2.1 and
everything apparently went well, but still have module errors.
Also, phpinfo()
Hello everyone...
I am trying to configure httpd.conf to support php 4.2.0 and I added
this lines:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
and
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .php
but when I try to start Apache, I rece
Hi,
I'm trying to install PHP 4.2 w/ Sablotron/XSLT/DOM support and during the
'make install' step I get the following error:
/usr/bin/ld: cannot find -lxmltok
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/home/eric/php-4.2.0'
make: *** [insta
There is an error while installing php4.1.2 on HP-UX 11.11 / gcc 3.0.2 in the
configure-phase.
Debug.log:
CONFIGURE: './configure' '--with-apache=/opt/apache' '--with-oci8'
'--disable-libgcc' '--disable-mysql'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES:
Hi guys.
I am getting this nasty little error when I try to build the make file.
I am trying to install PHP 4.1.2 with RH 7.2
Not really sure what is going on here and any help is greatly appreciated.
Here is the error:
/usr/local/src/php-4.1.2/ext/gd/php_gd.h:33:16: gd.h: No such file or
dire
Hello,
I am trying to compile Apache 1.3.24 with PHP 4.1.2, but when
compiling I get the following errors:
modules/php4/libphp4.a(dns.o): In function `zif_checkdnsrr':
/home/admin/php-4.1.2/ext/standard/dns.c:223: undefined reference to `__res_search'
modules/php4/libphp4.a(dns.o): In func
Hi
php compiled fine but when i restarted the webserver I recieved this error
msg.
conf_init: Error running init function load-modules: dlopen of
/SuperPages/ns-home/bin/libphp4.so failed (ld.so.1: ns-httpd: fatal:
relocation error: file /usr/local/lib/libsablot.so.0: symbol
__pure_virtual: refe
Hello everybody,
I am using the Linux + apache + mysql + php at the first time. After I
install all of these, I get an error message like
"Fatal error: Call to undefined function: mysql_connect() in
/var/www/html/index.php on line 2" on browser.
The installation procedure is :
for apache 1.3.22
Hello,
I have a problem when I write a PHP script used to connect to MySQL table.
The PHP script likes:
When I try to run this script on apache server, there is an error :
Fatal error: Call to undefined function: mysql_connect() in
/var/www/html/index.php on line 2
Can anyone tell me what is t
Hi,
What version and os are you using.
Seems like your apache was not correctly built! Check log in apache.
//Mikael
-Original Message-
From: Brett Cavé [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 27, 2002 7:04 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] Error configuring
Ack, big-time RTFM here. Please read the INSTALL file.
For --with-apache you must have the Apache source tree available.
For --with-apxs you obviously need apxs. Usually in the various
apache-dev packages on the various systems.
If you don't have either, then yes, you can only build the cgi v
Hi
I installed flex which solved my earlier problem. Now, when i configure php,
i get another error.
I have tried to install it 2 ways:
--with-apache
With this option, the httpd.h file cannot be found.
--with-apxs:
There is no "apxs" file.
If i do not use one o
Hi... I really need help for compile PHP. I have to
compile because i need to use YAZ
I "./configure" my php-4.1.1 in this
command line:
"./configure --prefix=/usr --with-mysql
--with-apxs=/usr/sbin/apxs --with-config-path-file=/etc
--with-exec-dir=/usr/bin --with-yaz=/usr/bin --en
Hello,
Now I can't compile php 4.1.1 under Solaris 8 (gcc 2.95.3).
make crashes with the following message :
gmake[3]: Entering directory `/local/src/php-4.1.1/ext/standard'
/bin/sh /local/src/php-4.1.1/libtool --silent --mode=compile gcc -I.
-I/local/src/php-4.1.1/ext/standard -I/local/src/p
Hi All,
I'm getting an error when running make with the GD library against 4.0.6. The
configure is:
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd --with-gd-dir=/usr
--with-jpeg-dir=/usr --with-png-dir=/usr --enable-safe-mode
--with-config-file-path=/etc/httpd --with-exec-dir=
"B. Perrine" <[EMAIL PROTECTED]> skrev i melding
1014319987.17633.20.camel@FatAgnus">news:1014319987.17633.20.camel@FatAgnus...
Your configuration exit after trying to find a compilator ...
Have you a compilator that suit to compile PHP on your box ???
I may sound stupid, but what is a compilato
Your configuration exit after trying to find a compilator ...
Have you a compilator that suit to compile PHP on your box ???
le mar 19-02-2002 à 19:51, Tomas Nicolajsen a écrit :
>
> When I try to configure php-4.1.1 with my
> Apache-AdvancedExtranetServer/1.3.20 I get the following error:
>
AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] (Error) Premature end of script headers
Hello,
I've installed PHP 4 (Windows) on an Apache Server.
I can run simple commands like :
but commands sch as
generate an INTERNAL SERVER ERROR: In the Error log file I get the
following explan
Hello,
I've installed PHP 4 (Windows) on an Apache Server.
I can run simple commands like :
but commands sch as
generate an INTERNAL SERVER ERROR: In the Error log file I get the
following explanation:
Premature end of script headers : c:php/php.exe
Can anybody help?
When I try to configure php-4.1.1 with my
Apache-AdvancedExtranetServer/1.3.20 I get the following error:
configure: error: no acceptable cc found in $PATH
[root@localhost php-4.1.1]# ./configure --with-mysql -with-apxs
loading cache ./config.cache
checking for a BSD compatible install..
I get this error on make for php:
Making all in gd
make[2]: Entering directory `/opt/php-4.1.1/ext/gd'
make[3]: Entering directory `/opt/php-4.1.1/ext/gd'
/bin/sh /php/libtool --silent --mode=compile gcc -I. -I/php/ext/gd
-I/php/main -I/php -I/opt/apache_1.3.12/include -I/php/Zend
-I/usr/local/m
Hi List,
with SuSE 7.3 I have an error with ./configure
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up
Are there any packages missing??
What can I do?
Greet
We are trying to build php 4.1.1 with ming 0.2a support on our Solaris
2.8
machine using gcc 2.95.2. However, we encounter some problems:
First, when we tried to build a dynamic ming library at the source tree of ming
0.2a, we kept getting the following error message:
gcc -g -Wall movie.o
Hello
I'm a chinese boy. and i'm a fresh men on PHP. When i install php4,i make some
errors.
Can you help me?
I install this php on Redhat7.2 + apache1.2.22
++
|*** WARNING ***
Hello
I'm a chinese boy. and i'm a fresh men on PHP. When i install php4,i make some
errors.
Can you help me?
I install this php on Redhat7.2 + apache1.2.22
++
|*** WARNING ***
Hello
I'm a chinese boy. and i'm a fresh men on PHP. When i install php4,i make some
errors.
Can you help me?
I install this php on Redhat7.2 + apache1.2.22
++
|*** WARNING ***
so i'm running apache 1.3.22 on windows XP
and trying to run phpnuke on it.It works fine locally without ANY errors.But
as soon as outside users try to connect to the server they say there was an
error.Since they are windows users they couldn't quite tell me what was
wrong.Anyway...after connectin
Hey all. I'm running Redhat 7.0. I wanted to add the pdflib functions to
php which I have done successfully at work on a LinuxPPC machine.
Unfortunately this meant ripping out the apache and php rpms and
recompiling from scratch. Everything seems to compile ok, apache runs fine
without the php
Hello,
I am trying to install php4.0.6 on an alpha running OSF V5.1
This is the configuration i am using:
./configure --with-apxs=/usr/local/apache/bin/apxs
--with-mysql=/usr/local/mysql --with-gd=/usr/local/src/gd-1.8.4
--with-png-dir=/usr/local/src/libpng-1.2.0
--with-zlib-dir=/usr/local/src/
Figured it out... didn't have the proper .dll files in the same folder as
the php.exe
> I have PHP 4.0 on Apache 1.3.12 and I can't get PHP files to execute
> properly in the browser.
>
> Have edited httpd.conf for Apache as indicated in install instructions.
>
> The error I get is this:
>
> php.
I have PHP 4.0 on Apache 1.3.12 and I can't get PHP files to execute
properly in the browser.
Have edited httpd.conf for Apache as indicated in install instructions.
The error I get is this:
php.exe - Entry Point Not Found
The procedure entry point php_ini_path could not be located in the dynam
I get the following error when trying to test PHP with IIS 5 using tha Isapi
DLL. Any ideas what is causing it?
The HTTP server encountered an unhandled exception while processing the
ISAPI Application '
php4isapi!HttpExtensionProc + 0x44
wam!SE_TABLE::ReleaseExtension(class HSE_BASE *) + 0x99
I'm new to Linux but so far I've been able to work through all of my
problems.. This one has me.
I am running linux 7.2
Apache-1.3.22-2
I'm trying to install php4-4.0.6-3cl.i386.rpm
I have installed the follow packages as listed in the php4 manual.
zlib
libpng
libjpeg
gd
gd-devel
apache
mod_php4
I don't know EXACTLY how to help you... but I think I had a similar
problem that was solved (in my case) by editing the httpd.conf file. If
you're already done this, disregard the following:
Uncommment or add the lines
AddType application/x-httpd-php .php # you may have to add the
suf
no.php
this works for me..
charles
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 28, 2001 1:40 AM
Subject: Re: [PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2
> Greetings Clacy,
> Mind
Greetings Clacy,
Mind you, the experience I share here is *primarily* from *BSD.
However, I have a great deal of experience with Win(whatever) and
Linux as well. I just blew away my "potato" install. So I can't
look at it for reference. That said, let's go. Read further down...
> Heres what I ha
Heres what I have:
Clean install of redhat 7.2, server option chosen, default packages installed - no
extra servers or subcategories.
I have installed the following with no problems through configure, make or make
install:
- MySQL 3.23.45 from binaries at mysql.com (redhat gcc error, or so it s
I just installed PHP Version 4.06 and when i try to start IIS it says
Uexpected error 0x8ffe2740 occured.
Oh yeah Using IIS 5 with windows XP Pro
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> Could someone glance at my situation and the enclosed PHP error log
> snippet and give me an idea as to where to procede? I'm pretty stuck.
>
> Stats:
>
> OS: Linux (RH 7.1)
> Apache 3.19
>
> Have latest openLDAP and Berkeley DB 3 Installed with no build errors
> (/usr/local;/usr/local/Berke
I installed PHP3 on Windows 98 with PWS and when I run a php file it gives
me ah error:
HTTP Error 403
403.1 Forbidden: Execute Access Forbidden
This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that does not allow programs to be
executed.
Hi ya all!
I'm having some trouble with PHP on IIS. Yes, I know IIS suck! When I
have one website, I have no problem. But when I have more than one website
on IIS. This is when I have problem with PHP. I looked up on php.ini to
make sure the line, "doc root = " is left blank and the othe
On Solaris 8 using PHP 4 Netscape 3.6,
When trying to start Netscape get following error.
conf_init: Error running init function load-modules: dlopen of
/usr/local/php-4.0.6/libs/libphp4.so failed (ld.so.1: ns-httpd: fatal:
relocation error: file /usr/local/php-4.0.6/libs/libphp4.so: symbol
zend_
OK. so I have to install C again?
and what do you mean with "
> * to be honest, we use apache
> 1.3.20+mod_ssl+php4.0.4pl1+jserv in prod.
"
see you,
Augusto
--- "B. PERRINE" <[EMAIL PROTECTED]> escreveu:
> le mar 02-10-2001 at 16:00 Augusto Cesar Castoldi a
> écrit :
> > Hi... I really need h
le mar 02-10-2001 at 16:00 Augusto Cesar Castoldi a écrit :
> Hi... I really need help for compile PHP. I have to
> compile because the previous compiling didn't have
> "-with-dom" option.
>
> I "./configure" my php-4.0.6 in RedHat 6.2 with this
> command line:
> "./configure --with-mysql
> --wi
hi,
I have pb with php 4.0 as servlet on resin.
if i call php page without paramatre it OK
but with paramatre ( ex : toto.phtml?msg=1)
my web server is stoped with the following error :
# An unexpected exception has been detected in native code outside the
VM.# Program counter=0x511996a5
#
#
Hi... I really need help for compile PHP. I have to
compile because the previous compiling didn't have
"-with-dom" option.
I "./configure" my php-4.0.6 in RedHat 6.2 with this
command line:
"./configure --with-mysql
--with-apache=../apache_1.3.20 --enable-track-vars
--with-dom=../libxml2-2.4.5
-
I've tried building various ways. I've recently rebuilt libmcal from CVS.
Platform/OS: Mandrake Linux (Intel) 2.4.3
Any help with the message below would be appreciated.
I am not on this list, could you please reply to me via email?
Thank you in advance.
-mike
CONFIGURE: './configure' '--wi
Saturday, September 08, 2001, 1:11:41 PM, you wrote:
BW> I'm running Apache web server as a service on win2k, I manually installed,
BW> and the files are in C:\php2\. Here is the php part of my srm.conf:
BW> ScriptAlias /php/ "c:/php2/"
BW> AddType application/x-httpd-php .php
BW> AddType applic
I'm running Apache web server as a service on win2k, I manually installed,
and the files are in C:\php2\. Here is the php part of my srm.conf:
ScriptAlias /php/ "c:/php2/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
Action appl
I recently installed Apache 1.3 (Win32) and PHP 4 on a Win ME system. I
followed the installation instructions included in the readme file that was
included in the PHP installation. Running php.exe -i returned the html codes
properly.
The apache server is displaying .html and .htm files properly
Ok, I've downloaded the source code, and ran the
/configure --with-sybase=/opt/sybase-11.9.2/. When I got to do the make
on it, I get these errors:
/home/ksayre/downloads/php-4.0.6/ext/sybase/php_sybase_db.h:67:22:
sybfront.h: No such file or directory
/home/ksayre/downloads/php-4.0.6/ext/sybas
> However, when I try to run the following simple script to connect to
> MySQL on localhost, I get the baffling error: 'undefined function'. I
> thought that MySQL connections were standard baked in PHP4.
Unless specifically compiled to not have MySQL support, it is standard.
Check phpinfo() and
Hi -
I get the following error:
Warning: Failed opening ''prepend.php3'' for inclusion
(include_path=''.:/opt/apache/php'') in Unknown on line 0
when I try to open any '.php' file.
prepend.php3 is in /opt/apache/php
All directories in the include path have read and exe
Thank you for the suggestion! I apparently forgot that step. However, I
added LD_LIBRARY_PATH=/usr/lib to my start script and I got the same
error. Is it correct that I want to map to libstdc++.so.. ? Should
I, instead, try to map to the libraries only relevant to Netscape
Enterprise (/va
Hi Daryl,
have you added LD_LIBRARY_PATH= to your Netscape server startup
script ?
see http://benoit.noss.free.fr/php/install-php4.html
regards
alfred
> Daryl DuLong wrote:
>
> Hi All,
>
> I've searched through the archives for an answer to this error and I
> can't seem to come up with one.
Hi All,
I've searched through the archives for an answer to this error and I
can't seem to come up with one. I am trying to run PHP4 under Netscape
Enterprise Server 3.6 SP3 on an IRIX box. It compiled correctly, and,
yes, I did remember to include "--enable-libgcc" to the configuration
process
On Monday 14 May 2001 09:23, Jack wrote:
> I had downloaded the php4.05-installer.exe (Windows Installer) from
> php.net, after i install the program, there is one error in event viewer:
> "The HTTP Filter DLL c:\PHP\php4ts.dll failed to load. The data is the
> error"
> Did anyone had the same cas
Dear all
I had download the Windows Installer from php.net. (php4.05-Installer.exe)
After i installed the program and restart the computer, i found out that
there is a error occur from the event log of windows!
"The HTTP filter DLL c:\PHP\php4ts.dll failed to load. The data is the
error"
Did anyon
Dear all
I had downloaded the php4.05-installer.exe (Windows Installer) from php.net,
after i install the program, there is one error in event viewer:
"The HTTP Filter DLL c:\PHP\php4ts.dll failed to load. The data is the
error"
Did anyone had the same case as i did?
Thanks for your attention
Ja
I can configure php-4.0.5 normaly with this:
./configure --with-mysql=/usr/local/mysql
--with-apxs=/usr/local/apache/bin/apxs --enable-track-vars
but when run make it gives me this error:
sapi_apache.c: In function `apache_php_module_main':
sapi_apache.c:80: `NOT_FOUND' undeclared (first use
Hello again,
I am strill trying to compile PHP4-CVS (as of 04132001) with IMAP-SSL
support with the following options:
"./configure" \
"--with-apxs" \
"--with-bz2" \
"--with-gettext" \
"--with-imap" \
"--with-imap-ssl" \
"--with-mysql" \
"--with-openssl" \
"--with-regex=system" \
"--with-zlib" \
>I am trying to install PHP on a Red Hat Linux system and get an error which
>seems to complain about not finding the mySql client software. both mySql
>and Apache are installed and working correctly. Can anyone help point me in
>the right direction with this. I have attached the debug.log fil
Hi
I am trying to install PHP on a Red Hat Linux system and get an error which
seems to complain about not finding the mySql client software. both mySql
and Apache are installed and working correctly. Can anyone help point me in
the right direction with this. I have attached the debug.log file
>/u01/httpd/cgi-bin/test.php" in the Apache error_log file with a simple test
>file. Any suggestions?
Put it somewhere else. NOT in your cgi-bin but in your www root, htdocs or
however you call it.
Bye,
B.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL P
I have a new install under RedHat6.1/Apache1.3 using dso. All appeared to
go smoothly but I get the error "Premature end of script headers:
/u01/httpd/cgi-bin/test.php" in the Apache error_log file with a simple test
file. Any suggestions?
Thanks--Houston
--
PHP Install Mailing List (http
1 - 100 of 113 matches
Mail list logo