php-install Digest 1 Feb 2002 05:01:51 -0000 Issue 678
Topics (messages 5863 through 5889):
PHP 4.1.1 Dynamic Module on Redhat 7
5863 by: Mike Frazer
Re: Newby -- Browser won't run php
5864 by: Mike Frazer
Re: Linux +Xitami + PHP4.1.1
5865 by: Mike Frazer
Re: Apache/PHP configuration question
5866 by: Randy Arabie
5867 by: Pierre-Alain Joye
php begginer
5868 by: Laura Silveira Mastella
5879 by: Jason Cox
Which Linux to Install for the best with PHP4
5869 by: Dan Campbell
5874 by: Curtis
Error build php support for ming on Solaris 2.8
5870 by: Ziying Sherwin
enable dmalloc option for php 4.1.1 installation on Solaris 2.8
5871 by: Ziying Sherwin
Repost: Amultiply-defined symbol error with php 4.1.1 on Solaris 2.8
5872 by: Ziying Sherwin
ISAPI Interface
5873 by: Mike_Bryeans.webbbs.org
LibPNG error
5875 by: Jonathan Hilgeman
5876 by: Rasmus Lerdorf
5877 by: Jonathan Hilgeman
Re: Windows 2000 IIS 5.0
5878 by: Oliver Cronk
gunzip error: mysql(version).tar.gz: not in gzip format
5880 by: Dan Campbell
5881 by: Demitrious S. Kelly
5883 by: Dan Campbell
can I run tar on a .gz file? e-engineer does it in directions
5882 by: Dan Campbell
5886 by: Dan Campbell
stuck at -> prompt
5884 by: Dan Campbell
5885 by: Philip Snyder
5887 by: Jason Cox
5889 by: David Jackson
[PHP] install error (NS + PHP + UNIX) !
5888 by: Sang-Kyu Ahn
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 ---
Okay, I finally decided to upgrade to 4.1.1. I did a double compile, one
for the binary and one for the dynamic module (seen this done a few times).
I followed the steps in the INSTALL file *exactly*, restarted Apache, but
the version is still reporting as 4.0.1, not 4.1.1. I checked the date on
libphp4.so and it is today's date. I checked the httpd.conf and it's
referencing that file. I copied the new php.ini-dist to /etc/php.ini which
is where Redhat apparently puts its php.ini file. phpinfo() shows that as
being the location. Everything is there in the right place but I still am
showing the wrong version.
I copied the binary to where the old binary was and checked the version, and
it's showing up correctly as 4.1.1.
Any ideas?
Mike Frazer
--- End Message ---
--- Begin Message ---
Are you looking for <? phpinfo() ?> rather than <? phpinfo.php ?>?
Also, make absolutely certain you have the correct line in your httpd.conf.
It varies depending on whether you installed the dynamic or the static
module. Check the INSTALL file for details.
Mike Frazer
"Dan Campbell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Damn, this is hard. I'm running Linux 7.1, apache_1.3.19 , php-4.1.1.
> Everything seems to have been installed fine, without a hitch, but I still
> can't get my browser to recognise a php page called phpinfo.php with the
> following script <? phpinfo.php ?> like it should.
> all the configure , make , and make files directives seemed to work fine.
> it's been a week I've been working on this, a real nightmare. I got it
> running once a while back, it seemed so much easier somehow, but now it's
> like impossible with PHP4 .
>
>
>
>
>
--- End Message ---
--- Begin Message ---
>From the manual (at least the downloadable CHM file)...note that these are
Windows instructions but the server probably works in a similar manner on
Linux...at least it's a start:
Servers-Xitami
This section contains notes and hints specific to Xitami.
Xitami for Windows
This list describes how to set up the PHP CGI binary to work with Xitami on
Windows.
Make sure the webserver is running, and point your browser to xitamis admin
console (usually http://127.0.0.1/admin), and click on Configuration.
Navigate to the Filters, and put the extension which php should parse (i.e.
.php) into the field File extensions (.xxx).
In Filter command or script put the path and name of your php executable
i.e. c:\php\php.exe.
Press the 'Save' icon.
Mike Frazer
"David Jackson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Greeting --
> I've been running Xitami web server on my WinMe laptop. Installing PHP
> was easy using
> the insallable exe for PHP. And installing Xitami on my Linux box is
> also easy.
> What I'm not sure of is how to install PHP? Since the ./configure
> options didn't mention
> Xitami as a server supported? Any experiences or suggestions?
>
> Thank,
> David Jackson
--- End Message ---
--- Begin Message ---
On Thu, 31 Jan 2002, Terry Poperszky wrote:
> I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2
> Linux box. I followed the Apache Module Quick installation instruction found
> in the PHP manual, and seem to be having a bit of a problem. My goal is to
> install WebCalendar-0.9.34, which currently resides in the
> /usr/local/apache/htdocs/WebCalendar folder. When I try and browse it using
> http://localhost/WebCalendar it pulls up a directory listing rather than
> activating the index.php page.
>
> Any suggestions?
Did you uncomment the line like this in httpd.conf -->
#AddType application/x-httpd-php .php
--
Cheers!
Randy
--- End Message ---
--- Begin Message ---
Begin forwarded message:
Date: Thu, 31 Jan 2002 19:22:35 +0100
From: Pierre-Alain Joye <[EMAIL PROTECTED]>
To: Randy Arabie <[EMAIL PROTECTED]>
Subject: Re: [PHP-INST] Apache/PHP configuration question
On Thu, 31 Jan 2002 11:14:52 -0700 (MST)
Randy Arabie <[EMAIL PROTECTED]> wrote:
> On Thu, 31 Jan 2002, Terry Poperszky wrote:
>
> > I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2
> > Linux box. I followed the Apache Module Quick installation instruction found
> > in the PHP manual, and seem to be having a bit of a problem. My goal is to
> > install WebCalendar-0.9.34, which currently resides in the
> > /usr/local/apache/htdocs/WebCalendar folder. When I try and browse it using
> > http://localhost/WebCalendar it pulls up a directory listing rather than
> > activating the index.php page.
Due to the DirectoryIndex Directive from apache. You have to tell apache to use
index.php as an index.
DirectoryIndex index.php index.html index.phtml
pa
--- End Message ---
--- Begin Message ---
Iīm trying to install PHP 4.1.1 and Apache 1.3.23 in Win2000. (PHP as a
server module).
Apache is working, I can see my index.html when I open http://localhost on
the browser, but the PHP code is not being interpreted, the web server donīt
send the script to PHP for interpretation. :(
Any suggestions? I followed every single instruction of php.net manual.
Sorry for dummy question.. :|
Laura
--- End Message ---
--- Begin Message ---
Laura,
Did you add the type handler to the apache conf file? If it's not
parsing your PHP code, this is probably because you didn't add it.
Good Luck!
Jason
> Iīm trying to install PHP 4.1.1 and Apache 1.3.23 in Win2000. (PHP as
a
> server module).
>
> Apache is working, I can see my index.html when I open
http://localhost on
> the browser, but the PHP code is not being interpreted, the web
server donīt
> send the script to PHP for interpretation. :(
>
> Any suggestions? I followed every single instruction of php.net
manual.
>
> Sorry for dummy question.. :|
>
> Laura
>
>
>
> --
> 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: php-list-
[EMAIL PROTECTED]
>
>
>
--
--- End Message ---
--- Begin Message ---
Okay, I'm once again giving up on this whole PHP installation process as PHP
just wouldn't work, nomatter what I did. So, I've decided to throw my last
two weeks work away and start over, but which Linux should I use? I've got
the RedHat 7.1 (2 cd set) , but that doesn't seem to work with the latest
PHP4 . So, should I just download the lastest RedHat version of Linux, or
try another brand, or what? And if I do use the latest version, will I also
need to download and run other programs to get Linux configured right and
ready for the big Apache/PHP/mySQL install? Sure would be nice if somebody
could just get the whole install package together on ONE install set of
disks. anyway, any suggestions that may help me eventually get PHP up and
running would be appreciated.
Dan
--- End Message ---
--- Begin Message ---
Dan,
Trust me I feel your pain!!!
I installed RH 7.1 or 7.2 whatever it was. I told it to install with
PHP and mySQL and apache. I had nothing but trouble from the get
go.
I then went with Mandrake 8.1 and during the install process did a
custom install and selected the individual packet option. From there
I chose Apache, PHP, mySQL. along with various other pieces.
Everything has been working very, very smoothly. If you want to see
mySQL, PHP, and apache all working together check out.
http://www.killerpigs.com/apache/phpmyadmin/ All I did was unzip the
put the myadminphp.zip file downloaded from hotscripts.com and put
the dircotry in /var/www/html/phpmyadmin and everything was already
working. I didn't have to do any apache, mysql, or php
configurations.
I couldn't beleive how easy it was.
Let me know if you have any questions.
Later,
Curt
www.killerpigs.com
www.killerpigs.com
www.scdservices.com
www.angryland.com
Get your Free E-mail at http://scdservices.com
____________________________________________________________
Get your own FREE Web and POP E-mail Service in 14 languages at http://www.zzn.com.
--- End Message ---
--- Begin Message ---
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 displaylist.o blocklist.o position.o movieclip.o shape_util.o
shape_cubic.o text_util.o fill.o ming.o actioncompiler/compile.o
actioncompiler/swf4compiler.tab.o actioncompiler/lex.swf4.o
actioncompiler/swf5compiler.tab.o actioncompiler/lex.swf5.o
actioncompiler/compileaction.o actioncompiler/assembler.o blocks/*.o -shared -fpic \
-o libming.so
Text relocation remains referenced
against symbol offset in file
<unknown> 0x3120 actioncompiler/swf4compiler.tab.o
<unknown> 0x3124 actioncompiler/swf4compiler.tab.o
<unknown> 0x3128 actioncompiler/swf4compiler.tab.o
<unknown> 0x312c actioncompiler/swf4compiler.tab.o
<unknown> 0x3130 actioncompiler/swf4compiler.tab.o
[...]
<unknown> 0x23c actioncompiler/lex.swf4.o
<unknown> 0x240 actioncompiler/lex.swf4.o
<unknown> 0x244 actioncompiler/lex.swf4.o
<unknown> 0x248 actioncompiler/lex.swf4.o
[...]
<unknown> 0x5270 actioncompiler/swf5compiler.tab.o
<unknown> 0x5274 actioncompiler/swf5compiler.tab.o
<unknown> 0x5278 actioncompiler/swf5compiler.tab.o
[...]
<unknown> 0x1e80 actioncompiler/lex.swf5.o
<unknown> 0x1e84 actioncompiler/lex.swf5.o
<unknown> 0x1e88 actioncompiler/lex.swf5.o
[...]
<unknown> 0x964 blocks/jpeg.o
destroySWFOutputBlock 0x40 blocks/action.o
destroySWFOutputBlock 0xfc blocks/outputblock.o
[...]
SWFOutput_byteAlign 0x448 blocks/textfield.o
destroySWFBlockList 0xa4 movie.o
destroySWFBlockList 0x10 movieclip.o
[...]
completeSWFTextField 0x510 blocks/textfield.o
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `dynamic'
Current working directory /site4/web_kit_1.0_rodgers/ming-0.2a/src
*** Error code 1
make: Fatal error: Command failed for target `dynamic'
The error messages went more than 6000 lines.
We tried to continue it by entering php_ext directory and did the "make". The
error message shows that file "ming.c" does not exist. After we manually copied
ming-4.0.7.c to ming.c, we still had error message:
gcc -Wall -g -DHAVE_MING -DCOMPILE_DL_MING -DZEND_NEW_ERROR_HANDLING -c ming.c -I.
-I.. `php-config --includes`
In file included from /depot/package/php_4.0.0/include/php/php.h:34,
from ming.c:27:
/depot/package/php_4.0.0/include/php/Zend/zend.h:26: warning:
`ZEND_NEW_ERROR_HANDLING' redefined
*Initialization*:1: warning: this is the location of the previous definition
ming.c:28: tsrm_virtual_cwd.h: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `ming.o'
Then, we have to settle with ming static library and installed it. We copied
the files under php_ext/ to php_4.1.1/ext/ming/. When we
tried to configure php 4.1.1 with option "--with-ming=/depot/package/ming_0.2a",
or "--with-ming=./ext/ming", it complains that:
configure: error: Please reinstall libming.so - I cannot find libming.so
So what is the standard procedure to install ming with php? And why can't
I build the dynamic library for ming?
Thanks for the help.
Ziying Sherwin
P.S. I am not on the mailing list, please send your response to:
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
We tried to install php 4.1.1 on our Solaris 2.8 machine with gcc 2.95.2 and
apache 1.3.22. We tried to enable as many configuration options as possible.
It configured OK, but we encountered several error messages during compilation:
We configured with option "--enable-dmalloc" and "--with-apxs", the error
messages we got are:
In file included from /depot/package/apache_1.3.22/vendor/include/ap_config.h:1160,
from /depot/package/apache_1.3.22/vendor/include/httpd.h:72,
from mod_php4.c:32:
/usr/include/memory.h:20: conflicting types for `_dmalloc_memccpy'
/depot/include/dmalloc.h:435: previous declaration of `_dmalloc_memccpy'
/usr/include/memory.h:35: conflicting types for `_dmalloc_memchr'
/depot/include/dmalloc.h:437: previous declaration of `_dmalloc_memchr'
/usr/include/memory.h:37: conflicting types for `_dmalloc_memcpy'
/depot/include/dmalloc.h:424: previous declaration of `_dmalloc_memcpy'
/usr/include/memory.h:38: conflicting types for `_dmalloc_memset'
/depot/include/dmalloc.h:426: previous declaration of `_dmalloc_memset'
*** Error code 1
make: Fatal error: Command failed for target `mod_php4.lo'
Current working directory /site4/web_kit_1.0_rodgers/php_4.1.1/sapi/apache
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
When we built apache, there is no options for "dmalloc", does that mean we
could not enable dmalloc in php too?
Thanks
Ziying Sherwin
--- End Message ---
--- Begin Message ---
Sorry for this repost of the message we sent two days ago. We are eager to
get things going, so any advice will be great.'
-------------
We tried to build php 4.1.1 with as many options as possible on our Solaris 2.8
machine with gcc 2.95.2 and Apache 1.3.22. During the compilation, we had
a problem with wddx extention which complains that header file "expat.h" is
not in the expat 1.2 package that we installed for php. Thanks to Rasmus, we
now know that we can leave off the "--with-expat-dir" switch completely,
since php already comes with its own expat. We are wondering, are there
other packages like expat that php already has its own copy of them, for example,
snmp, yaz, pspell or mnogosearch?
We got the following error message during the compilation:
ld: fatal: symbol `odr_bool' is multiply-defined:
(file Zend/.libs/libZend.al(odr_bool.o) and file
/depot/package/yaz_1.8.4/vendor/lib/libyaz.a(odr_bool.o));
ld: fatal: symbol `ber_boolean' is multiply-defined:
(file Zend/.libs/libZend.al(ber_bool.o) and file
/depot/package/yaz_1.8.4/vendor/lib/libyaz.a(ber_bool.o));
[...]
/depot/package/pspell_.12.2/lib/libpspell.a(string_pair_emulation.o));
ld: fatal: symbol `_ZN22PspellCanHaveErrorImpl11reset_errorEv' is multiply-defined:
(file Zend/.libs/libZend.al(error_impl.o) and file
/depot/package/pspell_.12.2/lib/libpspell.a(error_impl.o));
ld: fatal: symbol `_Z24new_pspell_manager_classP12PspellConfig' is multiply-defined:
(file Zend/.libs/libZend.al(manager_impl.o) and file
/depot/package/pspell_.12.2/lib/libpspell.a(manager_impl.o));
[...]
ld: fatal: symbol `UdmAddParser' is multiply-defined:
(file Zend/.libs/libZend.al(parser.o) and file
/depot/package/mnogosearch_3.1.19/vendor/lib/libudmsearch.a(parser.o));
ld: fatal: symbol `UdmInsertAffix' is multiply-defined:
(file Zend/.libs/libZend.al(sql.o) and file
/depot/package/mnogosearch_3.1.19/vendor/lib/libudmsearch.a(sql.o));
Is that problem similar to expat which php has its own copy or because of
other things that we overlook?
Thanks,
Ziying Sherwin
P.S. I am not in the mailing list, please send your response to
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
I'm writing an ISAPI interface for our web server to be used with PHP
4.xx
When I request a PHP file, any php file, this is returned to the caller:
Warning: Failed opening '' for inclusion (include_path='\winbbs') in
Unknown on line 0
I know this is a zend error message, I just don't know what I'm doing
wrong
to cause it.
Below is a debug dump of what was sent to the PHP ISAPI DLL.
If nothing is shown after the -
it contains an empty string.
Could someone please look at this and tell me what I'm doing wrong.
==============================================
EXTENSION_CONTROL_BLOCK
cbSize - 144
dwVersion - 262144
ConnID - 0
dwHttpStatusCode - 200
lpszLogData - %s
lpszMethod - GET
lpszQueryString -
lpszPathInfo -
lpszPathTranslated -
cbAvailable - 0
lpbData -
lpszContentType -
HTTP_COOKIE - UID="1DISK5259"
HTTPS - off
SCRIPT_NAME - 1941.php
AUTH_PASSWORD -
AUTH_TYPE -
AUTH_USER -
CONTENT_LENGTH -
CONTENT_TYPE -
PATH_TRANSLATED - \WINBBS\WORK\HTML\1941.php
QUERY_STRING -
REMOTE_ADDR - 216.106.46.93
REMOTE_HOST - www.webbbs.org
REMOTE_USER -
REQUEST_METHOD - GET
SERVER_NAME - www.webbbs.org
SERVER_PORT - 80
SERVER_PROTOCOL - HTTP/1.0
SERVER_SOFTWARE - WebBBS 1.30
APPL_MD_PATH - \WINBBS\WORK\HTML\1941.php
APPL_PHYSICAL_PATH - \WINBBS\WORK\HTML\1941.php
INSTANCE_ID - SetLastError(ERROR_NO_DATA) RETURN(FALSE)
INSTANCE_META_PATH - SetLastError(ERROR_NO_DATA) RETURN(FALSE)
LOGON_USER - SetLastError(ERROR_NO_DATA) RETURN(FALSE)
REQUEST_URI - GET http://www.webbbs.org/1941.php HTTP/1.0
URL - /1941.php
HSE_REQ_MAP_URL_TO_PATH_EX - \WINBBS\WORK\HTML\1941.php
dwFlags - HSE_URL_FLAGS_SCRIPT
cchMatchingPath - 27
cchMatchingURL - 27
lpdwSize - 27
---
WebBBS Secure Internet Information Server v1.30.3 : Genesis ( http://www.webbbs.org/ )
Log on to www.webbbs.org for free web based and pop3 [ virus free and spam free ]
email accounts. Free access to virus and internet security message boards with
10's of thousands of new messages every month.
--- End Message ---
--- Begin Message ---
Hi,
When I try to use GD+PNG functions to create dynamic PNG images, I get this
error:
libpng warning: Application was compiled with png.h from libpng-1.0.8
libpng warning: Application is running with png.c from libpng-1.2.1
gd-png: fatal libpng error: Incompatible libpng version in application and
library
Segmentation fault (core dumped)
Anyone want to try this one?
- Jonathan
--- End Message ---
--- Begin Message ---
Well, your problem is probably exactly what it says. You built PHP
against a png.h header file that didn't match the libpng library version.
Make sure you only have one version installed.
-Rasmus
On Thu, 31 Jan 2002, Jonathan Hilgeman wrote:
> Hi,
> When I try to use GD+PNG functions to create dynamic PNG images, I get this
> error:
>
> libpng warning: Application was compiled with png.h from libpng-1.0.8
> libpng warning: Application is running with png.c from libpng-1.2.1
> gd-png: fatal libpng error: Incompatible libpng version in application and
> library
> Segmentation fault (core dumped)
>
> Anyone want to try this one?
>
> - Jonathan
>
> --
> 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 ---
Well, I figured that and checked out my system. I know I had a version on
there before:
/usr/local/include/png.h (dated Jan 22nd)
and
/usr/local/lib/libpng.a (dated Jan 22nd)
/usr/local/lib/libpng.so -> libpng.so.4
/usr/local/lib/libpng.so.4 (dated Jan 22nd)
and when PHP 4.1.1 installed, it simply went ahead and installed the latest
libPNG over-top of the old one:
/usr/local/include/png.h (now dated Jan 31st)
and
/usr/local/lib/libpng.a (now dated Jan 31st)
/usr/local/lib/libpng.so -> libpng.so.5 (now dated Jan 31st)
/usr/local/lib/libpng.so.4 (still dated Jan 22nd)
/usr/local/lib/libpng.so.5 (dated Jan 31st)
I even looked at the png.h file and it said that it was for version 1.2.1
(the latest one just installed today). So what gives? I have a png.h of
version 1.2.1 and libphp4.so for version 1.2.1 - and PHP doesn't seem to
mind when compiling - but it gives me those errors when I try to run the
dynamic image scripts.
- Jonathan
-----Original Message-----
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 3:19 PM
To: Jonathan Hilgeman
Cc: '[EMAIL PROTECTED]'
Subject: Re: [PHP-INST] LibPNG error
Well, your problem is probably exactly what it says. You built PHP
against a png.h header file that didn't match the libpng library version.
Make sure you only have one version installed.
-Rasmus
On Thu, 31 Jan 2002, Jonathan Hilgeman wrote:
> Hi,
> When I try to use GD+PNG functions to create dynamic PNG images, I get
this
> error:
>
> libpng warning: Application was compiled with png.h from libpng-1.0.8
> libpng warning: Application is running with png.c from libpng-1.2.1
> gd-png: fatal libpng error: Incompatible libpng version in application
and
> library
> Segmentation fault (core dumped)
>
> Anyone want to try this one?
>
> - Jonathan
>
> --
> 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 ---
The main cause for this would be an incorrect filename (of the script) go to
the iis options for the php script engine and select the option "Check that
file exists".
If thats not the cause - then I have also got this when I try to use the
ob_gzhandler (output buffering) make sure this isn't set in your PHP file.
Ollie
"Joshua Peluso" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> I get the following error message:
>
> CGI Error
> The specified CGI application misbehaved by not returning a complete set
of
> HTTP headers. The headers it did return are:
>
>
> from what I can tell all permissions are correct and when I run php.exe -i
> get the html output.
>
> __________________________________
>
> Joshua Peluso
> Network Technician
> Administrative Computing
> SUNY Cortland
>
--- End Message ---
--- Begin Message ---
I just downloaded the latest version of mySQL
(mysql-max-3.23.47-pc-linux-gnu-i686.tar.gz and when I tried to unzip it
with "gunzip -c mysql-max(version).tar.gz , I got an error saying its not in
gzip format.
any suggestions?
--- End Message ---
--- Begin Message ---
Re-Download it...
-----Original Message-----
From: Dan Campbell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 5:07 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip
format
I just downloaded the latest version of mySQL
(mysql-max-3.23.47-pc-linux-gnu-i686.tar.gz and when I tried to unzip it
with "gunzip -c mysql-max(version).tar.gz , I got an error saying its
not in
gzip format.
any suggestions?
--
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 ---
I did that but it was the same size and I get the same message. Please read
my next message question, where I explain more.
thanx
Dan
"Demitrious S. Kelly" <[EMAIL PROTECTED]> wrote in message
007801c1aabc$f85b9690$3601a8c0@dkelly">news:007801c1aabc$f85b9690$3601a8c0@dkelly...
> Re-Download it...
>
> -----Original Message-----
> From: Dan Campbell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 31, 2002 5:07 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip
> format
>
> I just downloaded the latest version of mySQL
> (mysql-max-3.23.47-pc-linux-gnu-i686.tar.gz and when I tried to unzip it
> with "gunzip -c mysql-max(version).tar.gz , I got an error saying its
> not in
> gzip format.
> any suggestions?
>
>
>
> --
> 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 ---
I'm trying to follow the directions by e-ngineer on installing mysql at:
http://www.e-gineer.com/instructions/install-mysql3xx-on-linux.phtml
After downloading the mysql(version).tar.gz file, I'm told to un tar it with
tar xzf mysql(version).tar.gz . Is that a missprint or am I wrong? When I
run this command I get an error saying:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
I tried running: "gunzip -c mysql(version).tar.gz" but also got errors
saying its not in that format. I tried downloading different mysql files
from other sources, but get same messages. Also, the file is suppose to be
7.8 MB, but after downloading it it only shows to have 46070K , that is
weird too, and they all are the same size.
--- End Message ---
--- Begin Message ---
yep, I just needed to download a better mysql.x.x.tar.gz file. Now it works
smooth as cream cheese.
"Dan Campbell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm trying to follow the directions by e-ngineer on installing mysql at:
> http://www.e-gineer.com/instructions/install-mysql3xx-on-linux.phtml
> After downloading the mysql(version).tar.gz file, I'm told to un tar it
with
> tar xzf mysql(version).tar.gz . Is that a missprint or am I wrong? When I
> run this command I get an error saying:
> gzip: stdin: not in gzip format
> tar: Child returned status 1
> tar: Error exit delayed from previous errors
> I tried running: "gunzip -c mysql(version).tar.gz" but also got errors
> saying its not in that format. I tried downloading different mysql files
> from other sources, but get same messages. Also, the file is suppose to be
> 7.8 MB, but after downloading it it only shows to have 46070K , that is
> weird too, and they all are the same size.
>
>
--- End Message ---
--- Begin Message ---
after logging into mysql and creating a db, I'm trying to log out and back
to the bash promp with "quit", like my book tells me, but "quit" leaves me
at the -> prompt, which won't allow any bash commands. I tried bye, exit,
quit, but nothing works.
hate to just exit out of the Terminal Emulation Program.
thanks
Dan
--- End Message ---
--- Begin Message ---
My personal favorite is ^d (control-d).
-Philip
-----Original Message-----
From: Dan Campbell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 7:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] stuck at -> prompt
after logging into mysql and creating a db, I'm trying to log out and
back
to the bash promp with "quit", like my book tells me, but "quit" leaves
me
at the -> prompt, which won't allow any bash commands. I tried bye,
exit,
quit, but nothing works.
hate to just exit out of the Terminal Emulation Program.
thanks
Dan
--
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 ---
The correct command is exit but chances are that mysql probably thinks that
your trying to issue a multiple line command. You probably typed a quote
character and it's expecting the close quote but you can always just hit
ctrl-c and kill the mysql session.
Jason Cox
----- Original Message -----
From: "Dan Campbell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 8:15 PM
Subject: [PHP-INST] stuck at -> prompt
> after logging into mysql and creating a db, I'm trying to log out and back
> to the bash promp with "quit", like my book tells me, but "quit" leaves me
> at the -> prompt, which won't allow any bash commands. I tried bye, exit,
> quit, but nothing works.
> hate to just exit out of the Terminal Emulation Program.
> thanks
> Dan
>
>
>
> --
> 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 ---
At the mysql prompt
-> \q
should do it.
Dan Campbell wrote:
>
> after logging into mysql and creating a db, I'm trying to log out and back
> to the bash promp with "quit", like my book tells me, but "quit" leaves me
> at the -> prompt, which won't allow any bash commands. I tried bye, exit,
> quit, but nothing works.
> hate to just exit out of the Terminal Emulation Program.
> thanks
> Dan
>
> --
> 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 everyone !
I try to install PHP in the following environment.
O/S : solaris 2.7
PHP version : 4.0.6
Web Server : Nestscape Enterprise 3.6
But, I have some problems in installing PHP4. I referenced the
following document fully.
http://benoit.noss.free.fr/php/install-php4.html
I had no problems until "configure", "make" and "make install" the
PHP4.
But, When I restarted the web server after I configured the
file,"obj,conf", the following error message occurred.
ERROR : pclose() failed.(2 : Unknown early startup error)
I added followig 2-lines to the "obj.conf" files.
Init fn="load-modules"
funcs="php4_init,php4_close,php4_execute,php4_auth_trans"
shlib="/usr/local/netscape/server4/bin/libphp4.so"
Init fn="php4_init" errorString="Failed to initialize PHP!"
If I remove the second line('Init fn="php4_init" errorString="Failedto
initialize PHP!"'), there is no error message but PHP is don't work.
What is the problem? I cannot solve this problem.
Please help me.
--- End Message ---