php-install Digest 17 Jan 2003 16:08:38 -0000 Issue 1206

Topics (messages 9720 through 9729):

php problem
        9720 by: Steve
        9721 by: Timothy Hitchens \(HiTCHO\)

Install Problems
        9722 by: Bruno F. Lobato

Re: Netscape error
        9723 by: Adam Voigt

The famous GD problem (and version 4.3.0)
        9724 by: Panos Katergiathis
        9725 by: Jeffrey_N_Dyke.Keane.com
        9726 by: Panos Katergiathis
        9728 by: John Coder

php installation problem
        9727 by: Diye Wariebi

Problem compiling PHP 4.3.0 with Apache 1.3.27 on SuSE Linux 7.3
        9729 by: Manuel Cramer

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 ---
Hi, im just a newbi to php and ive read a few tutorials put i seem to have a problem 
e.g. if i use this code (the file is saved as index.php in my webserver wwwroot)

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?phpecho "hello $s"?>
</body>
</html>

and i use the url in my browser http://localhost/index.php?s=steven it will show up in 
the browser but only "hello" and not "hello steven" as it should.  could you please 
help?  Im using IIS4 or latter & PHP4 on WinXP Home.  Thanks...

[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Problem with code should have a space between <?php and echo and have ;
at the line termination and a space before ?> also if you have
globals turned off this will need to be changed to $_GET['s'] and
rewritten to:

<?php echo 'hello '.$_GET['s']; ?>


Timothy Hitchens (HiTCHO)
Open Source Consulting
e-mail: [EMAIL PROTECTED]

> -----Original Message-----
> From: Steve [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, 17 January 2003 3:19 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] php problem
> 
> 
> Hi, im just a newbi to php and ive read a few tutorials put i 
> seem to have a problem e.g. if i use this code (the file is 
> saved as index.php in my webserver wwwroot)
> 
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html; 
> charset=iso-8859-1"> </head> <body> <?phpecho "hello $s"?> 
> </body> </html>
> 
> and i use the url in my browser 
> http://localhost/index.php?s=steven it will > show up in the 
> browser but only "hello" and not "hello steven" as it should. 
>  could you please help?  Im using IIS4 or latter & PHP4 on 
> WinXP Home.  Thanks...
> 
> [EMAIL PROTECTED]
> 

--- End Message ---
--- Begin Message ---
Hi;

I'm having some troubles installing php4-2.3 with Oracle support (--with-
oci8 parameter)The installation is to be done on a RedHat Linux 7.2, with
Apache 1.3.27. After configuring I got the following message, among others
less relevant:

                     *** ATTENTION ***                            |
|                                                                    |
| Something is likely to be messed up here, because the configure    |
| script was not able to detect a simple feature on your platform.   |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages.                         |
|                                                                    |
| If you are unable to fix this, send the file debug.log to the      |
| [EMAIL PROTECTED] mailing list and include appropiate      |
| information about your setup.


I ignored the warnings and proceeded to make and make install steps.
However it seems it is not working. I get the following messages:

