php-install Digest 22 Jul 2003 12:52:47 -0000 Issue 1470
Topics (messages 11318 through 11321):
Re: PHP 4.3.2 extensions building problem?
11318 by: Michael Mauch
A problem with the extension_dir
11319 by: Jax Jediknight
Please Help: PHP and Apache Installation
11320 by: WX
AS400 - /config.guess: 001-0019 Error ...
11321 by: Juliana.Amaral.itau.com.br
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 ---
Lukasz Karapuda wrote:
> All the extensions work correctly, besides mysql. I tried compiling
> with the bundled mysql libraries (---with-mysql) and with the mysql
> libraries which i have currently installed on my system
> (---with-mysql=/usr).
I guess these three dashes "---" are a typo only in your message?
> In both cases the make is successful but the
> extension is not working. When i do php -m (CLI) it lists all the
> extensions including mysql.
Then it should work. How do you know that it does not work, i.e. what
script did you use and what were the error messages?
Regards...
Michael
--- End Message ---
--- Begin Message ---
Hello everybody,
I was recently installing PHP 4.3.2 on an Apache 2.0.46 on Windows 98SE and
I can't figure out why aren't extensions working. I checked the
extension_dir setting in the php.ini file, and it pointed to a right
directory (C:\Program Files\PHP 4.3.2\extensions). However, when I
activated any extension, there was an error that its file can't be found. I
copied the path from the dialog window, and it pointed to an existing file.
I've tried:
- putting them to:
c:\windows\system
c:\windows\system32
c:\php
c:\ext
c:\php\ext
c:\php\extension
- putting slashes or backslashes in the path,
- ending it with a slash or a backslash,
- relative paths like .\extensions, .
And it did nothing! I semicoloned all the extensions in the php.ini, and I
am currently using PHP without any extensions, which is not very
comfortable. It is functioning very well, and it has no other error nor
warnings beside the extensions problem.
If there is something I could do to fix this proble, I would be very
grateful.
Jax
--- End Message ---
--- Begin Message ---
I have php version 5.0.0b1 installed and apache 2.046. I also have mySQL 4
4.013 installed on a windows XP home Computer.
MySQL works, PHP works and Apache works when the following lines are not
added to the httpd.con
LoadModule php4_module "C:/Program Files/Apache
Group/Apache2/PHP/sapi/php4apache2.dll"
AddType application/x-httpd-php .php
I changed the path to use \ but the result is the same:
1. When I restart apache from apavhe monitor the error message is " The
requested operation has failed"
when I start apache from comand line: C:\Program Files\Apache
Group\Apache2\bin>apache
"Syntax error on line 988 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
Can't locate API module structure `php4_module' in file C:/Program
Files/Apache Group/Apache2/PHP/sapi/php4apache2.dll: No error "
I had installed PHP in C:\PHP originally with same result. I have tried with
various versions of PHP and apache and the results have been the same.
To confirm the PHP is ok I run php -i at command prompt and usually get the
long stream of html codes.
Is there something I'm not doing correctly? Please help
--- End Message ---
--- Begin Message ---
Hello,
I have an AS/400 V5R2 and I liked test PHP in AS/400.
I run qsh (SHELL of the Unix), move to directory php-4.3.0 (downloaded of
the http://www.php.net) and execute ./configure, then the error below
occured:
I already send mail to <[EMAIL PROTECTED]> (version up to date), but I
didn't have a answer.
Can you help me ?
===================================================================================================
> cd /php-4.3.0
$
> ./configure
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working sed... sed
checking host system type... ./config.guess: 001-0019 Error found
searching f
or command no_compiler_found. No such path or directory.
./config.guess: unable to guess system type
This script, last modified 2003-07-02, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from
ftp://ftp.gnu.org/pub/gnu/config/
If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <[EMAIL PROTECTED]> in order to provide the needed
information to handle your system.
config.guess timestamp = 2003-07-02
uname -m = 00XXXXXXXXXX
uname -r = 2
uname -s = OS400
uname -v = 5
/usr/bin/uname -p =
/bin/uname -X =
hostinfo =
/bin/universe =
/usr/bin/arch -k =
/bin/arch =
/usr/bin/oslevel =
/usr/convex/getsysinfo =
UNAME_MACHINE = 00XXXXXXXXXX
UNAME_RELEASE = 2
UNAME_SYSTEM = OS400
UNAME_VERSION = 5
configure: error: can not guess host type; you must specify one
$
===================================================================================================
Thanks in advance !!
______________________________
Juliana / Irene
Banco Itaś S/A
Grupo de Suporte AS/400
Email: [EMAIL PROTECTED]
Esta mensagem e uma correspondencia reservada. Se voce a recebeu por engano, por favor
desconsidere-a.
O sistema de mensagens da Internet nao e considerado seguro ou livre de erros. Esta
instituicao nao se
responsabiliza por opinioes ou declaracoes veiculadas atraves de e-mails.
--- End Message ---