php-install Digest 18 Jan 2003 08:22:27 -0000 Issue 1207

Topics (messages 9730 through 9734):

Installing PHP 4.3, Apache 1.3.27 on Windows 2000 Pro
        9730 by: Jamey Maze

unixdate() redefined
        9731 by: William Cheung
        9733 by: William Cheung

I can't get my php to work using IIS or Apache
        9732 by: karaya.softhome.net

php ./configure failing from libintl.so.2
        9734 by: Will Schairer

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 ---
Apache works without PHP, but when I try to start it with PHP as a server module, it 
says:

Can't locate API module structure 'php_module' in file 
c:/php/sapi/php4apache.dll: (127) The specified procedure could not be found

I've studied the archives and tried various things, but no luck. I removed the 
software and started from scratch with the same results. My LoadModule statement in 
httpd.conf looks like:

LoadModule php_module C:/php/sapi/php4apache.dll


Any help would be appreciated.

Jamey



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
--- End Message ---
--- Begin Message ---
PHP: 4.3.0
OS: Win2K Pro
Web Server: Personal Web Server
 
I got the following error when I try to browse a PHP page.
Cannot redeclare unixdate() in C:\PHPRoot\ADODB\adodb.inc.php on line 1453

The page is working in 4.2.x 
Does 4.3.0 have a new function called unixdate() as well?
 
William Cheung, B.Sc. MCSE MCDBA
Databyte Corp.
 
--- End Message ---
--- Begin Message ---
Strange. If I use ADODB 3.00, it will somehow connect to MySQL using
adodb-mysql.inc.php even though my connect should be mssql no matter what
version of PHP I am using.
If I use ADODB 2.50 and PHP 4.3.0, I got the unixdate() redefined problem
below.
The only stable combination is ADODB 2.50 and PHP 4.2.x. 
php.ini is set to as similar as possible in every case.

-----Original Message-----
From: William Cheung [mailto:[EMAIL PROTECTED]] 
Sent: January 17, 2003 2:57 PM
To: PHP Support
Subject: [PHP-INST] unixdate() redefined


PHP: 4.3.0
OS: Win2K Pro
Web Server: Personal Web Server
 
I got the following error when I try to browse a PHP page. Cannot redeclare
unixdate() in C:\PHPRoot\ADODB\adodb.inc.php on line 1453

The page is working in 4.2.x 
Does 4.3.0 have a new function called unixdate() as well?
 
William Cheung, B.Sc. MCSE MCDBA
Databyte Corp.
 


--- End Message ---
--- Begin Message ---


----------Forwarded message ----------
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: I can't get my php to work using IIS
Date: Wed, 15 Jan 2003 03:04:10 -0700
Mime-Version: 1.0
Content-Type: text/plain; format=flowed; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Sender: [EMAIL PROTECTED]
X-Originating-IP: [203.14.169.17]

Hi,
i'm new to all this and i just installed IIS and php 4.3
I am currently using windows XP professional.
The problem i am facing is that the php files that i created are not being displayed in my web browser at all. the interpreter opens up and does something really fast and then closes up again. but nothing happens in my web browser.
even when i open files in my web browser, the php files are not recognised as html files. i can only find them using all files.
can anyone please help me with setting this all up properly and getting it
--- End Message ---
--- Begin Message --- Hi,
I am trying to install php 4.3.0 with gettext support. to config i ran:
affe-[/src/php-4.3.0]#./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-openssl --with-imap-ssl --with-gettext --enable-mbstring
and although it configured, it got an errorin debug.log. (below) when I run make andmake install, make install-pear fails. I have installed gettext 0.11.5; I do not really understand how the libintl.* works (that doesn't help me). I am running Solaris 9 sparc. Thanks in advance for any help!

Will

===debug.log===

affe-[/src/php-4.3.0]#more debug.log
CONFIGURE: './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/my
sql' '--with-openssl' '--with-imap-ssl' '--with-gettext' '--enable-mbstring'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS
CXX:
CXXFLAGS:
INCLUDES: -I/usr/local/apache2/include -I$(top_builddir)/Zend -I/usr/local/ssl/include -I/usr/
local/include -I/usr/local/mysql/include
LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 -L/usr
/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/loca
l/lib -L/usr/local/lib -R/usr/local/mysql/lib -L/usr/local/mysql/lib
LIBS: -lmysqlclient -lz -lintl -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -lsocket -lg
cc -lcrypt
DLIBS:
SAPI: apache2filter
PHP_RPATHS: /usr/ucblib /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 /usr/local/ssl/lib /usr/
local/lib /usr/local/mysql/lib
uname -a: SunOS affe 5.9 Generic_112233-03 sun4u sparc SUNW,Ultra-30

gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/
gcc-lib/sparc-sun-solaris2.9/3.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 -R/usr/local/s
sl/lib -L/usr/local/ssl/lib -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql/lib -L/usr/local
/mysql/lib conftest.c -lmysqlclient -lz -lintl -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -ls
ocket -lgcc -lcrypt 1>&5
ld.so.1: ./conftest: fatal: libintl.so.2: open failed: No such file or directory


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus

--- End Message ---

Reply via email to