php-install Digest 3 Oct 2001 01:59:10 -0000 Issue 486
Topics (messages 4467 through 4481):
Error in "make"
4467 by: Augusto Cesar Castoldi
4470 by: B. PERRINE
4471 by: Augusto Cesar Castoldi
error when php run as servlet
4468 by: jtest
Re: Apache / SSL install problem
4469 by: Adam Jackson
#! Being Echoed
4472 by: Ken Rosha
Re: Can I get some help with adding gdlib support to my php installation??
4473 by: Jeremy Wadsack
4474 by: Iván Milanez Castellanos
Error Starting PHP in Netscape 3.6 symbol zend_get_compiled_lineno: referenced symbol
not found
4475 by: dox
oci8.so module
4476 by: Roberto P.Martins Jr.
Trouble installing 452 PHP multi-form
4477 by: Mark Rose
Trouble with PHP 452 Multi-Form Install
4478 by: Mark Rose
trouble with include()
4479 by: pieter
undefined symbol: table_get
4480 by: PHP
Re: Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives an error
4481 by: Doctrluv
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... I really need help for compile PHP. I have to
compile because the previous compiling didn't have
"-with-dom" option.
I "./configure" my php-4.0.6 in RedHat 6.2 with this
command line:
"./configure --with-mysql
--with-apache=../apache_1.3.20 --enable-track-vars
--with-dom=../libxml2-2.4.5
--with-java=/usr/local/jdk1.3.1/
--with-zlib-dir=/usr/src/redhat/SOURCES/zlib-1.1.3/"
Worked fine, but when I "make", this error occurs:
-----------------------------------------------------
[root@vendaval php-4.0.6]# make
Making all in Zend
make[1]: Entering directory
`/home/augusto/src/php-4.0.6/Zend'
/bin/sh ../libtool --silent --mode=compile gcc
-DHAVE_CONFIG_H -I. -I. -I../main -DSUPPORT_UTF8
-DXML_BYTE_ORDER=12 -g -O2 -c zend_language_scanner.c
In file included from /usr/include/errno.h:36,
from zend_language_scanner.c:2718:
/usr/include/bits/errno.h:25: linux/errno.h: No such
file or directory
make[1]: *** [zend_language_scanner.lo] Error 1
make[1]: Leaving directory
`/home/augusto/src/php-4.0.6/Zend'
make: *** [all-recursive] Error 1
[root@vendaval php-4.0.6]
------------------------------------------------------
can you help?
regards,
Augusto
_______________________________________________________________________________________________
Yahoo! GeoCities
Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É fácil
e grátis!
http://br.geocities.yahoo.com/
--- End Message ---
--- Begin Message ---
le mar 02-10-2001 at 16:00 Augusto Cesar Castoldi a écrit :
> Hi... I really need help for compile PHP. I have to
> compile because the previous compiling didn't have
> "-with-dom" option.
>
> I "./configure" my php-4.0.6 in RedHat 6.2 with this
> command line:
> "./configure --with-mysql
> --with-apache=../apache_1.3.20 --enable-track-vars
> --with-dom=../libxml2-2.4.5
> --with-java=/usr/local/jdk1.3.1/
> --with-zlib-dir=/usr/src/redhat/SOURCES/zlib-1.1.3/"
>
> Worked fine, but when I "make", this error occurs:
> -----------------------------------------------------
> [root@vendaval php-4.0.6]# make
> Making all in Zend
> make[1]: Entering directory
> `/home/augusto/src/php-4.0.6/Zend'
> /bin/sh ../libtool --silent --mode=compile gcc
> -DHAVE_CONFIG_H -I. -I. -I../main -DSUPPORT_UTF8
> -DXML_BYTE_ORDER=12 -g -O2 -c zend_language_scanner.c
> In file included from /usr/include/errno.h:36,
> from zend_language_scanner.c:2718:
> /usr/include/bits/errno.h:25: linux/errno.h: No such
> file or directory
> make[1]: *** [zend_language_scanner.lo] Error 1
> make[1]: Leaving directory
> `/home/augusto/src/php-4.0.6/Zend'
> make: *** [all-recursive] Error 1
> [root@vendaval php-4.0.6]
> ------------------------------------------------------
>
> can you help?
>
> regards,
>
> Augusto
>
>
>_______________________________________________________________________________________________
> Yahoo! GeoCities
> Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É
>fácil e grátis!
> http://br.geocities.yahoo.com/
>
> --
> 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]
It's Work (under a Debian potato [apache 1.3.20 , php 4.0.6 , mod_ssl
and jserv ]*).
But in your case, your system seems to have some C include not
installed.
B.
* to be honest, we use apache 1.3.20+mod_ssl+php4.0.4pl1+jserv in prod.
--- End Message ---
--- Begin Message ---
OK. so I have to install C again?
and what do you mean with "
> * to be honest, we use apache
> 1.3.20+mod_ssl+php4.0.4pl1+jserv in prod.
"
see you,
Augusto
--- "B. PERRINE" <[EMAIL PROTECTED]> escreveu:
> le mar 02-10-2001 at 16:00 Augusto Cesar Castoldi a
> écrit :
> > Hi... I really need help for compile PHP. I have
> to
> > compile because the previous compiling didn't have
> > "-with-dom" option.
> >
> > I "./configure" my php-4.0.6 in RedHat 6.2 with
> this
> > command line:
> > "./configure --with-mysql
> > --with-apache=../apache_1.3.20 --enable-track-vars
> > --with-dom=../libxml2-2.4.5
> > --with-java=/usr/local/jdk1.3.1/
> >
> --with-zlib-dir=/usr/src/redhat/SOURCES/zlib-1.1.3/"
> >
> > Worked fine, but when I "make", this error occurs:
> >
>
-----------------------------------------------------
> > [root@vendaval php-4.0.6]# make
> > Making all in Zend
> > make[1]: Entering directory
> > `/home/augusto/src/php-4.0.6/Zend'
> > /bin/sh ../libtool --silent --mode=compile gcc
> > -DHAVE_CONFIG_H -I. -I. -I../main -DSUPPORT_UTF8
> > -DXML_BYTE_ORDER=12 -g -O2 -c
> zend_language_scanner.c
> > In file included from /usr/include/errno.h:36,
> > from
> zend_language_scanner.c:2718:
> > /usr/include/bits/errno.h:25: linux/errno.h: No
> such
> > file or directory
> > make[1]: *** [zend_language_scanner.lo] Error 1
> > make[1]: Leaving directory
> > `/home/augusto/src/php-4.0.6/Zend'
> > make: *** [all-recursive] Error 1
> > [root@vendaval php-4.0.6]
> >
>
------------------------------------------------------
> >
> > can you help?
> >
> > regards,
> >
> > Augusto
> >
> >
>
_______________________________________________________________________________________________
> > Yahoo! GeoCities
> > Tenha seu lugar na Web. Construa hoje mesmo sua
> home page no Yahoo! GeoCities. É fácil e grátis!
> > http://br.geocities.yahoo.com/
> >
> > --
> > 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]
>
> It's Work (under a Debian potato [apache 1.3.20 ,
> php 4.0.6 , mod_ssl
> and jserv ]*).
> But in your case, your system seems to have some C
> include not
> installed.
>
> B.
>
> * to be honest, we use apache
> 1.3.20+mod_ssl+php4.0.4pl1+jserv in prod.
>
>
> --
> 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]
>
_______________________________________________________________________________________________
Yahoo! GeoCities
Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É fácil
e grátis!
http://br.geocities.yahoo.com/
--- End Message ---
--- Begin Message ---
hi,
I have pb with php 4.0 as servlet on resin.
if i call php page without paramatre it OK
but with paramatre ( ex : toto.phtml?msg=1)
my web server is stoped with the following error :
# An unexpected exception has been detected in native code outside the
VM.# Program counter=0x511996a5
#
# Problematic Thread: prio=1 tid=0x80885a8 nid=0x3bd7 runnable
#
excuse me for my english but i'am french
--- End Message ---
--- Begin Message ---
Hello I seem to be getting the same type of error, but I am using Apache-ssl
1.3.20, the Apache webserver itself works fine, just that apache-ssl will
not load at all.
-Adam
>I added mod_ssl to Apache-1.3.20 on a Redhat-7.1 box running
>php-4.0.6. I initially forgot to reinstall php after adding mod_ssl
>and got the usual warnings about -DEAPI when starting apache.
>
>I recompiled php-4.0.6 from a new tarball. Now apache dies when I
>try and start it with ssl support, won't start at all and nothing in the
>logs.
>
>Starting it without ssl and it works fine.
>PHP was configured with apxs.
>
>I've done this dozens of times without a problem.
>What did I miss this time around, any clues? Thanks.
>
>Mike Robinson
--- End Message ---
--- Begin Message ---
Hello,
I have installed Apache 1.3.20 and PHP 4.0.6 on a Win2k box. I have
configured Apache to run PHP as a module, which all seems to work fine.
When I run a PHP script from within the docroot area (i.e.
d:\htdocs\phpExamples\info.php), the script displays properly. The script
example is:
<?php
phpinfo();
?>
However, if I define a script alias such as ScriptAlias /php/ "d:/php/" in
Apache, and try to execute the same PHP script from there, i.e.
d:\php\info.php, the script executes but the #! is also echoed back to the
browser. The script example is:
#!d:/php/php
<?php
phpinfo();
?>
If I do not have the #! line in this second example, I get a 500 Internal
Server Error, and the Apache error.log shows "couldn't spawn child process:
d:/php/info.php".
Is this a bug in the PHP module?
TIA
Ken
--- End Message ---
--- Begin Message ---
Iván Milanez Castellanos ([EMAIL PROTECTED]):
> I've recently migrated my site to PHP, and everything works fine but I
> installed a statlog tool made in PHP that uses gdlib to make dinamic images
> in order to make graphs of the stats on my site.
> My problem is that when I compiled PHP I had no need for the gdlib support
> and didn't compile it in, so now that I need it I go to the gdlib page and
> download the gdlib source, and the jpeg support source, and the png support
> source and follow the instructions but I still don't have graphics support
> enabled on my PHP build, in fact if I do a phpinfo() I get that the
> compilation instructions are with-apache and with-mysql, and some other
> things but not the gdlib support.
Did you rebuild/recompile PHP? You need to add --with-gd (and maybe
the path to the libraries) to your ./configure line.
--
Jeremy Wadsack
Wadsack-Allen Digital Group
--- End Message ---
--- Begin Message ---
Yeap... I did recompile PHP and it still can't use any of the image
functions that require the gd libraries.
"Jeremy Wadsack" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>
> Did you rebuild/recompile PHP? You need to add --with-gd (and maybe
> the path to the libraries) to your ./configure line.
>
> --
>
> Jeremy Wadsack
> Wadsack-Allen Digital Group
>
--- End Message ---
--- Begin Message ---
On Solaris 8 using PHP 4 Netscape 3.6,
When trying to start Netscape get following error.
conf_init: Error running init function load-modules: dlopen of
/usr/local/php-4.0.6/libs/libphp4.so failed (ld.so.1: ns-httpd: fatal:
relocation error: file /usr/local/php-4.0.6/libs/libphp4.so: symbol
zend_get_compiled_lineno: referenced symbol not found)
Also when trying:
ldd -r libphp4.so get lots of output like the following:
symbol not found: zend_get_parameters_ex
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: wrong_param_count
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: zval_add_ref
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: php_check_open_basedir
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: _array_init
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: add_assoc_long_ex
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: add_assoc_string_ex
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: convert_to_double
(/usr/local/php-4.0.6/libs/libphp4.so)
symbol not found: zend_restore_compiled_filename
(/usr/local/php-4.0.6/libs/libphp4.so)
Anyone seen this before?
Can anyone help.
Thanks.
--- End Message ---
--- Begin Message ---
Hi,
I'd like to know if anybody have an oci8.so module working.
I've been trying without success...
I'm using RedHat 7.1, Apache 1.3.19, Oracle 8i with php as a dso with oci8
support compiled (using ./configure .... --with-oci8 .....)
--- End Message ---
--- Begin Message ---
Created www.jeffcotech.org site and forms in Dreamweaver. See Tech Survey
on site. Followed instructions. Set action to access 452 Multi-Form v 1.0.
After two days of tinkering I still get the same error message:
Forms
This is the 452 Productions Multi-form processor. It handles form parsing,
and, since you failed to give it a form it has nothing to do but give you
this messsage. The source is avaliable for free download from 452
Productions.
Anybody encounter this? Know what I should do? Feels like I tried
everything.
Thanks
--- End Message ---
--- Begin Message ---
Created www.jeffcotech.org site and forms in Dreamweaver. See Tech Survey
on site. Followed instructions. Set action to access 452 Multi-Form v 1.0.
After two days of tinkering I still get the same error message:
Forms
This is the 452 Productions Multi-form processor. It handles form parsing,
and, since you failed to give it a form it has nothing to do but give you
this messsage. The source is avaliable for free download from 452
Productions.
Anybody encounter this? Know what I should do? Feels like I tried
everything.
Thanks
--- End Message ---
--- Begin Message ---
i'm runnin apache on win 98 with php4 installed however i cant seem to get
the include path to work correctly, i keep getting the error file not found
in c:\includes
i have edited the include path in my php.ini but it doesnt seem to notice
this
any one have any idea why and how i can solve this ( i dont want to put my
includes in c:\includes)
--- End Message ---
--- Begin Message ---
HELP!!
I have been working on this for a couple of days now. I have read all of
the posts here and other places as well as the PHP FAQ, MySQL support and
Apache support.
The problem is simple, I have installed php-4.0.6 as dynamic with
Apache-1.3.19 and MySQL-3.23.39 on a Linux 7.x platform. I also have
MySQL-devel-3.23.39 and MySQL-Shared-3.23.39 installed via RPM. make and
make install produced no obvious errors but when I start apache I receive:
"Cannot load [libphp4.so] into server: [lbphp4.so]: undefined symbol:
table_get yada yada yada unable to start httpd"
PHP and Apache were compiled from source and mysql was downloaded and
installed with RPM.
I am certain that the error that I am receiving is the result of a missing,
misplaced or bad version of a library but which library?
PHP was configured as:
--with-mcal=/path/to/mcal
--with-apxs=/path/to/apxs
--with-mysql=/usr
--with-impa=/path/to/c-client
--enable-track-vars
Apache has mod_so.c enabled.
The current ld.so.conf is a mess but looks like:
/usr
/usr/lib
/usr/lib/php4
/usr/lib/mysql
/usr/kerberos/lib
/usr/x11r6/lib
/usr/lib/sane
/usr/lib/qt-23.0/lib
/usr/local/lib
/usr/local/apache
/lib
/lib/libmcal
Obviously not all of these are required but it is what it is for now.
I am sure that I have not mentioned something that is vitally important in
order to resolve this mystery, so ask away. Unless of course you are one of
the really incredible types that can solve this puzzle with the information
provided.
Thanks in advance.
--- End Message ---
--- Begin Message ---
I'm having the same error with apache 2.0.16, but I'm using Freebsd 4.3
Please help
>
> i'm trying to compile php4.0.6 in a Suse Linux 7.2 (kernel 2.4.4)
> distribution. ./configure goes ok, no problem, but when i try to 'make'
> it i get some error messages i can't understand or solve.
> So, if someone would be so kind to help me, i would be very grateful!!
>
> -----------------
> -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -Wa ll -c sapi_apache.c -fPIC
> -DPIC -o sapi_apache.lo sapi_apache.c: In function
> `apache_php_module_main': sapi_apache.c:80: `NOT_FOUND' undeclared
> (first use in this function) sapi_apache.c:80: (Each undeclared
> identifier is reported only once sapi_apache.c:80: for each function it
> appears in.) make[3]: *** [sapi_apache.lo] Error 1
> make[3]: Leaving directory `/src_dl/php-4.0.6/sapi/apache'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/src_dl/php-4.0.6/sapi/apache'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/src_dl/php-4.0.6/sapi'
> make: *** [all-recursive] Error 1
> --------
>
--- End Message ---