php-install Digest 11 Jan 2002 08:18:37 -0000 Issue 643
Topics (messages 5528 through 5538):
Re: XpmFreeXpmImage in -lXpm
5528 by: Mark
alpha OSF V5.1
5529 by: Thomas Holton
Installing PHP on Novell NetWare 6 Server
5530 by: Marc Gervais
apache and mod_php4
5531 by: DigitalKoala
5532 by: Jim Thome
Win95 Installation on laptop
5533 by: Neil Harrison
5535 by: Dave Lurie
linux machine still using old php configuration???
5534 by: DKode
HAVE_MYSQL_REAL_CONNECT
5536 by: Jeff Baldwin
Bugreport?
5537 by: Mark
Php on Linux Apache - Php Editor on W2K?
5538 by: Webmaster
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I forgot to say, I used <? phpinfo(); ?> to check out which configure
options to use.
Mark
"Mark" <[EMAIL PROTECTED]> schreef in bericht
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm getting an error I don't like. Since I first installed PHP on my SuSE
> 7.3 box with RPM, the version has changed from 4.0.6 to 4.1.1 and I want
to
> upgrade manually with tar.gz. The cool thing is, I'm getting the "old"
> ./configure options. So I applied those, however, I'm getting an error
which
> is:
>
> configure:20082: checking for XpmFreeXpmImage in -lXpm
> configure:20103: gcc -o
>
conftest -g -O2 -DEAPI_MM -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHARD
> _SERVER_LIMIT=2048 -DDYNAMIC_MODULE_LIMIT=12
> -L/lib -lX11
> -lpng -lz -ljpeg -lz -lxml2 -lgdbm -lcurl -ldl -lcrypto -lssl -lcurl
-l
> bz2 -lz -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -lresolv -lc
> /usr/i486-suse-linux/bin/ld: cannot find -lXpm
> collect2: ld returned 1 exit status
>
>
> Could someone advice me what to do? Thanks in advance,
>
> Mark.
>
>
--- End Message ---
--- Begin Message ---
Has anyone ever installed PHP on an alpha? I looked through the mailing
list archives and could not find alpha anywhere.
I am having trouble installing it on an alpha running OSF V5.1
thanks in advance
-tom
..
--- End Message ---
--- Begin Message ---
I need to know how to install PHP on Novell NetWare 6 with Apache. The
appache server is already installed but how can I compile PHP on NetWare
for Apache ? You can reply to by e-mail ([EMAIL PROTECTED]) or in this
group. Thank for help.
--- End Message ---
--- Begin Message ---
Hi there..
Can anyone tell me how i can tell if php is correctly installed on my
machine?
I'm running Apache-1.3.20 on FreeBSD 4.4, and i've installed the
mod_php4-4.0.6_4 package on my machine also.
However, php pages are not recognised by my browser, it attempts to download
them as an unrecognised file type.
Thanks for your help!
dk
--- End Message ---
--- Begin Message ---
Read #17 on the installation instructions on this page:
http://www.php.net/manual/en/install.apache.php
-Jim
>>> "DigitalKoala" <[EMAIL PROTECTED]> 01/10 1:23 PM >>>
Hi there..
Can anyone tell me how i can tell if php is correctly installed on my
machine?
I'm running Apache-1.3.20 on FreeBSD 4.4, and i've installed the
mod_php4-4.0.6_4 package on my machine also.
However, php pages are not recognised by my browser, it attempts to download
them as an unrecognised file type.
Thanks for your help!
dk
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Hi,
I've been running Apache/PHP4 on my desktop machine for some time now with few
problems.
I recently acquired an IBM Thinkpad 560 running Windows 95 and decided it would
be a good idea to install the above so I could do some of my web site
development in comfort!
Anyway, I've installed both products (Apache 1.3.20 and PHP 4.0.5) and am having
trouble getting PHP to work correctly.
I've added the line
LoadModule php4_module c:\php\sapi\php4apache.dll
to httpd.conf (the path is correct).
When I try to run Apache I get
Cannot load c:\php\sapi\php4apache.dll into server: (1157) one of the
library files needed to run this application cannot be found
If I try to run php.exe I get a message popup that says
A required .DLL file, MSVCIRT.DLL was not found
I have this DLL on my desktop machine (Windows ME) but if I copy it to the
laptop I still have problems as it appears that the DLL is incompatible in some
way with Win 95 as I get the message
The MSVCIRT.DLL file is linked to missing export MSVCRT.DLL:??_U@YAPAXI@Z.
If anyone can help with this I'd be very grateful
--
Thanks,
Neil
--- End Message ---
--- Begin Message ---
Yes, this isn't going to work because although windows DOES work
95-->98-->ME parallel to the NT 4-5-2000 range, something from ME is very
unlikely to work in 98 let alone 95.
The simplest solution is get someone else with win95 to e-mail it to you,
and check that you haven't done something strange like making php think
you're running it on the supercomputer of the centery with windows 3000 on
or whatever (trust me, i can cock up a computer that much!)
Hope it helps
Dave
"Neil Harrison" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I've been running Apache/PHP4 on my desktop machine for some time now with
few
> problems.
>
> I recently acquired an IBM Thinkpad 560 running Windows 95 and decided it
would
> be a good idea to install the above so I could do some of my web site
> development in comfort!
>
> Anyway, I've installed both products (Apache 1.3.20 and PHP 4.0.5) and am
having
> trouble getting PHP to work correctly.
>
> I've added the line
> LoadModule php4_module c:\php\sapi\php4apache.dll
> to httpd.conf (the path is correct).
>
> When I try to run Apache I get
> Cannot load c:\php\sapi\php4apache.dll into server: (1157) one of the
> library files needed to run this application cannot be found
>
> If I try to run php.exe I get a message popup that says
> A required .DLL file, MSVCIRT.DLL was not found
>
> I have this DLL on my desktop machine (Windows ME) but if I copy it to the
> laptop I still have problems as it appears that the DLL is incompatible in
some
> way with Win 95 as I get the message
> The MSVCIRT.DLL file is linked to missing export
MSVCRT.DLL:??_U@YAPAXI@Z.
>
> If anyone can help with this I'd be very grateful
>
> --
> Thanks,
> Neil
>
--- End Message ---
--- Begin Message ---
I ran through the whole install of php4 on rh linux 7.2 with mysql support
when I originally setup this machine it had php4.0 on it.
I compiled and installed php4.1 and copied the php.ini-dist to /etc/php.ini
(which is where the old one was)
i then restarted the web server but when i try phpinfo(); its still showing
me php 4.0
any ideas? probably something simple. thanks
--- End Message ---
--- Begin Message ---
Hello All --
When building my updated PHP package from my existing src.rpm .... I am
receiving the following 'error' when building the package..
+ gcc -fPIC -shared -O2 -march=i686 -DHAVE_CONFIG_H -DCOMPILE_DL_MYSQL
-DHAVE_MYSQL -I. e/freetype -I/usr/include/mysql -I./ext/mysql
-I./ext/mysql/libmysql -I./ext/xml/expat/xDMOD_SSL=207101 -DUSE_HSREGEX
-DEAPI -DUSE_EXPAT '-I$(top_builddir)/TSRM' -DHAVE_MYSQL_Mc -o mysql.so
-L.libs -L/usr/lib/mysql -lmysqlclient -lc
ext/mysql/php_mysql.c:28: config.h: No such file or directory
In file included from ext/mysql/php_mysql.c:59:
/usr/include/mysql/mysql.h:292: warning: `HAVE_MYSQL_REAL_CONNECT' redefined
*Initialization*:1: warning: this is the location of the previous definition
Bad exit status from /var/tmp/rpm-tmp.48011 (%build)
I've seen 'mentions' of this on the net.. but no one really says what
the problem is and what can be done to fix it...
I have these MySQL packages installed..
[root@mill96 SPECS]# cat ~/installed | grep SQL
MySQL-devel-3.23.36-1.0.19
MySQL-3.23.36-1.0.19
MySQL-client-3.23.36-1.0.19
MySQL-shared-3.23.36-1.0.19
Anyone seen this? Read about it? Have any ideas?
Thanks
Jeff
--- End Message ---
--- Begin Message ---
Seems like either a bug, or a sysadmin (me) who is an idiot because it's
1.14am.
Making all in curl
make[2]: Entering directory `/opt/php-4.1.1/ext/curl'
make[3]: Entering directory `/opt/php-4.1.1/ext/curl'
/bin/sh /opt/php-4.1.1/libtool --silent --mode=compile
gcc -I. -I/opt/php-4.1.1/ext/curl -I/opt/php-4.1.1/main -I/opt/php-4.1.1 -I
/usr/include/apache -I/opt/php-4.1.1/Zend -I/usr/local/openssl/include -I/us
r/include/freetype -I/usr/include/imap -I/usr/include/mcal -I/usr/include/my
sql -I/usr/include/ucd-snmp -I/opt/php-4.1.1/ext/xml/expat -DEAPI_MM -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHARD_SERVER_LIMIT=2048 -DDYNAMIC_MODU
LE_LIMIT=128 -DLINUX=22 -DMOD_SSL=208104 -DEAPI -DUSE_EXPAT -I/opt/php-4.1.1
/TSRM -g -O2 -prefer-pic -c curl.c
curl.c: In function `zm_startup_curl':
curl.c:176: `CURLOPT_COOKIEJAR' undeclared (first use in this function)
curl.c:176: (Each undeclared identifier is reported only once
curl.c:176: for each function it appears in.)
curl.c:177: `CURLOPT_SSL_CIPHER_LIST' undeclared (first use in this
function)
curl.c: In function `zif_curl_setopt':
curl.c:694: `CURLOPT_COOKIEJAR' undeclared (first use in this function)
curl.c:695: `CURLOPT_SSL_CIPHER_LIST' undeclared (first use in this
function)
curl.c:797: `CURLFORM_COPYNAME' undeclared (first use in this function)
curl.c:798: `CURLFORM_FILE' undeclared (first use in this function)
curl.c:798: `CURLFORM_END' undeclared (first use in this function)
curl.c:802: `CURLFORM_PTRCONTENTS' undeclared (first use in this function)
make[3]: *** [curl.lo] Error 1
make[3]: Leaving directory `/opt/php-4.1.1/ext/curl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/php-4.1.1/ext/curl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/php-4.1.1/ext'
make: *** [all-recursive] Error 1
astarte:/opt/php-4.1.1 #
--- End Message ---
--- Begin Message ---
Hi List,
Is out there someone with experience about a W2K php editor on a LAN machine
that can be connected to Apache web server compiled with php and mysql on a
Linux box ?
Any ideas are welcome.
Thanks Tony
++++++++++++++++++
Kreorg Oktatóközpont
http://www.kreorg.hu
[EMAIL PROTECTED]
Tel:+36-1-321-00-31
Fax:+36-1-397-27-80
GRID Erő a változáshoz.
--- End Message ---