make[1]: Entering directory `/usr/src/php-4.2.3/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -
I../main
   -I../TSRM  -g -O2 -prefer-non-pic -static -c zend_language_parser.c
/tmp/ccw2yCJl.s: Assembler messages:
/tmp/ccw2yCJl.s:1205: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccw2yCJl.s:1205: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccw2yCJl.s:1205: Error: Rest of line ignored. First ignored character
is `,
'.
.
.(more lines like the above ones)
.
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory `/usr/src/php-4.2.3/Zend'
make: *** [all-recursive] Error 1

Please find attached herewith my debug.log file.


Any help would be highly appreciated!

Thank you in advance for you help on this matter.

Regards

Bruno

--- End Message ---
--- Begin Message --- This list is for helping people with the installation of PHP only, nothing else.

On Thu, 2003-01-16 at 22:55, M A wrote:
hi,

i am trying to install netscape but iam getting that error:
./netscape-installer-bin: error while loading shared libraries:
libstdc++-libc6.1-1so.2: cannot open shared object file:no such file or
directory

please help thanks


_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-- 
Adam Voigt ([EMAIL PROTECTED])
The Cryptocomm Group
My GPG Key: http://64.238.252.49:8080/adam_at_cryptocomm.asc

Attachment: signature.asc
Description: This is a digitally signed message part

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

I can not remember a time when compiling php with the '--with-gd' option was
no problem.
Surpisingly (?) the same seems to be true with version 4.3.0.

Can someone advise on the proper configuration line that will actually
compile PHP with GD support using the 'bundled version' of GD.

Please

Panos Katergiathis
Athens - Greece


--- End Message ---
--- Begin Message ---
what is happening??  I just built 4.3 with solaris/apache  and compliled
and installed without issue.  can you send your error.


                                                                                       
                             
                    "Panos                                                             
                             
                    Katergiathis"        To:     [EMAIL PROTECTED]             
                             
                    <panoskater@ho       cc:                                           
                             
                    tmail.com>           Subject:     [PHP-INST] The famous GD problem 
(and version 4.3.0)          
                                                                                       
                             
                    01/17/2003                                                         
                             
                    08:52 AM                                                           
                             
                    Please respond                                                     
                             
                    to "Panos                                                          
                             
                    Katergiathis"                                                      
                             
                                                                                       
                             
                                                                                       
                             




Hello

I can not remember a time when compiling php with the '--with-gd' option
was
no problem.
Surpisingly (?) the same seems to be true with version 4.3.0.

Can someone advise on the proper configuration line that will actually
compile PHP with GD support using the 'bundled version' of GD.

Please

Panos Katergiathis
Athens - Greece



--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--- End Message ---
--- Begin Message ---
The error:
configure: error: libpng.(a|so) not found.

my configuration line is:
./configure --with-mysql --with-pgsql --enable-ftp --enable-magic-quotes --e
nable-safe-mode --with-zlib --with-gd  --with-jpeg-dir=/usr/lib

Please assist

Panos



"Jeffrey N Dyke" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> what is happening??  I just built 4.3 with solaris/apache  and compliled
> and installed without issue.  can you send your error.
>
>
>
>                     "Panos
>                     Katergiathis"        To:     [EMAIL PROTECTED]
>                     <panoskater@ho       cc:
>                     tmail.com>           Subject:     [PHP-INST] The
famous GD problem (and version 4.3.0)
>
>                     01/17/2003
>                     08:52 AM
>                     Please respond
>                     to "Panos
>                     Katergiathis"
>
>

>
>
>
>
> Hello
>
> I can not remember a time when compiling php with the '--with-gd' option
> was
> no problem.
> Surpisingly (?) the same seems to be true with version 4.3.0.
>
> Can someone advise on the proper configuration line that will actually
> compile PHP with GD support using the 'bundled version' of GD.
>
> Please
>
> Panos Katergiathis
> Athens - Greece
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>


--- End Message ---
--- Begin Message ---
On Fri, 2003-01-17 at 09:08, Panos Katergiathis wrote:
> The error:
> configure: error: libpng.(a|so) not found.
> 
> my configuration line is:
> ./configure --with-mysql --with-pgsql --enable-ftp --enable-magic-quotes --e
> nable-safe-mode --with-zlib --with-gd  --with-jpeg-dir=/usr/lib
> 
> Please assist
> 
 this is from my phpinfo() 
/configure' '--with-apxs=/usr/local/apache/bin/apxs'
'--with-mysql-dir=/usr/local/mysql' '--with-gd
'--with-freetype-dir=/usr' '--enable-gd-native-ttf'
'--enable-gd-imgstrttf' '--with-jpeg-dir=/usr' '--with-png-dir=/usr'
'--with-zlib' 
notice your configure is missing the:
--with-png-dir=</path-to-png-libraries>

John Coder

--- End Message ---
--- Begin Message ---
Can anyone point me in the right direction

I have installed Apache-2.0.40 (RedHat rpm) and installed the binary
version of mysql 4.0.9-gamma.  Using RedHat 8.0

When I try to install php 4.3.0 from source everything goes ok  until I
type "make install" when I get the following error.

=============================================================================
[root@srv1 php-4.3.0]# make install

Installing PHP CLI binary:        /usr/local/bin/
Installing PHP SAPI module

/usr/lib/httpd/build/instdso.sh 
SH_LIBTOOL='/usr/lib/httpd/build/libtool' libphp4.la 

/usr/lib/httpd/modules
sh: line 1: /usr/lib/httpd/build/instdso.sh: No such file or directory

apxs:Error: Command failed with rc=8323072

=============================================================================

I have searched for the file instdso.sh and can't find it anywhere on my
server.

Below is my config line:

====================================

./configure \
--with-apxs2=/usr/sbin/apxs \
--with-mysql \
--enable-track-vars \
--with-openssl \
--with-imap \
--with-gd \
--with-ldap \
--enable-ftp \
--enable-sysvsem \
--enable-sysvshm \
--enable-sockets \
--with-gettext \
--with-mm=/usr/local/mm \
--with-jpeg-dir=/usr/lib \
--with-zlib \
--with-kerberos=/usr/kerberos

===================================

Where am I going wrong?


-- 
Diye Wariebi <[EMAIL PROTECTED]>

--- End Message ---
--- Begin Message --- Hi Folks,

i have a huge Problem compiling PHP. I've used the same params as i used with PHP 4.2.1, 4.2.2 and 4.2.3.

The cli-version compiles correctly, but when i try to use the SAPI-module the Apache posts the following error:

Syntax error on line 240 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: _7QString.shared_null

There are no errors from configure or make install.
Only "make 2> /root/php-errors" repeats the following errors:

/usr/local/src/php-4.3.0/ext/standard/var_unserializer.c: In function `php_var_unserialize':
/usr/local/src/php-4.3.0/ext/standard/var_unserializer.c:308: warning: comparison is always false due to limited range of data type

!ATTENTION - configure-params following!

These are my configure-params:

./configure --prefix=/usr/local --datadir=/usr/local/php --bindir=/usr/bin --libdir=/usr/local --with-config-file-path=/etc --with-exec-dir=/usr/local/php/bin --with-mysql=/usr/local/mysql --with-gd=yes --enable-gd-native-ttf --enable-gd-imgstrttf --with-tiff-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-ldap=yes --with-zlib=yes --with-bz2 --with-xml --with-ttf --with-t1lib --with-mcal=/usr --with-imap-ssl=yes --with-sablot --with-ftp --with-ndbm --with-gdbm --with-mcrypt --with-gettext --with-gd=yes --with-qtdom=/usr/lib/qt-2.3.1 --enable-versioning --enable-bcmath --enable-trans-sid --enable-inline-optimization --enable-track-vars --enable-magic-quotes --enable-sockets --enable-sysvsem --enable-sysvshm --enable-shmop --enable-calendar --enable-mbstring --enable-mbstr-enc-trans --enable-exif --enable-ftp --enable-memory-limit --enable-wddx --enable-dbase --enable-ctype --disable-debug --enable-force-cgi-redirect --enable-discard-path --enable-sigchild --with-apxs=/usr/local/apache/bin/apxs

All needed Header-Files are installed. Has anyone an idea how to solve the Problem?

thanks

Manuel Cramer
Germany

--- End Message ---

Reply via email to